nicolasb92 commited on
Commit
c014fda
·
1 Parent(s): ea92ed9

init commit

Browse files
Files changed (44) hide show
  1. app.py +93 -0
  2. docling-folder/md/2023-conocophillips-aim-presentation-1-7.md +128 -0
  3. docling-folder/md/XC9500_CPLD_Family-1-4.md +123 -0
  4. docling-folder/md/deloitte-tech-risk-sector-banking.md +104 -0
  5. docling-folder/md/dttl-tax-technology-report-2023.md +311 -0
  6. docling-folder/md/gx-iif-open-data.md +0 -0
  7. docling-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md +364 -0
  8. gemini-folder/md/2023-conocophillips-aim-presentation-1-7.md +218 -0
  9. gemini-folder/md/XC9500_CPLD_Family-1-4.md +194 -0
  10. gemini-folder/md/deloitte-tech-risk-sector-banking.md +101 -0
  11. gemini-folder/md/dttl-tax-technology-report-2023.md +618 -0
  12. gemini-folder/md/gx-iif-open-data.md +0 -0
  13. gemini-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md +529 -0
  14. llamaparse-folder/md/2023-conocophillips-aim-presentation-1-7.md +130 -0
  15. llamaparse-folder/md/XC9500_CPLD_Family-1-4.md +150 -0
  16. llamaparse-folder/md/deloitte-tech-risk-sector-banking.md +91 -0
  17. llamaparse-folder/md/dttl-tax-technology-report-2023.md +287 -0
  18. llamaparse-folder/md/gx-iif-open-data.md +0 -0
  19. llamaparse-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md +402 -0
  20. marker-pdf-folder/md/2023-conocophillips-aim-presentation-1-7/2023-conocophillips-aim-presentation-1-7.md +113 -0
  21. marker-pdf-folder/md/2023-conocophillips-aim-presentation-1-7/2023-conocophillips-aim-presentation-1-7_meta.json +452 -0
  22. marker-pdf-folder/md/XC9500_CPLD_Family-1-4/XC9500_CPLD_Family-1-4.md +129 -0
  23. marker-pdf-folder/md/XC9500_CPLD_Family-1-4/XC9500_CPLD_Family-1-4_meta.json +552 -0
  24. marker-pdf-folder/md/deloitte-tech-risk-sector-banking/deloitte-tech-risk-sector-banking.md +67 -0
  25. marker-pdf-folder/md/deloitte-tech-risk-sector-banking/deloitte-tech-risk-sector-banking_meta.json +277 -0
  26. marker-pdf-folder/md/dttl-tax-technology-report-2023/dttl-tax-technology-report-2023.md +285 -0
  27. marker-pdf-folder/md/dttl-tax-technology-report-2023/dttl-tax-technology-report-2023_meta.json +1204 -0
  28. marker-pdf-folder/md/gx-iif-open-data/gx-iif-open-data.md +0 -0
  29. marker-pdf-folder/md/gx-iif-open-data/gx-iif-open-data_meta.json +2639 -0
  30. marker-pdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md +447 -0
  31. marker-pdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023_meta.json +1579 -0
  32. pdfs/2023-conocophillips-aim-presentation-1-7.pdf +3 -0
  33. pdfs/XC9500_CPLD_Family-1-4.pdf +3 -0
  34. pdfs/deloitte-tech-risk-sector-banking.pdf +3 -0
  35. pdfs/dttl-tax-technology-report-2023.pdf +3 -0
  36. pdfs/gx-iif-open-data.pdf +3 -0
  37. pdfs/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.pdf +3 -0
  38. pymupdf-folder/md/2023-conocophillips-aim-presentation-1-7.md +14 -0
  39. pymupdf-folder/md/XC9500_CPLD_Family-1-4.md +301 -0
  40. pymupdf-folder/md/deloitte-tech-risk-sector-banking.md +182 -0
  41. pymupdf-folder/md/dttl-tax-technology-report-2023.md +696 -0
  42. pymupdf-folder/md/gx-iif-open-data.md +0 -0
  43. pymupdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md +548 -0
  44. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import re
2
+ from pathlib import Path
3
+ from typing import Literal
4
+
5
+ import streamlit as st
6
+ import os
7
+ from streamlit_pdf_viewer import pdf_viewer
8
+
9
+ st.set_page_config(layout="wide")
10
+
11
+ # Define the paths to your PDF and Markdown folders
12
+ repo_folder = Path(__file__).resolve().parent
13
+ pdf_folder = repo_folder / "pdfs"
14
+
15
+ pdf_pages = {
16
+ "2023-conocophillips-aim-presentation-1-7.pdf": 7,
17
+ "deloitte-tech-risk-sector-banking.pdf": 2,
18
+ "dttl-tax-technology-report-2023.pdf": 17,
19
+ "gx-iif-open-data.pdf": 32,
20
+ "life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.pdf": 15,
21
+ "XC9500_CPLD_Family-1-4.pdf": 4
22
+ }
23
+
24
+ pdfs_files = os.listdir(str(pdf_folder))
25
+
26
+
27
+ def read_markdown_file(
28
+ markdown_dir: Path,
29
+ pdf_filename: str,
30
+ method: Literal["docling", "llamaparse", "marker-pdf", "pymupdf"],
31
+ ) -> list[str]:
32
+ match method:
33
+ case "docling" | "llamaparse":
34
+ md_path = markdown_dir / pdf_filename.replace(".pdf", ".md")
35
+ md_content = md_path.read_text()
36
+ md_content_pages = md_content.split("\n---\n")
37
+ case "marker-pdf":
38
+ md_path = markdown_dir / pdf_filename.replace(".pdf", "") / pdf_filename.replace(".pdf", ".md")
39
+ md_content = md_path.read_text()
40
+ pattern = r"\n\{\d+\}-+\s\n*"
41
+ md_content_pages = re.split(pattern, md_content)
42
+ case "gemini":
43
+ md_path = markdown_dir / pdf_filename.replace(".pdf", ".md")
44
+ md_content = md_path.read_text()
45
+ pattern = r"--- end page \d+"
46
+ md_content_pages = re.split(pattern, md_content)
47
+ if not md_content_pages[-1].strip():
48
+ md_content_pages.pop()
49
+ case "pymupdf":
50
+ md_path = markdown_dir / pdf_filename.replace(".pdf", ".md")
51
+ md_content = md_path.read_text()
52
+ md_content_pages = md_content.split("\n-----\n")
53
+ if not md_content_pages[-1].strip():
54
+ md_content_pages.pop()
55
+ case _:
56
+ raise NotImplementedError(f"Method {method} not implemented")
57
+ return md_content_pages
58
+
59
+ @st.cache_data
60
+ def read_pdf_file(pdf_path: Path) -> bytes:
61
+ return pdf_path.read_bytes()
62
+
63
+
64
+ st.title("PDF and Markdown Viewer")
65
+
66
+ method = st.selectbox("Choose method", options=["docling", "llamaparse", "marker-pdf", "pymupdf", "gemini"])
67
+ markdown_folder = repo_folder / f"{method}-folder" / "md"
68
+ filename = st.selectbox("Choose filename", options=pdfs_files)
69
+ num_pages_file = pdf_pages[filename]
70
+ page = st.selectbox("Choose page", options=list(range(1, num_pages_file + 1)))
71
+ pdf_content = read_pdf_file(pdf_folder / filename)
72
+ md_content_pages = read_markdown_file(
73
+ pdf_filename=filename,
74
+ markdown_dir=markdown_folder,
75
+ method=method,
76
+ )
77
+
78
+ if len(md_content_pages) != num_pages_file:
79
+ st.warning(f"Number of markdown pages {len(md_content_pages)} does not match the number of pdf pages {num_pages_file}")
80
+
81
+ if filename:
82
+ col1, col2 = st.columns(2)
83
+
84
+ with col1:
85
+ st.subheader("PDF Viewer")
86
+ pdf_viewer(pdf_content, width="90%", pages_to_render=[page])
87
+
88
+ with col2:
89
+ st.subheader("Markdown Content")
90
+ st.markdown(md_content_pages[page - 1])
91
+ st.divider()
92
+ st.subheader("Raw text Content")
93
+ st.text(md_content_pages[page - 1])
docling-folder/md/2023-conocophillips-aim-presentation-1-7.md ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- image -->
2
+
3
+ 2023 Analyst &amp; Investor Meeting
4
+ ---
5
+ ## Today's Agenda
6
+
7
+ Opening
8
+
9
+ Ryan Lance Chairman and CEO
10
+
11
+ Strategy and Portfolio
12
+
13
+ Dominic Macklon EVP Strategy Sustainability and Technology
14
+
15
+ Alaska and International
16
+
17
+ Andy 0'Brien SVP Global Operations
18
+
19
+ LNG and Commercial
20
+
21
+ Bill Bullock EVP and CFO
22
+
23
+ Lower 48
24
+
25
+ Nick Olds EVP Lower 48
26
+
27
+ Financial Plan
28
+
29
+ Bill Bullock EVP and CFO
30
+
31
+ Closing
32
+
33
+ Ryan Lance Chairman and CEO
34
+
35
+ 10-Minute Break
36
+
37
+ Q&amp;A Session
38
+
39
+ <!-- image -->
40
+ ---
41
+ ## Cautionary Statement
42
+
43
+ This presentation provides management's current operational plan for ConocoPhillips over roughly the next decade; for the assets currently in our portfolio; and is subject to multiple assumptions; including; unless otherwise specifically noted:
44
+
45
+ - an oil price of $65/BBL Brent in 2022 dollars, escalating at 2.25% annually;
46
+ - an oil of $60/BBL West Texas Intermediate in 2022 dollars; escalating at 2.25% annually; price
47
+ - a gas price of $3.75/MMBTU Henry Hub in 2022 dollars, escalating at 2.25% annually;
48
+ - cost and capital escalation in line with price escalation; planning case at $60/BBL WTI assumes capital de-escalation from levels observed in 2022;
49
+ - an international gas price of $8/MMBTU Title Transfer Facility &amp; Japan Korea Marker in 2022 dollars; escalating at 2.25% annually;
50
+ - all production compound annual growth rates (CAGR) are calculated for the 10-year period 2023 2032;
51
+ - Cost of Supply displayed in WTI, includes carbon tax where carbon policy exists and a proxy carbon price for assets without existing carbon policies. Please refer to the Cost of Supply definition in the Appendix for additional information on how carbon costs are included in the Cost of Supply calculation:
52
+ - inclusion of carbon tax in the cash flow forecasts for assets where a tax is currently assessed. If no carbon tax exists for the asset; it is not included in the cash flow forecasts;
53
+
54
+ As a result; this presentation contains forward-looking statements as defined under the federal securities laws. Forward-looking statements relate to future events, plans and anticipated results of operations; business strategies; and other aspects of our operations or operating results. Graphics that project into a future date constitute forward-looking statements. Also; words and phrases such as "anticipate' "estimate; "believe; "budget; 'continue;" "could, "intend, "may; 'plan; "potential;" "predict;" "seek;' 'should;' "will, 'would, 'expect;' 'objective; 'projection;" "forecast;" "goal;" "guidance;' "outlook; "effort;" "target" and other similar words can be used to identify forward-looking statements. However, the absence of these words does not mean that the statements are not forward-looking:
55
+
56
+ Where, in any forward-looking statement; the company expresses an expectation or belief as to future results, such expectation or belief is based on management's faith plans and objectives under the assumptions set forth above (unless noted otherwise) and believed to be reasonable as of April 12, 2023, the date of this presentation: These statements are not guarantees of future performance and involve certain risks and uncertainties and are subject to change as management is continually assessing factors beyond our control that may or may not be currently known: Given the foregoing and the extended time horizon of this presentation; actual outcomes and results will differ from what is expressed or forecast in the forward-looking statements; and such differences may be material. Factors that could cause actual results or events to differ materially from what is presented include changes in commodity prices, including prolonged decline in these prices relative to historical or future expected levels; and regional changes in the demand; supply, from a public health crisis or from the imposition or of crude oil production quotas or other actions that might be imposed by OPEC and other producing countries and the resulting company or third-party actions in response to such changes; insufficient liquidity or other factors; such as those listed herein; that could impact our ability to repurchase shares and declare and pay dividends such that we suspend our share repurchase program and reduce; suspend, or totally eliminate dividend payments in the future; whether variable or exploratory activities; unexpected cost increases; inflationary pressures or technical difficulties in constructing, maintaining or modifying company facilities; legislative and regulatory initiatives addressing global climate change or other environmental concerns; public health crises, including pandemics (such as COVID-19) and epidemics and any impacts or related company or government policies or actions; investment in and development of competing or alternative energy sources; potential failures or delays in delivering on our current or future low-carbon strategy; including our inability to develop new technologies; disruptions or interruptions impacting the transportation for our oil and gas production; international monetary conditions and exchange rate fluctuations; changes in international trade relationships or governmental policies; including the imposition of price caps or the imposition of trade restrictions or tariffs on any materials or products (such as aluminum and steel) used in the operation of our business; including any sanctions imposed as a result of any ongoing military conflict; including the conflict between Russia and Ukraine; our ability to collect payments when due; including our ability to collect payments from the government of Venezuela or PDVSA; our ability to complete any announced or any future dispositions or acquisitions on time; if at all; the possibility that regulatory approvals for any announced or any future dispositions or acquisitions will not be received on a timely basis, if at all; or that such approvals require modification to the terms of the transactions or our remaining business; business disruptions following any announced or future dispositions or acquisitions; including the diversion of management time and attention; the ability to deploy net proceeds our announced or any future dispositions in the manner and timeframe we of competition and consolidation in the oil and gas industry; limited access to capital or insurance or significantly higher cost of capital or insurance related to illiquidity or uncertainty in the domestic or international financial markets or investor sentiment; general domestic and international economic and political conditions or developments; including as a result of any ongoing conflict; including the conflict between Russia and Ukraine; changes in fiscal regime or tax; environmental and other laws applicable to our business; and disruptions resulting from accidents; extraordinary weather events; civil unrest; political events; war, terrorism; cybersecurity threats or information technology failures; constraints or disruptions; and other economic; business; competitive and/or regulatory factors affecting our business generally as set forth in our with the Securities and Exchange Commission: Unless legally required; ConocoPhillips expressly disclaims any obligation to update any forward-looking statements; whether as a result of new information; future events or otherwise: We assume no duty to update these statements as of any future date and neither future distribution of this material nor the continued availability of this material in archive form on our website should be deemed to constitute an update or re-affirmation of these figures as of any future date future update of these figures will be provided only through a public disclosure indicating that fact. good likely global lifting may from military filings Any
57
+
58
+ Use of Non-GAAP Financial Information This presentation includes non-GAAP financial measures; which help facilitate comparison of company operating performance across periods and with peer companies. historical non-GAAP measures included herein will be comparable GAAP financial measures because the information needed to reconcile these measures is dependent on future events; many of which are outside management's control as described above: Additionally, estimating such GAAP measures and providing a meaningful reconciliation consistent with our accounting policies for future periods is extremely difficult and requires a level of precision that is unavailable for these future periods and cannot be accomplished without unreasonable effort. Forward looking non-GAAP measures are estimated consistent with the relevant definitions and assumptions. Any
59
+
60
+ Cautionary Note to U.S. Investors The SEC permits oil and gas companies; in their with the SEC, to disclose only proved; probable and possible reserves. We use terms and metrics such as "resource" or "Estimated Ultimate Recovery (EUR)" in this presentation that we are prohibited from using in filings with the SEC under the SEC's guidelines. U.S. investors are urged to consider closely the oil and gas disclosures in our Form 10-K and other reports and filings with the SEC. Copies are available from the SEC and from the ConocoPhillips website: filings
61
+
62
+ <!-- image -->
63
+ ---
64
+ <!-- image -->
65
+
66
+ ## Opening
67
+
68
+ Ryan Lance Chairman and CEO
69
+ ---
70
+ ## ConocoPhillips Remains the Must-Own E&amp;P Company
71
+
72
+ <!-- image -->
73
+
74
+ ## What You'll Hear Today
75
+
76
+ We are committed to delivering superior returns on and of capital through the cycles
77
+
78
+ We have a deep; durable and diverse portfolio
79
+
80
+ We are progressing our 2050 Net-Zero ambition and accelerating our 2030 GHG emissions intensity reduction target
81
+
82
+ <!-- image -->
83
+ ---
84
+ ## We Are Committed to Our Returns-Focused Value Proposition
85
+
86
+ ## Triple Mandate Aligned to Business Realities
87
+
88
+ <!-- image -->
89
+
90
+ <!-- image -->
91
+
92
+ <!-- image -->
93
+
94
+ Clear and Consistent Priorities
95
+
96
+ Sustain production and pay dividend
97
+
98
+ 2 Annual dividend growth
99
+
100
+ 3 'A-rated balance sheet
101
+
102
+ 4 &gt;309 of CFO shareholder payout
103
+
104
+ 5
105
+
106
+ Disciplined investment to enhance returns
107
+ ---
108
+ ## We Are Continuously Improving
109
+
110
+ <!-- image -->
111
+
112
+ | | 2016 $43/BBL WTI | 2019 $S7/BBL WTI | 2022 $94/BBL WTI | Foundational Principles |
113
+ |-------------------------------------|--------------------|--------------------|--------------------|----------------------------------------|
114
+ | Return on Capital Employed | -4% | 109 | 27% | Peer-Leading Distributions and Returns |
115
+ | Return of Capitall | $1.11/share | $4.45/share | $11.73/share | Peer-Leading Distributions and Returns |
116
+ | Net Debt | | $7B | $7B | = Balance Sheet Strength |
117
+ | Cash From Operations Free Cash Flow | $SB $OB | $12B $SB | $29B $18B | Disciplined Investments |
118
+ | Resource $4O/BBL WTI | 10 BBOE | ~15 BBOE | ~ 20 BBOE | Disciplined Investments |
119
+ | Production | 1.6 MMBOED | 1.3 MMBOED | 1.7 MMBOED | Disciplined Investments |
120
+ | Emissions Intensity? (kg CO2e/BOE) | ~39 | ~36 | ~22 | ESG Excellence |
121
+
122
+ <!-- image -->
123
+
124
+ <!-- image -->
125
+
126
+ <!-- image -->
127
+
128
+ <!-- image -->
docling-folder/md/XC9500_CPLD_Family-1-4.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## - PRODUCT OBSOLETE / UNDER OBSOLESCENCE -
2
+
3
+ k
4
+
5
+ 0
6
+
7
+ <!-- image -->
8
+
9
+ DS063 (v6.0) May 17, 2013
10
+
11
+ ## Features
12
+
13
+ - GLYPH&lt;129&gt; High-performance
14
+ - -5 ns pin-to-pin logic delays on all pins
15
+ - -f CNT to 125 MHz
16
+ - GLYPH&lt;129&gt; Large density range
17
+ - -36 to 288 macrocells with 800 to 6,400 usable gates
18
+ - GLYPH&lt;129&gt; 5V in-system programmable
19
+ - -Endurance of 10,000 program/erase cycles
20
+ - -Program/erase over full commercial voltage and temperature range
21
+ - GLYPH&lt;129&gt; Enhanced pin-locking architecture
22
+ - GLYPH&lt;129&gt; Flexible 36V18 Function Block
23
+ - -90 product terms drive any or all of 18 macrocells within Function Block
24
+ - -Global and product term clocks, output enables, set and reset signals
25
+ - -Extensive IEEE Std 1149.1 boundary-scan (JTAG) support
26
+ - -Programmable power reduction mode in each macrocell
27
+ - -Slew rate control on individual outputs
28
+ - -User programmable ground pin capability
29
+ - -Extended pattern security features for design protection
30
+ - -High-drive 24 mA outputs
31
+ - -3.3V or 5V I/O capability
32
+
33
+ Table 1: XC9500 Device Family
34
+
35
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
36
+ |---------------------|----------|----------|-----------|-----------|-----------|-----------|
37
+ | Macrocells | 36 | 72 | 108 | 144 | 216 | 288 |
38
+ | Usable Gates | 800 | 1,600 | 2,400 | 3,200 | 4,800 | 6,400 |
39
+ | Registers | 36 | 72 | 108 | 144 | 216 | 288 |
40
+ | T PD (ns) | 5 | 7.5 | 7.5 | 7.5 | 10 | 15 |
41
+ | T SU (ns) | 3.5 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
42
+ | T CO (ns) | 4 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
43
+ | f CNT (MHz) (1) | 100 | 125 | 125 | 125 | 111.1 | 92.2 |
44
+ | f SYSTEM (MHz) (2) | 100 | 83.3 | 83.3 | 83.3 | 66.7 | 56.6 |
45
+
46
+ - 1. f CNT = Operating frequency for 16-bit counters.
47
+ - 2. f SYSTEM = Internal operating frequency for general purpose system designs spanning multiple FBs.
48
+
49
+ ## XC9500 In-System Programmable CPLD Family
50
+
51
+ ## Product Specification
52
+
53
+ - -Advanced CMOS 5V FastFLASH™ technology
54
+ - -Supports parallel programming of multiple XC9500 devices
55
+
56
+ ## Family Overview
57
+
58
+ The XC9500 CPLD family provides advanced in-system programming and test capabilities for high performance, general purpose logic integration. All devices are in-system programmable for a minimum of 10,000 program/erase cycles. Extensive IEEE 1149.1 (JTAG) boundary-scan support is also included on all family members.
59
+
60
+ As shown in Table 1, logic density of the XC9500 devices ranges from 800 to over 6,400 usable gates with 36 to 288 registers, respectively. Multiple package options and associated I/O capacity are shown in Table 2. The XC9500 family is fully pin-compatible allowing easy design migration across multiple density options in a given package footprint.
61
+
62
+ The XC9500 architectural features address the requirements of in-system programmability. Enhanced pin-locking capability avoids costly board rework. An expanded JTAG instruction set allows version control of programming patterns and in-system debugging. In-system programming throughout the full device operating range and a minimum of 10,000 program/erase cycles provide worry-free reconfigurations and system field upgrades.
63
+
64
+ Advanced system features include output slew rate control and user-programmable ground pins to help reduce system noise. I/Os may be configured for 3.3V or 5V operation. All outputs provide 24 mA drive.
65
+
66
+ 0
67
+
68
+ 0
69
+ ---
70
+ ## - PRODUCT OBSOLETE / UNDER OBSOLESCENCE -
71
+
72
+ ## XC9500 In-System Programmable CPLD Family
73
+
74
+ <!-- image -->
75
+
76
+ Table 2: Available Packages and Device I/O Pins (not including dedicated JTAG pins)
77
+
78
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
79
+ |--------------|----------|----------|-----------|-----------|-----------|-----------|
80
+ | 44-Pin VQFP | 34 | - | - | - | - | - |
81
+ | 44-Pin PLCC | 34 | 34 | - | - | - | - |
82
+ | 48-Pin CSP | 34 | - | - | - | - | - |
83
+ | 84-Pin PLCC | - | 69 | 69 | - | - | - |
84
+ | 100-Pin TQFP | - | 72 | 81 | 81 | - | - |
85
+ | 100-Pin PQFP | - | 72 | 81 | 81 | - | - |
86
+ | 160-Pin PQFP | - | - | 108 | 133 | 133 | - |
87
+ | 208-Pin HQFP | - | - | - | - | 166 | 168 |
88
+ | 352-Pin BGA | - | - | - | - | 166 (2) | 192 |
89
+
90
+ - 1. Most packages available in Pb-Free option. See individual data sheets for more details.
91
+ - 2. 352-pin BGA package is being discontinued for the XC95216. See XCN07010 for details.
92
+
93
+ ## Architecture Description
94
+
95
+ Each XC9500 device is a subsystem consisting of multiple Function Blocks (FBs) and I/O Blocks (IOBs) fully interconnected by the Fast CONNECT™ switch matrix. The IOB provides buffering for device inputs and outputs. Each FB provides programmable logic capability with 36 inputs and
96
+
97
+ 18 outputs. The Fast CONNECT switch matrix connects all FB outputs and input signals to the FB inputs. For each FB, 12 to 18 outputs (depending on package pin-count) and associated output enable signals drive directly to the IOBs. See Figure 1.
98
+ ---
99
+ <!-- image -->
100
+
101
+ Figure 1: XC9500 Architecture
102
+
103
+ <!-- image -->
104
+
105
+ Note: Function block outputs (indicated by the bold lines) drive the I/O blocks directly.
106
+
107
+ ## Function Block
108
+
109
+ Each Function Block, as shown in Figure 2, is comprised of 18 independent macrocells, each capable of implementing a combinatorial or registered function. The FB also receives global clock, output enable, and set/reset signals. The FB generates 18 outputs that drive the Fast CONNECT switch matrix. These 18 outputs and their corresponding output enable signals also drive the IOB.
110
+
111
+ Logic within the FB is implemented using a sum-of-products representation. Thirty-six inputs provide 72 true and complement signals into the programmable AND-array to form
112
+
113
+ 90 product terms. Any number of these product terms, up to the 90 available, can be allocated to each macrocell by the product term allocator.
114
+
115
+ Each FB (except for the XC9536) supports local feedback paths that allow any number of FB outputs to drive into its own programmable AND-array without going outside the FB. These paths are used for creating very fast counters and state machines where all state registers are within the same FB.
116
+ ---
117
+ ## - PRODUCT OBSOLETE / UNDER OBSOLESCENCE -
118
+
119
+ <!-- image -->
120
+
121
+ Figure 2: XC9500 Function Block
122
+
123
+ <!-- image -->
docling-folder/md/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- image -->
2
+
3
+ ## Pushing through undercurrents
4
+
5
+ ## Technology's impact on systemic risk: A look at banking
6
+
7
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become systemic without appropriate management.
8
+
9
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte consulted over 100 financial services and technology experts in the development of a new report, Pushing through undercurrents. This group shared more specific perspectives on the forces behind technology-driven systemic risk in the banking sector. Here's a summary of what we learned. You can learn more in the full report
10
+
11
+ from the Forum, and the executive summary from Deloitte.
12
+
13
+ <!-- image -->
14
+
15
+ /public\_building\_pos
16
+
17
+ ## Risk 1: Risk exposure from Banking as a Service offerings
18
+
19
+ ## What could go wrong?
20
+
21
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities that can pose risks for banks. The risk is growing because:
22
+
23
+ - Customers' sensitive data and funds may be at risk from phishing and social engineering attacks ·
24
+ - Flawed APIs might provide a back door for hackers to penetrate banks' systems ·
25
+ - Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks ·
26
+
27
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on a BaaS provider, keeping customers from accessing their accounts or making transactions.
28
+
29
+ H
30
+
31
+ | What sectoral and regional forces could amplify the risk? | ow can the industry mitigate it? | ow can the industry mitigate it? |
32
+ |--------------------------------------------------------------------------------------|------------------------------------------------------------|--------------------------------------------------------------------------------------------|
33
+ | A complex BaaS technology · stack Limited redundancy measures · | trong security for plat forms and API connectivity | Use input validation protocols · Apl y network segmentation and · ccess control measures |
34
+ | enabling attackers to upload malicious code into a bank's systems through its APIs | Properly vetted BaS rtners | Improve due diligence on BaS · roviders |
35
+ | enabling attackers to upload malicious code into a bank's systems through its APIs | nstitutional knowledge transfer from banks to BaS rtners | Help BaaS and other fintech providers · get better at risk management and compliance |
36
+
37
+ S
38
+
39
+ B
40
+
41
+ a
42
+
43
+ S
44
+
45
+ p
46
+
47
+ a
48
+
49
+ p
50
+
51
+ I
52
+
53
+ p
54
+
55
+ a
56
+
57
+ a
58
+ ---
59
+ <!-- image -->
60
+
61
+ ## Risk 2: Inadequate stability mechanisms for stablecoin arrangements /error\_pos
62
+
63
+ ## What could go wrong?
64
+
65
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run. The risk is growing because:
66
+
67
+ - Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader · financial system
68
+ - The novel technologies used for minting and managing stablecoins are exposed to security risks ·
69
+ - The absence of a stability mechanism like deposit insurance increases the risk of a run ·
70
+
71
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
72
+
73
+ H
74
+
75
+ | What sectoral and regional | ow can the industry mitigate it? | ow can the industry mitigate it? |
76
+ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
77
+ | forces could amplify the risk? | Goal | Mitigation opportunities |
78
+ | A less mature regulatory · environment Stringent capital controls, which · may encourage individuals in those jurisdictions to park their assets in global stablecoins | tandardization and oversight of stablecoin arrangements | Requirement for anti-money laundering · and 'know your customer' processes for stablecoin issuers |
79
+ | Unsecure systems and poorly · managed internal processes | nvestor and customer protection | Offer insurance coverage for stablecoin · tokens Enforce responsible marketing rules · |
80
+ | | Transparency of capital reserves | Periodically audit and stress-test · stablecoin issuers' reserve assets |
81
+
82
+ I
83
+
84
+ To learn more about technology's impact on systemic risk in banking, including examples, please see pages 60-7 of the full report
85
+
86
+ ## Neal Baumann
87
+
88
+ Financial Services Industry leader Deloitte Global [email protected]
89
+
90
+ ## Rob Galaski
91
+
92
+ Vice-Chair and Managing Partner Deloitte Canada [email protected]
93
+
94
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the 'Deloitte organization'). DTTL ( also referred to as 'Deloitte Global') and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.
95
+
96
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 415,000 people worldwide make an impact that matters at www.deloitte.com.
97
+
98
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ('DTTL'), its global network of member firms or their related entities (collectively, the 'Deloitte organization') is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
99
+
100
+ .
101
+
102
+ ## Contacts
103
+
104
+ S
docling-folder/md/dttl-tax-technology-report-2023.md ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- image -->
2
+
3
+ Tax in a data-driven world More regulations, more data, more technology
4
+ ---
5
+ <!-- image -->
6
+
7
+ ## Data and new regulations drive tax transformation
8
+
9
+ <!-- image -->
10
+
11
+ Immediate access to reliable, accurate, and fit-for-purpose tax data is essential to be able to meet complex tax obligations, real-time reporting requirements, and increasing expectations of tax transparency. Recent developments such as the OECD's Pillar Two rules, requiring large multinational enterprises to pay a minimum 'global tax,' the introduction of CESOP (Central Electronic System of Payment information) and ViDA rules (VAT in a Digital Age) in the EU, e-reporting, and e-invoicing are all examples of initiatives which are increasing the compliance requirements for companies and having a significant impact on tax strategies and operations. Advances in the way technology is used to identify, transform, and manage tax-related data should be an essential component of a business's response.
12
+
13
+ <!-- image -->
14
+
15
+ Pillar Two is at the forefront of our mind. We are still quantifying any additional liability and establishing any impact on our Effective Tax Rate. Naturally, there is a huge compliance and systems requirement to accommodate Pillar Two.
16
+
17
+ ## Gemma Beck
18
+
19
+ Head of Tax,
20
+
21
+ Haleon Plc
22
+
23
+ <!-- image -->
24
+
25
+ Challenges such as version control, manual data collection, or getting the right format and level of data can delay accurate reporting and insights-insights from data being something the respondents to Deloitte's Tax Transformation Trends 2023 research highlighted as of high importance. The impact of these regulatory and digitalization changes can vary across companies based on their size, region, or industry. Yet, the overall trend has been toward growing workloads and increased complexity.
26
+ ---
27
+ In addition, many tax authorities are collecting and sharing more detailed data about taxes and are requesting direct access to large companies' tax-related data. The digitalization of tax authorities elevates the need for reliable and automated tax models, and generating the right data, in the right format, at the right time. Automating data input, validation, and cleansing can save time and reduce risk, but is also key to enabling the access tax administrations increasingly require.
28
+
29
+ All this at a time when businesses are starting to explore the role and benefits of Generative AI, and having to evaluate how trustworthy this technology is, the risks associated with data privacy, as well as the consequences for their employees.
30
+
31
+ Technology can also facilitate greater visibility into tax data across the enterprise, which can provide insights that can generate value for the business when making strategic decisions. In short, tax departments increasingly need technology to help them pivot from task completion and cost control toward being able to extract outcome-oriented business insights from compliance activities through analytics.
32
+
33
+ Yet, when Deloitte asked 300 tax and finance professionals what progress they had made in implementing tax transformation strategies, 24% stated they intended to implement an ERP system customized for tax issues in the next 12 months (Figure 1). Only 37% of respondents said their tax department had fully implemented the use of tools to monitor relevant developments in tax laws around the world . Similarly, many respondents reported that their tax department had not yet fully implemented the data management and technology applications required by these changesintroduction of tax data management solutions and/or having tax professionals in the company's data management team (38%), and integrated processes (32%).
34
+
35
+ Figure 1. Progress made in implementing tax transformation strategies
36
+
37
+ <!-- image -->
38
+
39
+ Implementing tax technology, or customizing existing ERP systems, requires identifying the appropriate issues to customize the system for, involving the right stakeholders internally, obtaining budget when there are competing demands, and devising a robust schedule of maintenance.
40
+
41
+ T
42
+ ---
43
+ Figure 2. Challenges for the tax department over the next three to five years
44
+
45
+ <!-- image -->
46
+
47
+ ## 1. Customizing technology for global compliance
48
+
49
+ <!-- image -->
50
+
51
+ Compliance is a top priority for the tax department (Figure 2) but to achieve it, comply with Pillar Two, or calculate their global tax liability, tax departments need accurate, timely, tax-related data integrated across their organization. However, achieving visibility into enterprise-wide tax data has proven difficult for many companies, with respondents to Deloitte's Tax Transformation Trends 2023 survey citing integrating tax-related data across the company (36%) as their second-most important challenge. More than a fifth of respondents found challenges in having limited technology or data management expertise (23%), obtaining a comprehensive view of the total tax paid globally (22%), and not having sufficient control over technology strategy and investment (22%) (Figure 2). There is a 'perfect storm' with the compliance challenge at least partly linked to these other factors.
52
+
53
+ <!-- image -->
54
+
55
+ Percentage ranked among top 3 challenges
56
+
57
+ T
58
+ ---
59
+ <!-- image -->
60
+
61
+ What we see now is an increasing demand for more compliance requirements-I mean from the OECD and also coming from local authorities… there's demand for more automation.
62
+
63
+ ## Liliane Saiani
64
+
65
+ Head of Tax, Mercado Libre
66
+
67
+ <!-- image -->
68
+
69
+ The desire to continue customizing ERP systems for tax is not surprising-being able to incorporate flexibility and information to respond to changing tax laws will help companies comply, thereby avoiding penalties and costs. Modern ERP systems can provide the accurate, granular data that tax teams need at the legal entity level, while still supporting the management-level reporting needed by other stakeholders. In this way, the ERP can help support tax analytics so that companies can model the impact of changing tax laws in multiple jurisdictions, improving the insights used for decision making.
70
+
71
+ Companies have been working to put in place the data management and technology capabilities demanded by today's tax environment, but many have more work to do.
72
+
73
+ <!-- image -->
74
+
75
+ Our approach was to first work to make ourselves more efficient. We're trying to transform our ERP landscape. It's always a challenge to wrangle all the different technology pieces we have.
76
+
77
+ ## Kristi Doyle
78
+
79
+ Global Tax Director,
80
+
81
+ Johnson Controls
82
+
83
+ <!-- image -->
84
+
85
+ <!-- image -->
86
+ ---
87
+ Many of the challenges appear greater for smaller companies than for larger ones. For example, respondents at companies with revenues of US$5 billion or greater were more likely to say that their company had fully implemented introduction of tax data management solutions and/or having tax professionals in the company's data management team (55%) than did those at companies with revenues of US$1 billion to US$5 billion (35%) or US$750 million to US$1 billion (25%) (Figure 3).
88
+
89
+ Figure 3: Strategies/actions fully implemented by the tax department-by company size
90
+
91
+ <!-- image -->
92
+
93
+ T
94
+ ---
95
+ <!-- image -->
96
+
97
+ ## 2. Deciding how to invest in technology
98
+
99
+ Digital transformation is embedded into most companies' agendas, but it is still difficult to identify clear returns on technology investment-from determining which actions drive the most impact, to which investments yield the highest enterprise value. With Generative AI also advancing at pace, it is increasingly difficult for businesses to work out the optimum point at which to invest at scale. When resources are constrained, it is worth weighing up the investment needed for developing, buying, maintaining, and replacing technology versus leveraging the technology of an outsource service provider.
100
+
101
+ <!-- image -->
102
+
103
+ We outsource as much as possible with trusted partners. We don't have the resources, nor the budget, to develop all those tools ourselves.
104
+
105
+ ## Philippe de Roose
106
+
107
+ Senior Vice President for Tax Treasury and Finance Administration,
108
+
109
+ Radisson Hospitality Group
110
+
111
+ <!-- image -->
112
+ ---
113
+ Figure 4. Benefit company has received-or could receive-from outsourcing an entire activity or function in the tax department
114
+
115
+ <!-- image -->
116
+
117
+ Respondents to the Tax Transformation Trends 2023 survey cited access to the latest technology capabilities (54%) even more often than reduced operating costs (51%) as a major or significant benefit of outsourcing (Figure 4). Reduced need for capital investment in technology (45%) was also named frequently as an important benefit. Outsourcing can provide a strategy for tax departments to acquire the technology tools and expertise that the current environment demands without incurring the significant capital investment that would be required, upfront and ongoing, if enhancements were developed in-house.
118
+
119
+ While tax departments may have had discretionary budget for incremental changes, or fixing 'broken' systems, wholescale finance transformation has centralized budgets, with IT taking a prominent role in deciding where transformation efforts will focus. This has led to a greater need for the tax department to collaborate with IT and other departments.
120
+
121
+ |
122
+ ---
123
+ <!-- image -->
124
+
125
+ ## 3. Internal collaboration and obtaining budget
126
+
127
+ <!-- image -->
128
+
129
+ Data management and IT applications are increasingly important to tax departments. However, in Deloitte's Tax Transformation Trends survey, 78% respondents in 2023 said technology strategy and planning was largely controlled by Finance or IT; 56% said that the tax department has input into the process, while 22% said it had little input (Figure 5). These findings represent a change from the 2021 survey, in which tax leaders more often said their departments had control over technology strategy and budget. This may be due to an increased reliance on ERPs, rather than tax-department specific solutions, along with the growing need for tax to gather data from across the company-both of which would put more control into the hands of IT and Finance.
130
+
131
+ Figure 5. Tax function role in technology strategy and planning
132
+
133
+ <!-- image -->
134
+
135
+ T
136
+
137
+ - ax in a data-driven world | More regulations, more data, more technology 9
138
+ ---
139
+ There were also significant regional differences. Respondents at North American companies (40%) more often said that the tax department has significant autonomy either over technology strategy or over both technology strategy and budget than did those at companies headquartered in Europe (10%) or Asia Pacific (20%) (Figure 6). European and Asian companies typically contend with more indirect taxes, requiring complicated integration with supply chain management in ERP systems, led by Finance, while in North America the emphasis is on income taxes, requiring the tax department to lead. Historically, Asian companies have been geared more toward managing reporting and compliance in multiple jurisdictions in a decentralized manner, and as a result, were not as experienced in having a common ERP platform to solve all jurisdictional issues. This is, however, changing rapidly as more tax technology expertise is developing in Asia, enabling common ERP platforms and local customization.
140
+
141
+ By region
142
+
143
+ <!-- image -->
144
+
145
+ Technology plays a key role in many aspects of tax operations and in transforming those operations to meet today's challenges-which was made clear in interviews with respondents.
146
+
147
+ Figure 6. Tax function role in technology strategy and planning
148
+
149
+ <!-- image -->
150
+
151
+ It's a priority to meet compliance requirements, which are becoming significantly challenging these days, such as Pillar Two and e-reporting. All these new kinds of compliance are very connected to technology and digitalization.
152
+
153
+ ## Jesus Bravo Fernandez
154
+
155
+ Head of Indirect Tax, Transfer Pricing, and Tax Technology, Coca-Cola Europacific Partners
156
+
157
+ <!-- image -->
158
+
159
+ T
160
+ ---
161
+ Many respondents said implementing a single, integrated tax platform was a key priority for the next few years as they pursue increased efficiency and access to better data. For many, there is still work to do on rationalizing fragmented technology landscapes.
162
+
163
+ <!-- image -->
164
+
165
+ We are looking at how do we deal with all the various systems, and how do we bring some structure and consistency and visibility in that chaos-what evolution and trends are happening from a technology point of view.
166
+
167
+ ## Dirk Timmermans
168
+
169
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
170
+
171
+ <!-- image -->
172
+
173
+ To make the case for budget, tax departments need to demonstrate the value they generate and protect for the company. Companies that have taken the top-down company view, managed to explain the impact of tax authority digitalization to the C -suite and worked collaboratively with the IT department have typically been more successful in building this value case.
174
+
175
+ Understanding and communicating the aspiration of real-time compliance through direct connection between tax authorities and company systems (see the OECD's 'Tax Administration 3.0' discussion paper) is important for ERP system design as ERP systems are where most transactions are handled-thinking about the long term is imperative, as finding a point solution now, without thinking through the potential requirements in five to 10 years' time, may hinder the tax department from creating the environment that will enable being a strategic advisor to the business. Being able to identify all the potential outcomes, however, is the difficult part, especially since tax laws and regulations still differ significantly between jurisdictions and change frequently.
176
+
177
+ <!-- image -->
178
+ ---
179
+ <!-- image -->
180
+
181
+ ## 4. Finding the optimal implementation and maintenance program
182
+
183
+ Tax departments often focus on immediate-need technology. Best practice, however, would suggest obtaining budget and developing a road map first to use the technology already available, identifying what might be needed in the future, and then making buildor-buy decisions. At this point, it's useful to have a holistic view of the tax department's operating model-it's not about doing everything now, but looking at increasing speed and accuracy, and freeing up tax professionals for more strategic business activity.
184
+
185
+ Once the technology is chosen, the question is often whether to implement using internal resources, appoint an implementation partner, or outsource the entire function requiring the technology.
186
+
187
+ If the decision is made to use in-house resources, tax departments need to develop professional teams with the new skills required, especially data management and technology expertise. This was evident from Deloitte's Tax Transformation Trends research in 2023: When asked where their tax department will have the greatest need for skills over the next three to five years, respondents most often named data analytics, data-driven strategic insights, and data management (44%)-a reflection of the growing importance of data-driven decision making and increased government requirements for direct access to companies' tax data (Figure 7 on the next page).
188
+
189
+ <!-- image -->
190
+
191
+ We made the strategic decision to have capable IT people within our tax department many years ago, and that has allowed us to move much more quickly with getting our data needs met.
192
+
193
+ ## Dirk Timmermans
194
+
195
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
196
+
197
+ <!-- image -->
198
+
199
+ T
200
+ ---
201
+ Several skill areas were cited less often in 2023 than in 2021, suggesting that some companies may have made progress in addressing their talent requirement in those areas-either through recruitment, or by leaning more on outside providers. For example, technology transformation and process redesign was named as a top talent need by 29% of respondents in the current survey, compared to 43% in 2021. However, this area still ranked fourth highest among the skills needed in the next few years, indicating that many companies are still working to develop or acquire technology talent.
202
+
203
+ ## Figure 7. Greatest needs in the tax department for skills over the next one to two years
204
+
205
+ 2021 vs. 2023
206
+
207
+ <!-- image -->
208
+
209
+ Note: Percentages do not add up to 100% since respondents could make multiple selections. Some items only appeared in the 2023 survey.
210
+
211
+ T
212
+ ---
213
+ <!-- image -->
214
+
215
+ ## What's next?
216
+
217
+ Strategic management and effective use of data as an asset will be top of mind for tax leaders as both global tax reform and primary stakeholders-including boards, finance functions, and financial institutions-continue to place data management at the center of the tax function. The tax technology landscape, however, is broader than ERP and identifying tax data-tax leaders also need to consider how many technologies are really needed to meet their needs, how many are not yet connected to each other, and how fast technology is changing, threatening the obsolescence of existing systems.
218
+
219
+ The pace at which Generative AI technology and tooling is advancing can make it difficult for businesses to work out the optimum point at which to invest at scale. Generative AI activity is currently predominantly focused on identifying use cases and undertaking a tactical program of experimentation as part of a measured approach to understanding the role and impact Generative AI can have on a variety of business functions. There should, however, be an expectation that over time, Generative AI, combined with broader AI and data analytical techniques, will play an increasingly dominant role in the tax technology space, fueled by high levels of fluency, an expansion of functionality and, critically, reduced cost of deployment. All of which reinforces the need for a clear strategy and focus on data structures.
220
+
221
+ Today, tax directors are addressing the impact of data within their tax functions and have pivoted by introducing new skill sets within their tax function, which is encouraging. This is, however, just the first step of a continuous journey in which primary stakeholders use tax data through analytics as a strategic enabler to drive investment decisions, often these days using dynamic dashboarding and modeling.
222
+
223
+ The results of Deloitte's Tax Transformation Trends 2023 survey highlighted the need for datadriven insight from compliance activities, more agile partnering with other parts of the business, and a heightened need to integrate technology across functions and jurisdictions. As digitalization continues-accelerated by the introduction of Artificial Intelligence capabilities-tax departments will need to ensure their digital strategy meets an ever-changing tax regulatory landscape, is incorporated into and aligns with the business's overall digital transformation ambitions, and incorporates efforts to prepare their people and processes for accelerated transformation. Tax directors interviewed for Deloitte's Tax Transformation Trends research recommend embedding Tax into everyday processes and operations. This will lead to tax considerations in transformation efforts becoming 'business as usual,' and making building the business case for technology investment less onerous.
224
+ ---
225
+ ## About the research
226
+
227
+ Deloitte's 2023 Tax Transformation Trends survey engaged tax and finance executives to understand their strategies for tax operations, outsourcing, technology, and talent. Deloitte surveyed 300 senior tax and finance leaders at companies across a range of industries, sizes, and regions to understand their future vision for the tax function and how they plan to achieve that vision. Deloitte also conducted a series of qualitative one-on-one interviews with senior tax executives at large multinational companies to develop deeper insights into their tax transformation activities.
228
+
229
+ Figure 8. Demographics
230
+
231
+ <!-- image -->
232
+ ---
233
+ <!-- image -->
234
+
235
+ ## Contacts
236
+
237
+ <!-- image -->
238
+
239
+ <!-- image -->
240
+
241
+ <!-- image -->
242
+
243
+ <!-- image -->
244
+
245
+ <!-- image -->
246
+
247
+ <!-- image -->
248
+
249
+ ## Andy Gwyther
250
+
251
+ Deloitte Global Operate Leader, Tax &amp; Legal [email protected]
252
+
253
+ ## North America
254
+
255
+ ## Eric Peel
256
+
257
+ Tax Operate Leader Deloitte Tax LLP (US) [email protected]
258
+
259
+ ## Emily VanVleet
260
+
261
+ Tax Operate Leader Deloitte Tax LLP (US) [email protected]
262
+
263
+ ## Jeff Butt
264
+
265
+ Tax &amp; Legal Operate Leader Deloitte Canada [email protected]
266
+
267
+ ## Arturo Camacho
268
+
269
+ Tax &amp; Legal Operate Leader Deloitte Spanish-LATAM [email protected]
270
+
271
+ <!-- image -->
272
+
273
+ <!-- image -->
274
+
275
+ <!-- image -->
276
+
277
+ <!-- image -->
278
+
279
+ ## Europe, Middle East, Africa
280
+
281
+ ## Christophe De Waele
282
+
283
+ Tax &amp; Legal Operate Leader Deloitte North &amp; South Europe [email protected]
284
+
285
+ ## Ana Santiago Marques
286
+
287
+ Tax &amp; Legal Operate Leader Deloitte Central Europe [email protected]
288
+
289
+ ## Patrick Earlam
290
+
291
+ Tax &amp; Legal Operate Leader Deloitte Africa [email protected]
292
+
293
+ ## Asia Pacific
294
+
295
+ ## Christopher Roberge
296
+
297
+ Tax Operate Leader Deloitte Asia Pacific [email protected]
298
+ ---
299
+ <!-- image -->
300
+
301
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the 'Deloitte organization'). DTTL (also referred to as 'Deloitte Global') and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte. com/about to learn more.
302
+
303
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 457,000 people worldwide make an impact that matters at www.deloitte.com.
304
+
305
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ('DTTL'), its global network of member firms or their related entities (collectively, the 'Deloitte organization') is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser.
306
+
307
+ No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication.
308
+
309
+ © 2024. For information, contact Deloitte Global.
310
+
311
+ Designed by CoRe Creative Services. RITM1606967
docling-folder/md/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
docling-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- image -->
2
+
3
+ ## Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix ® Assessment 2023
4
+
5
+ Focus on Deloitte August 2023
6
+
7
+ <!-- image -->
8
+ ---
9
+ ## Introduction
10
+
11
+ Historically, the traditional manufacturing industry was primarily focused on designing standardized manufacturing procedures and managing labor and mechanical systems, but with the emergence of Industry 4.0, technology adoption has become widespread across industries, unlocking numerous benefits. However, the life sciences industry has been slow in adopting technology to modernize manufacturing setups. Nevertheless, the pandemic, regulatory frameworks, and the urge to achieve operational excellence are now driving the adoption of smart manufacturing services.
12
+
13
+ Life sciences enterprises aim to unlock benefits such as cost optimization, increased productivity, visibility, and efficiency by investing in critical use cases, including digital twins, predictive maintenance, etc. They are also exploring high-growth opportunities such as sustainable manufacturing, batch-to-continuous manufacturing, and manufacturing of personalized medicines. As the industry experiences investments in smart manufacturing, service providers are taking on the role of end-to-end digital transformation partners by co-developing solutions to assist enterprises in their digital journeys.
14
+
15
+ In the full report, we present an assessment of 16 life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix ® Assessment 2023. The assessment is based on Everest Group's annual RFI process for the calendar year 2023, interactions with leading life scie nces service providers, client reference checks, and an ongoing analysis of the life sciences smart manufacturing services market.
16
+
17
+ The full report includes the profiles of the following 16 leading life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix:
18
+
19
+ - ⚫ Leaders: Accenture, Cognizant, Deloitte, HCLTech, and TCS
20
+ - ⚫ Major Contenders: Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
21
+ - ⚫ Aspirants: Atos, HARMAN DTS, and NNIT
22
+
23
+ Scope of this report
24
+
25
+ <!-- image -->
26
+
27
+ <!-- image -->
28
+
29
+ <!-- image -->
30
+
31
+ Industry Life sciences (biopharmaceuticals and medical devices)
32
+
33
+ <!-- image -->
34
+ ---
35
+ ## Life Sciences Smart Manufacturing Services PEAK Matrix ® characteristics
36
+
37
+ ## Leaders
38
+
39
+ Accenture, Cognizant, Deloitte, HCLTech, and TCS
40
+
41
+ - ⚫ Leaders have positioned themselves as digital transformation partners for enterprises with end-to-end capabilities, and offer a balanced breadth of offerings across the life sciences manufacturing value chain
42
+ - ⚫ They demonstrate flexibility and innovation while pitching engagement models and commercial constructs, and possess a distinct talent pool specializing in the life sciences smart manufacturing space
43
+ - ⚫ There is a presence of a robust partnership ecosystem and investments aligned with the demand of the enterprises in the areas of digital twins, IoT-enabled analytics, cybersecurity, etc., as well as high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
44
+ - ⚫ They showcase a clear future roadmap to better supplement their internal capabilities and fill in the gaps in their existing portfolio of services through the development of IP, CoEs, and strategic initiatives
45
+
46
+ ## Major Contenders
47
+
48
+ Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
49
+
50
+ - ⚫ Major Contenders comprise a varied mix of midsize and large firms. They possess a relatively less balanced portfolio compared to Leaders and are inclined toward specialization in certain specific areas of the value chain. Additionally, they offer limited solutions around high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
51
+ - ⚫ Major Contenders have shortcomings in certain areas of the manufacturing value chain; the prevalent approach to address smart manufacturing use cases is by harnessing cross-industry intellectual property, talent, and partnerships
52
+ - ⚫ They have substantiated their position within the mid-tier segment of clients by pursuing active client management and ramping up/down resources commensurate to the ask of buyers
53
+
54
+ ## Aspirants
55
+
56
+ Atos, HARMAN DTS, and NNIT
57
+
58
+ - ⚫ When it comes to their services portfolio, Aspirants have restricted their focus to specific areas in the life sciences manufacturing value chain, with limited digital service capabilities
59
+ - ⚫ They have a limited partnership ecosystem and place more focus on leveraging horizontal capabilities to cater to the needs of life sciences enterprises rather than developing domain-specific services through CoEs and strategic alliances
60
+ - ⚫ They have a dedicated focus on capturing the market share in the small and midsize buyer segment
61
+
62
+ <!-- image -->
63
+ ---
64
+ ## Everest Group PEAK Matrix ®
65
+
66
+ ## Life Sciences Smart Manufacturing Services PEAK Matrix ® Assessment 2023 | Deloitte is positioned as a Leader
67
+
68
+ Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix ® Assessment 2023 1,2,3
69
+
70
+ Measures ability to deliver services successfully
71
+
72
+ <!-- image -->
73
+
74
+ - 1 Assessments for Atos, Capgemini, Infosys, and NTT DATA exclude provider inputs and are based on Everest Group's proprietary T ansaction Intelligence (TI) database, provider public disclosures, and Everest Group's interactions with enterprise buyers r
75
+ - 2 Assessment for Birlasoft, HARMAN DTS, and NNIT is based on partial primary inputs (briefings only)
76
+ - 3 The assessment of Atos is completed prior to its acquisition by Eviden
77
+
78
+ Confidentiality: Everest Group takes its confidentiality pledge very seriously. Any information we collect that is contract specific will only be presented back to the industry in an aggregated fashion Source: Everest Group (2023)
79
+
80
+ <!-- image -->
81
+
82
+ <!-- image -->
83
+ ---
84
+ ## Deloitte profile (page 1 of 6)
85
+
86
+ ## Overview
87
+
88
+ ## Company mission
89
+
90
+ Deloitte's Life Sciences Smart Manufacturing practice partners with life sciences enterprises in reimagining and reconfiguring their value chains to ensure the reliable and efficient supply of affordable and accessible therapies and medical products to the end customers, resulting in enhanced well-being of patients. It supports clients in their digital transformation journey and pushes life sciences manufacturing into the next generation of digital evolution. This is achieved through substantial investments in expanding global smart manufacturing capabilities, fostering robust partnerships, developing proprietary IP-based assets, leveraging smart factory technology, and nurturing talent.
91
+
92
+ ## Overview of the client base
93
+
94
+ Among its diverse customer base, Deloitte's life science smart manufacturing practice engages with the top 10 largest global pharmaceutical enterprises, top 10 largest BioTech enterprises, 9 out of the top 10 medical device enterprises, and 18 out of the 21 largest life sciences enterprises.
95
+
96
+ - 1 All the revenue components add up to a total of 100%
97
+
98
+ <!-- image -->
99
+
100
+ <!-- image -->
101
+
102
+ <!-- image -->
103
+
104
+ <!-- image -->
105
+ ---
106
+ ## Deloitte profile (page 2 of 6)
107
+
108
+ ## Case studies
109
+
110
+ ## Case study 1
111
+
112
+ Transformation of Quality Management System (QMS) for a global pharmaceutical manufacturer
113
+
114
+ ## Business challenge
115
+
116
+ The client faced challenges with high costs of quality and the regulatory risks in managing compliance. It had basic and disconnected platforms for quality processes, and lacked integration and traceability. To address this, the client identified a QMS platform and set ambitious timelines to deploy multiple Quality System Elements (QSEs) across more than five sites.
117
+
118
+ ## Solution
119
+
120
+ Deloitte assisted the client in their QMS transformation journey by assessing the current state of QSEs and conducting a process design exercise. Additionally, it built solutions tailored to client requirements, including customization with next-generation functionalities, performed detailed validation and system testing, and supported the change management process through a training program strategy.
121
+
122
+ ## Impact
123
+
124
+ - ⚫ Assisted the clients in realizing benefits worth US$30 million by eliminating non-value-added work, thereby reducing overhead expenses
125
+ - ⚫ Deployed more than 10 QSEs in 14 months across five manufacturing sites
126
+ - ⚫ Ensured QMS process adoption for more than 700 employees globally
127
+
128
+ <!-- image -->
129
+
130
+ ## Case study 2
131
+
132
+ ## NOT EXHAUSTIVE
133
+
134
+ Developing a global security standard for the manufacturing sites of a global pharmaceutical enterprise
135
+
136
+ ## Business challenge
137
+
138
+ The client recognized the necessity of developing and implementing a global security standard across all manufacturing and R&amp;D sites to enhance the security maturity of Internet of Things (IoT), Industrial Control Systems (ICS), and Operational Technology (OT).
139
+
140
+ ## Solution
141
+
142
+ Deloitte implemented a tailored OT cybersecurity framework, conducted detailed site security assessments, and deployed monitoring solutions to enhance OT asset security monitoring, visibility, and situational awareness. It also deployed threat intelligence and analytics for detecting OT cybersecurity threats and established standards, communication plans, playbooks, and workflows for incident response and recovery.
143
+
144
+ ## Impact
145
+
146
+ - ⚫ Deployed 14 OT security controls
147
+ - ⚫ Remediated 42 manufacturing and R&amp;D sites
148
+ - ⚫ Identified and monitored more than 30,000 OT digital assets
149
+ ---
150
+ ## Deloitte profile (page 3 of 6) Offerings
151
+
152
+ | Solution | Details |
153
+ |-------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
154
+ | Supply chain control tower platform | It is an end-to-end platform solution that assists clients by providing prescriptive insights, monitoring transaction-level data, and offering analytical capabilities across the manufacturing and supply chain processes. |
155
+ | CentralSight | It has the capabilities to effectively visualize a multi-tier deep supplier ecosystem, helping enterprises identify and address the associated risks within the ecosystem in a timely manner. |
156
+ | Smart factory capability compass | It is an application that assists clients in assessing the current manufacturing maturity and readiness of their sites for smart factory investments and initiatives. |
157
+ | CognitiveSpark for manufacturing | It is a cloud-based, AI-powered solution designed to assist biopharma and MedTech manufacturers with insights that help optimize manufacturing processes and improve product quality. |
158
+ | Turnkey IoT | It is a suite of pre-configured solution accelerators tailored to high-potential manufacturing use cases. |
159
+ | Managed Extended Detection and Response (MXDR) | It is a SaaS-based, modular cybersecurity solution designed to protect enterprises from internal and external cyber threats. |
160
+ | Greenlight | This is a decarbonization solution designed to achieve net-zero emissions. It includes a package of dashboard modules that can ingest Green House Gas (GHG) emissions and reduce project data, enabling clients to visualize and analyze their aggregate carbon footprint. |
161
+ | IDEA | It is an IoT-based application that helps clients manage real-time energy consumption from different sources, combining the IoT approach with traditional Energy Management Systems (EMS). |
162
+ | Digital IoT | It is a preconfigured Siemens MindSphere application that offers a cloud-based, open IoT operating system connecting products, plants, systems, and machines. This application unifies data from Digital Product Lifecycle Management (DPLM), Data Acquisition and Management System (DAMS), Digital Manufacturing Execution System (DMES), and IoT systems onto an integrated dashboard, thereby enabling actionable insights. |
163
+
164
+ <!-- image -->
165
+ ---
166
+ ## Deloitte profile (page 4 of 6) Offerings
167
+
168
+ NOT EXHAUSTIVE
169
+
170
+ | Proprietary smart manufacturing solutions - such as IP, platforms, accelerators, and tools (representative list) | Proprietary smart manufacturing solutions - such as IP, platforms, accelerators, and tools (representative list) |
171
+ |----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
172
+ | Solution | Details |
173
+ | Smart manufacturing platform | This is a platform solution that enables the comprehensive view of manufacturing operations across the organization with connected data from disparate systems to create dynamic data visualizations that provide useful insights and recommended actions. It assists in predictive analytics, quality analytics, planning and management, shop floor tracking and serialization, etc. |
174
+ | Supplier 360 | It is an end-to-end management solution that improves supplier relationships by consolidating data from various disparate sources to generate actionable insights on supplier performance, connecting stakeholders, and more. |
175
+
176
+ <!-- image -->
177
+ ---
178
+ ## Deloitte profile (page 5 of 6) Recent developments
179
+
180
+ ## NOT EXHAUSTIVE
181
+
182
+ | Event name | Type of event | Year | Details |
183
+ |-------------------------------------------------|-----------------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
184
+ | Industrial data fabric | Alliance | 2023 | Forged a multi-party partnership with AWS, HighByte, and Element to help manufacturers connect, structure, and manage industrial data at scale through an open industrial data framework; supports Deloitte's smart manufacturing platform and services, offering data analytics, predictive insights, and faster time-to-value for manufacturers |
185
+ | Nubik | Acquisition | 2022 | Acquired to strengthen its presence and leadership in the Salesforce practice and firm up its relationships and offerings for mid-market clients; it will assist clients with advanced solutions in manufacturing and distribution |
186
+ | OCT Emissions Solutions | Acquisition | 2022 | Acquired to assist clients with an end-to-end offering across the climate change and decarbonization life cycle. It provides solutions for hydrogen, carbon sequestration and offsets, and carbon dioxide cleanup |
187
+ | AE Cloud Consultant | Acquisition | 2022 | Acquired to deploy front-end and back-end solutions for order management, production management, supply chain management, warehouse and fulfillment, procurement, etc., for enterprises |
188
+ | Smart factories spread across global locations | Investment | 2022 | The smart factories that are spread across the globe serve as an ecosystem of smart manufacturing capabilities built on advanced technologies such as IoT, cybersecurity, and digital twins; also acts as a platform that brings together solution providers, technology innovators, and academic researchers to drive innovation |
189
+ | Check Point | Alliance | 2021 | Alliance with Check Point, a leading provider of cybersecurity solutions, to assist Deloitte in strengthening Industry 4.0 technologies by securing the enterprise manufacturing and supply chain infrastructure |
190
+ | Syncronic | Acquisition | 2021 | Acquired to enhance its supply chain practice in the Nordics region |
191
+ | aeCyberSolutions | Acquisition | 2021 | Acquired to strengthen its cybersecurity offerings |
192
+ | Digital Immunity | Alliance | 2020 | Alliance with Digital Immunity to leverage Deloitte's multiple OT lab environments, such as the Smart Factory in Wichita, to accelerate deployment testing by utilizing configuration and deployment guidelines from the lab environment |
193
+ | Nozomi | Alliance | 2020 | Alliance with Nozomi Networks to deliver IT, OT, and IoT security services in the EMEA region. This collaboration aims to assist enterprises in enhancing their threat detection capabilities and implementing effective cyber risk solutions |
194
+ | Beelogix | Acquisition | 2019 | Acquired to expand its capabilities and leadership in SAP digital supply chain solution |
195
+
196
+ <!-- image -->
197
+ ---
198
+ ## Deloitte profile (page 6 of 6) Everest Group assessment
199
+
200
+ <!-- image -->
201
+
202
+ <!-- image -->
203
+
204
+ <!-- image -->
205
+
206
+ <!-- image -->
207
+
208
+ | Market impact | Market impact | Market impact | Market impact | Vision &amp; capability | Vision &amp; capability | Vision &amp; capability | Vision &amp; capability | Vision &amp; capability |
209
+ |-----------------|-----------------|-----------------|-----------------|-----------------------|----------------------------|-----------------------------|-----------------------|-----------------------|
210
+ | Market adoption | Portfolio mix | Value delivered | Overall | Vision and strategy | Scope of services offered | Innovation and investments | Delivery footprint | Overall |
211
+
212
+ ## Strengths
213
+
214
+ ## Limitations
215
+
216
+ - ⚫ Deloitte has made substantial investments in developing manufacturing solutions throughout the life sciences value chain, focusing on futuristic domain use cases such as cell and gene therapy manufacturing and sustainable manufacturing. It is further reinforced by its dedicated investments in building the Wichita smart factory, which strengthens its capabilities in IoT, cybersecurity, digital twins, robotics, etc.
217
+ - ⚫ While clients highlight the premium pricing points, they acknowledge the innovative commercial constructs offered by Deloitte and perceive the dollar value per service provided to be better compared to peers
218
+ - ⚫ Clients view Deloitte as a reliable strategic partner as it addresses both the existing and emerging business problems, even by engaging third-party providers if necessary
219
+ - ⚫ Clients appreciate the high quality of the talent deployed and the strong technical domain knowledge they possess
220
+
221
+ <!-- image -->
222
+
223
+ - ⚫ Although clients appreciate the technical and domain expertise of the talent deployed, they expect better attrition management to ensure seamless project delivery
224
+ - ⚫ Deloitte's tendency to consistently agree with clients without conducting thorough evaluations can reveal a lack of critical assessment and hinder their ability to make decisions that align with the enterprise's expertise and best interests
225
+ - ⚫ While clients appreciate Deloitte's strategic inputs, they look for better transparency and alignment with the enterprise stakeholders
226
+
227
+ <!-- image -->
228
+
229
+ <!-- image -->
230
+
231
+ ## -Leader
232
+
233
+ <!-- image -->
234
+
235
+ <!-- image -->
236
+
237
+ <!-- image -->
238
+
239
+ <!-- image -->
240
+ ---
241
+ <!-- image -->
242
+
243
+ ## Appendix
244
+ ---
245
+ ## Everest Group PEAK Matrix ® is a proprietary framework for assessment of market impact and vision &amp; capability
246
+
247
+ ## Everest Group PEAK Matrix
248
+
249
+ Market impact
250
+
251
+ <!-- image -->
252
+
253
+ Vision &amp; capability Measures ability to deliver services successfully
254
+
255
+ <!-- image -->
256
+
257
+ <!-- image -->
258
+ ---
259
+ ## Services PEAK Matrix ® evaluation dimensions
260
+
261
+ Measures impact created in the market -captured through three subdimensions
262
+
263
+ <!-- image -->
264
+
265
+ <!-- image -->
266
+
267
+ <!-- image -->
268
+ ---
269
+ ## FAQs
270
+
271
+ ## Does the PEAK Matrix ® assessment incorporate any subjective criteria?
272
+
273
+ Everest Group's PEAK Matrix assessment takes an unbiased and fact -based approach that leverages provider / technology vendor RFI s and Everest Group's proprietary databases containing providers' deals and operational capability information. In addition, we validate/fine-tune these results based on our market experience, buyer interaction, and provider/vendor briefings.
274
+
275
+ ## Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome?
276
+
277
+ No. The PEAK Matrix highlights and positions only the best-in-class providers / technology vendors in a particular space. There are a number of providers from the broader universe that are assessed and do not make it to the PEAK Matrix at all. Therefore, being represented on the PEAK Matrix is itself a favorable recognition.
278
+
279
+ ## What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning?
280
+
281
+ A PEAK Matrix positioning is only one aspect of Everest Group's overall assessment. In addition to assigning a Leader, Major Contender, or Aspirant label, Everest Group highlights the distinctive capabilities and unique attributes of all the providers assessed on the PEAK Matrix. The detailed metric-level assessment and associated commentary are helpful for buyers in selecting providers/vendors for their specific requirements. They also help providers/vendors demonstrate their strengths in specific areas.
282
+
283
+ ## What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?
284
+
285
+ - ⚫ Enterprise participants receive summary of key findings from the PEAK Matrix assessment
286
+ - ⚫ For providers
287
+ - -The RFI process is a vital way to help us keep current on capabilities; it forms the basis for our database -without participation, it is difficult to effectively match capabilities to buyer inquiries
288
+ - -In addition, it helps the provider/vendor organization gain brand visibility through being in included in our research reports
289
+
290
+ ## What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?
291
+
292
+ - ⚫ Providers/vendors can use their PEAK Matrix positioning or Star Performer rating in multiple ways including:
293
+ - -Issue a press release declaring positioning; see our citation policies
294
+ - -Purchase a customized PEAK Matrix profile for circulation with clients, prospects, etc. The package includes the profile as well as quotes from Everest Group analysts, which can be used in PR
295
+ - -Use PEAK Matrix badges for branding across communications (e-mail signatures, marketing brochures, credential packs, client presentations, etc.)
296
+ - ⚫ The provider must obtain the requisite licensing and distribution rights for the above activities through an agreement with Everest Group; please contact your CD or contact us
297
+
298
+ ## Does the PEAK Matrix evaluation criteria change over a period of time?
299
+
300
+ PEAK Matrix assessments are designed to serve enterprises' current and future needs. Given the dynamic nature of the global s ervices market and rampant disruption, the assessment criteria are realigned as and when needed to reflect the current market reality and to serve enterprises' future expectations.
301
+
302
+ <!-- image -->
303
+ ---
304
+ Life Sciences Smart Manufacturing Services PEAK Matrix ® Assessment 2023
305
+
306
+ <!-- image -->
307
+
308
+ ## Stay connected
309
+
310
+ Dallas (Headquarters) [email protected] +1-214-451-3000
311
+
312
+ Bangalore [email protected] +91-80-61463500
313
+
314
+ Delhi [email protected] +91-124-496-1000
315
+
316
+ London [email protected] +44-207-129-1318
317
+
318
+ Toronto [email protected]
319
+
320
+ +1-214-451-3000
321
+
322
+ This document is for informational purposes only, and it is being provided 'as is' and 'as available' without any warranty of any kind, including any warranties of completeness, adequacy, or fitness for a particular purpose. Everest Group is not a legal or investment adviser; the contents of this document should not be construed as legal, tax, or investment advice. This document should not be used as a substitute for consultation with professional advisors, and Everest Group disclaims liability for any actions or decisions not to act that are taken as a result of any material in this publication.
323
+
324
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
325
+
326
+ <!-- image -->
327
+
328
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through today's market challenges and strengthen their strategies by applying contextualized problem -solving to their unique situations. This drives maximized operational and financial performance and transformative experiences. Our deep expertise and tenacious research focused on technology, business processes, and engineering through the lenses of talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content at www.everestgrp.com .
329
+
330
+ ## NOTICE AND DISCLAIMERS
331
+
332
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY. THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP'S TERMS OF USE.
333
+
334
+ Everest Group's Terms of Use, available at www.everestgrp.com/terms -of-use/, is hereby incorporated by reference as if fully reproduced herein. Parts of these terms are pasted below for convenience; please refer to the link above for the full version of the Terms of Use.
335
+
336
+ Everest Group is not registered as an investment adviser or research analyst with the U.S. Securities and Exchange Commission, the Financial Industry Regulatory Authority (FINRA), or any state or foreign securities regulatory authority. For the avoidance of doubt, Everest Group is not providing any advice concerning securities as defined by the law or any regulatory entity or an analysis of equity securities as defined by the law or any regulatory entity.
337
+
338
+ All Everest Group Products and/or Services are for informational purposes only and are provided 'as is' without any warranty of any kind. You understand and expressly agree that you assume the entire risk as to your use and any reliance upon any Product or Service. Everest Group is not a legal, tax, financial, or investment advisor, and nothing provided by Everest Group is legal, tax, financial, or investment advice. Nothing Everest Group provides is an offer to sell or a solicitation of an offer to purchase any securities or instruments from any entity. Nothing from Everest Group may be used or relied upon in evaluating the merits of any investment. Do not base any investment decisions, in whole or part, on anything provided by Everest Group.
339
+
340
+ Products and/or Services represent research opinions or viewpoints, not representations or statements of fact. Accessing, using, or receiving a grant of access to an Everest Group Product and/or Service does not constitute any recommendation by Everest Group that recipient (1) take any action or refrain from taking any action or (2) enter into a particular transaction. Nothing from Everest Group will be relied upon or interpreted as a promise or representation as to past, present, or future performance of a business or a market. The information contained in any Everest Group Product and/or Service is as of the date prepared, and Everest Group has no duty or obligation to update or revise the information or documentation. Everest Group may have obtained information that appears in its Products and/or Services from the parties mentioned therein, public sources, or third-party sources, including information related to financials, estimates, and/or forecasts. Everest Group has not audited such information and assumes no responsibility for independently verifying such information as Everest Group has relied on such information being complete and accurate in all respects. Note, companies mentioned in Products and/or Services may be customers of Everest Group or have interacted with Everest Group in some other way, including, without limitation, participating in Everest Group research activities.
341
+
342
+ 15
343
+
344
+ Website everestgrp.com
345
+
346
+ ## Social Media
347
+
348
+ <!-- image -->
349
+
350
+ <!-- image -->
351
+
352
+ <!-- image -->
353
+
354
+ <!-- image -->
355
+
356
+ @EverestGroup
357
+
358
+ @Everest Group
359
+
360
+ @Everest Group
361
+
362
+ @Everest Group
363
+
364
+ Blog everestgrp.com/blog
gemini-folder/md/2023-conocophillips-aim-presentation-1-7.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ![Figure 1: ConocoPhillips 2023 Analyst & Investor Meeting](image_reference)
2
+
3
+ --- end page 1
4
+
5
+ # Today's Agenda
6
+
7
+ Opening
8
+ Ryan Lance Chairman and CEO
9
+
10
+ Strategy and Portfolio
11
+ Dominic Macklon EVP, Strategy, Sustainability and Technology
12
+
13
+ Alaska and International
14
+ Andy O'Brien SVP, Global Operations
15
+
16
+ LNG and Commercial
17
+ Bill Bullock EVP and CFO
18
+
19
+ Lower 48
20
+ Nick Olds EVP, Lower 48
21
+
22
+ Financial Plan
23
+ Bill Bullock EVP and CFO
24
+
25
+ Closing
26
+ Ryan Lance Chairman and CEO
27
+
28
+ 10-Minute Break
29
+
30
+ Q&A Session
31
+
32
+ ConocoPhillips
33
+ 2
34
+
35
+ --- end page 2
36
+
37
+ # Cautionary Statement
38
+ This presentation provides management's current operational plan for ConocoPhillips over roughly the next decade, for the assets currently in our portfolio, and is subject to multiple assumptions, including, unless otherwise specifically noted:
39
+ - an oil price of $60/BBL West Texas Intermediate in 2022 dollars, escalating at 2.25% annually;
40
+ - an oil price of $65/BBL Brent in 2022 dollars, escalating at 2.25% annually;
41
+ - a gas price of $3.75/MMBTU Henry Hub in 2022 dollars, escalating at 2.25% annually;
42
+ - an international gas price of $8/MMBTU Title Transfer Facility & Japan Korea Marker in 2022 dollars, escalating at 2.25% annually;
43
+ - cost and capital escalation in line with price escalation; planning case at $60/BBL WTI assumes capital de-escalation from levels observed in 2022;
44
+ - all production compound annual growth rates (CAGR) are calculated for the 10-year period 2023 - 2032;
45
+ - inclusion of carbon tax in the cash flow forecasts for assets where a tax is currently assessed. If no carbon tax exists for the asset, it is not included in the cash flow forecasts;
46
+ - Cost of Supply displayed in WTI, includes carbon tax where carbon policy exists and a proxy carbon price for assets without existing carbon policies. Please refer to the Cost of Supply definition in the Appendix for additional information on how carbon costs are included
47
+ in the Cost of Supply calculation.
48
+
49
+ As a result, this presentation contains forward-looking statements as defined under the federal securities laws. Forward-looking statements relate to future events, plans and anticipated results of operations, business strategies, and other aspects of our operations or
50
+ operating results. Graphics that project into a future date constitute forward-looking statements. Also, words and phrases such as "anticipate," "estimate," "believe," "budget," "continue," "could," "intend," "may," "plan," "potential," "predict," "seek," "should," "will," "would,"
51
+ "expect," "objective," "projection," "forecast," "goal," "guidance," "outlook," "effort," "target" and other similar words can be used to identify forward-looking statements. However, the absence of these words does not mean that the statements are not forward-looking.
52
+
53
+ Where, in any forward-looking statement, the company expresses an expectation or belief as to future results, such expectation or belief is based on management's good faith plans and objectives under the assumptions set forth above (unless noted otherwise) and
54
+ believed to be reasonable as of April 12, 2023, the date of this presentation. These statements are not guarantees of future performance and involve certain risks and uncertainties and are subject to change as management is continually assessing factors beyond our control
55
+ that may or may not be currently known. Given the foregoing and the extended time horizon of this presentation, actual outcomes and results will likely differ from what is expressed or forecast in the forward-looking statements, and such differences may be material.
56
+ Factors that could cause actual results or events to differ materially from what is presented include changes in commodity prices, including a prolonged decline in these prices relative to historical or future expected levels; global and regional changes in the demand, supply,
57
+ prices, differentials or other market conditions affecting oil and gas, including changes resulting from any ongoing military conflict, including the conflict between Russia and Ukraine and the global response to such conflict, security threats on facilities and infrastructure, or
58
+ from a public health crisis or from the imposition or lifting of crude oil production quotas or other actions that might be imposed by OPEC and other producing countries and the resulting company or third-party actions in response to such changes; insufficient liquidity or
59
+ other factors, such as those listed herein, that could impact our ability to repurchase shares and declare and pay dividends such that we suspend our share repurchase program and reduce, suspend, or totally eliminate dividend payments in the future, whether variable or
60
+ fixed; changes in expected levels of oil and gas reserves or production; potential failures or delays in achieving expected reserve or production levels from existing and future oil and gas developments, including due to operating hazards, drilling risks or unsuccessful
61
+ exploratory activities; unexpected cost increases, inflationary pressures or technical difficulties in constructing, maintaining or modifying company facilities; legislative and regulatory initiatives addressing global climate change or other environmental concerns; public health
62
+ crises, including pandemics (such as COVID-19) and epidemics and any impacts or related company or government policies or actions; investment in and development of competing or alternative energy sources; potential failures or delays in delivering on our current or
63
+ future low-carbon strategy, including our inability to develop new technologies; disruptions or interruptions impacting the transportation for our oil and gas production; international monetary conditions and exchange rate fluctuations; changes in international trade
64
+ relationships or governmental policies, including the imposition of price caps or the imposition of trade restrictions or tariffs on any materials or products (such as aluminum and steel) used in the operation of our business, including any sanctions imposed as a result of any
65
+ ongoing military conflict, including the conflict between Russia and Ukraine; our ability to collect payments when due, including our ability to collect payments from the government of Venezuela or PDVSA; our ability to complete any announced or any future dispositions or
66
+ acquisitions on time, if at all; the possibility that regulatory approvals for any announced or any future dispositions or acquisitions will not be received on a timely basis, if at all, or that such approvals may require modification to the terms of the transactions or our remaining
67
+ business; business disruptions following any announced or future dispositions or acquisitions, including the diversion of management time and attention; the ability to deploy net proceeds from our announced or any future dispositions in the manner and timeframe we
68
+ anticipate, if at all; potential liability for remedial actions under existing or future environmental regulations; potential liability resulting from pending or future litigation, including litigation related directly or indirectly to our transaction with Concho Resources Inc.; the impact
69
+ of competition and consolidation in the oil and gas industry; limited access to capital or insurance or significantly higher cost of capital or insurance related to illiquidity or uncertainty in the domestic or international financial markets or investor sentiment; general domestic
70
+ and international economic and political conditions or developments, including as a result of any ongoing military conflict, including the conflict between Russia and Ukraine; changes in fiscal regime or tax, environmental and other laws applicable to our business; and
71
+ disruptions resulting from accidents, extraordinary weather events, civil unrest, political events, war, terrorism, cybersecurity threats or information technology failures, constraints or disruptions; and other economic, business, competitive and/or regulatory factors affecting
72
+ our business generally as set forth in our filings with the Securities and Exchange Commission. Unless legally required, ConocoPhillips expressly disclaims any obligation to update any forward-looking statements, whether as a result of new information, future events or
73
+ otherwise. We assume no duty to update these statements as of any future date and neither future distribution of this material nor the continued availability of this material in archive form on our website should be deemed to constitute an update or re-affirmation of these
74
+ figures as of any future date. Any future update of these figures will be provided only through a public disclosure indicating that fact.
75
+
76
+ Use of Non-GAAP Financial Information - This presentation includes non-GAAP financial measures, which help facilitate comparison of company operating performance across periods and with peer companies. Any historical non-GAAP measures included herein will be
77
+ accompanied by a reconciliation to the nearest corresponding GAAP measure both at the end of this presentation and on our website at www.conocophillips.com/nongaap. For forward-looking non-GAAP measures, we are unable to provide a reconciliation to the most
78
+ comparable GAAP financial measures because the information needed to reconcile these measures is dependent on future events, many of which are outside management's control as described above. Additionally, estimating such GAAP measures and providing a
79
+ meaningful reconciliation consistent with our accounting policies for future periods is extremely difficult and requires a level of precision that is unavailable for these future periods and cannot be accomplished without unreasonable effort. Forward looking non-GAAP
80
+ measures are estimated consistent with the relevant definitions and assumptions.
81
+
82
+ Cautionary Note to U.S. Investors - The SEC permits oil and gas companies, in their filings with the SEC, to disclose only proved, probable and possible reserves. We use terms and metrics such as "resource" or "Estimated Ultimate Recovery (EUR)" in this presentation that
83
+ we are prohibited from using in filings with the SEC under the SEC's guidelines. U.S. investors are urged to consider closely the oil and gas disclosures in our Form 10-K and other reports and filings with the SEC. Copies are available from the SEC and from the
84
+ ConocoPhillips website.
85
+
86
+ ConocoPhillips 3
87
+
88
+
89
+ --- end page 3
90
+
91
+ ConocoPhillips
92
+
93
+ Opening
94
+ Ryan Lance
95
+ Chairman and CEO
96
+
97
+ --- end page 4
98
+
99
+ # ConocoPhillips Remains the Must-Own E&P Company
100
+
101
+ 120
102
+
103
+ 100
104
+
105
+ ## The Macro
106
+ Oil Price ($/BBL WTI)
107
+
108
+ ## What You'll Hear Today
109
+
110
+ We are committed to
111
+ delivering superior returns
112
+ **on** and **of** capital
113
+ through the cycles
114
+
115
+ 80
116
+
117
+ 60
118
+
119
+ 40
120
+
121
+ $60/BBL WTI
122
+ Mid-Cycle
123
+ Planning Price
124
+
125
+ We have a **deep, durable**
126
+ and **diverse** portfolio
127
+
128
+ 20
129
+
130
+ 0
131
+ 2019
132
+
133
+ 2021
134
+
135
+ 2023
136
+
137
+ 2024+
138
+
139
+ We are progressing our
140
+ **2050 Net-Zero ambition** and
141
+ accelerating our 2030 GHG emissions
142
+ intensity reduction target
143
+
144
+ ConocoPhillips 5
145
+
146
+ --- end page 5
147
+
148
+ We Are Committed to Our Returns-Focused Value Proposition
149
+
150
+ ### Triple Mandate
151
+ Aligned to Business Realities
152
+
153
+ ![Figure 1: A pie chart divided into three sections representing the Triple Mandate: Meet Transition Pathway Demand (green), Deliver Competitive Returns (orange), and Achieve Net-Zero Emissions Ambition (blue). Each section represents a part of the company's commitment to energy transition, profitability, and environmental responsibility.](image_reference)
154
+
155
+ ### Foundational Principles
156
+
157
+ ![Figure 2: A circular diagram outlining the Foundational Principles, with "RETURNS" at the center. Surrounding it are key principles: Balance Sheet Strength, Disciplined Investments, Peer-Leading Distributions, and ESG Excellence. These principles support delivering superior returns through business cycles.](image_reference)
158
+
159
+ ### Clear and Consistent Priorities
160
+
161
+ 1
162
+ Sustain production
163
+ and pay dividend
164
+
165
+ 2
166
+ Annual dividend growth
167
+
168
+ 3
169
+ 'A'-rated balance sheet
170
+
171
+ 4
172
+ >30% of CFO
173
+ shareholder payout
174
+
175
+ 5
176
+ Disciplined investment
177
+ to enhance returns
178
+
179
+ <sup>1</sup>Scope 1 and 2 emissions on a gross operated and net equity basis.
180
+ Cash from operations (CFO) is a non-GAAP measure defined in the Appendix.
181
+
182
+ --- end page 6
183
+
184
+ We Are Continuously Improving
185
+
186
+ | | 2016 | 2019 | 2022 |
187
+ | -------------------------------- | ------------- | ------------- | -------------- |
188
+ | | $43/BBL WTI | $57/BBL WTI | $94/BBL WTI |
189
+ | Return on Capital Employed | -4% | 10% | 27% |
190
+ | Return of Capital¹ | $1.11/share | $4.45/share | $11.73/share |
191
+ | Net Debt | $24B | $7B | $7B |
192
+ | Cash From Operations | Free Cash Flow | $5B | $OB | $12B | $5B | $29B | $18B |
193
+ | Resource <$40/BBL WTI | ~10 BBOE | ~15 ВВОЕ | ~20 BBOE |
194
+ | Production | 1.6 MMBOED | 1.3 MMBOED | 1.7 MMBOED |
195
+ | Emissions Intensity² (kg CO2e/BOE) | ~39 | ~36 | ~22 |
196
+
197
+ ¹Defined in the Appendix and presented on a per-share basis using average outstanding diluted shares. ²Gross operated GHG emissions (Scope 1 and 2), 2022 is a preliminary estimate.
198
+ Cash from operations (CFO), free cash flow (FCF), net debt and return on capital employed (ROCE) are non-GAAP measures. Definitions and reconciliations are included in the Appendix.
199
+
200
+ Foundational
201
+ Principles
202
+
203
+ সস Peer-Leading
204
+ ⑤ and Returns
205
+ Distributions
206
+
207
+ $
208
+ Balance Sheet
209
+ Strength
210
+
211
+ Disciplined
212
+ Investments
213
+
214
+ ESG
215
+ Excellence
216
+
217
+ --- end page 7
218
+
gemini-folder/md/XC9500_CPLD_Family-1-4.md ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ – PRODUCT OBSOLETE / UNDER OBSOLESCENCE –
2
+
3
+ # XC9500 In-System Programmable CPLD Family
4
+
5
+ DS063 (v6.0) May 17, 2013
6
+ Product Specification
7
+
8
+ # Features
9
+ - High-performance
10
+ - 5 ns pin-to-pin logic delays on all pins
11
+ - fCNT to 125 MHz
12
+ - Large density range
13
+ - 36 to 288 macrocells with 800 to 6,400 usable gates
14
+ - 5V in-system programmable
15
+ - Endurance of 10,000 program/erase cycles
16
+ - Program/erase over full commercial voltage and temperature range
17
+ - Enhanced pin-locking architecture
18
+ - Flexible 36V18 Function Block
19
+ - 90 product terms drive any or all of 18 macrocells within Function Block
20
+ - Global and product term clocks, output enables, set and reset signals
21
+ - Extensive IEEE Std 1149.1 boundary-scan (JTAG) support
22
+ - Programmable power reduction mode in each macrocell
23
+ - Slew rate control on individual outputs
24
+ - User programmable ground pin capability
25
+ - Extended pattern security features for design protection
26
+ - High-drive 24 mA outputs
27
+ - 3.3V or 5V I/O capability
28
+
29
+ - Advanced CMOS 5V FastFLASH™ technology
30
+ - Supports parallel programming of multiple XC9500 devices
31
+
32
+ # Family Overview
33
+ The XC9500 CPLD family provides advanced in-system programming and test capabilities for high performance, general purpose logic integration. All devices are in-system programmable for a minimum of 10,000 program/erase cycles. Extensive IEEE 1149.1 (JTAG) boundary-scan support is also included on all family members.
34
+
35
+ As shown in Table 1, logic density of the XC9500 devices ranges from 800 to over 6,400 usable gates with 36 to 288 registers, respectively. Multiple package options and associated I/O capacity are shown in Table 2. The XC9500 family is fully pin-compatible allowing easy design migration across multiple density options in a given package footprint.
36
+
37
+ The XC9500 architectural features address the requirements of in-system programmability. Enhanced pin-locking capability avoids costly board rework. An expanded JTAG instruction set allows version control of programming patterns and in-system debugging. In-system programming throughout the full device operating range and a minimum of 10,000 program/erase cycles provide worry-free reconfigurations and system field upgrades.
38
+
39
+ Advanced system features include output slew rate control and user-programmable ground pins to help reduce system noise. I/Os may be configured for 3.3V or 5V operation. All outputs provide 24 mA drive.
40
+
41
+ [Table 1: XC9500 Device Family]
42
+
43
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
44
+ |-----------------|--------|--------|---------|---------|---------|---------|
45
+ | Macrocells | 36 | 72 | 108 | 144 | 216 | 288 |
46
+ | Usable Gates | 800 | 1,600 | 2,400 | 3,200 | 4,800 | 6,400 |
47
+ | Registers | 36 | 72 | 108 | 144 | 216 | 288 |
48
+ | TPD (ns) | 5 | 7.5 | 7.5 | 7.5 | 10 | 15 |
49
+ | TSU (ns) | 3.5 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
50
+ | TCO (ns) | 4.0 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
51
+ | fCNT (MHz)(1) | 100 | 125 | 125 | 125 | 111.1 | 92.2 |
52
+ | fSYSTEM (MHz)(2) | 100 | 83.3 | 83.3 | 83.3 | 66.7 | 56.6 |
53
+
54
+ 1. fCNT = Operating frequency for 16-bit counters.
55
+ 2. fSYSTEM = Internal operating frequency for general purpose system designs spanning multiple FBs.
56
+
57
+ ©1998-2007, 2013 Xilinx, Inc. All rights reserved. All Xilinx trademarks, registered trademarks, patents, and disclaimers are as listed at http://www.xilinx.com/legal.htm.
58
+ All other trademarks and registered trademarks are the property of their respective owners. All specifications are subject to change without notice.
59
+
60
+ DS063 (v6.0) May 17, 2013
61
+ Product Specification
62
+ www.xilinx.com
63
+ 1
64
+
65
+
66
+ --- end page 1
67
+
68
+ # PRODUCT OBSOLETE / UNDER OBSOLESCENCE
69
+
70
+ XC9500 In-System Programmable CPLD Family
71
+
72
+ [Table 2: Available Packages and Device I/O Pins (not including dedicated JTAG pins)]
73
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
74
+ |-----------------|--------|--------|---------|---------|---------|---------|
75
+ | 44-Pin VQFP | 34 | | | | | |
76
+ | 44-Pin PLCC | 34 | 34 | | | | |
77
+ | 48-Pin CSP | 34 | | | | | |
78
+ | 84-Pin PLCC | | 69 | 69 | | | |
79
+ | 100-Pin TQFP | | 72 | 81 | 81 | | |
80
+ | 100-Pin PQFP | | 72 | 81 | 81 | | |
81
+ | 160-Pin PQFP | | | 108 | 133 | 133 | |
82
+ | 208-Pin HQFP | | | | | 166 | 168 |
83
+ | 352-Pin BGA | | | | | 166(2) | 192 |
84
+
85
+ 1. Most packages available in Pb-Free option. See individual data sheets for more details.
86
+ 2. 352-pin BGA package is being discontinued for the XC95216. See XCN07010 for details.
87
+
88
+ Architecture Description
89
+
90
+ Each XC9500 device is a subsystem consisting of multiple
91
+ Function Blocks (FBs) and I/O Blocks (IOBs) fully intercon-
92
+ nected by the Fast CONNECT™™ switch matrix. The IOB
93
+ provides buffering for device inputs and outputs. Each FB
94
+ provides programmable logic capability with 36 inputs and
95
+ 18 outputs. The Fast CONNECT switch matrix connects all
96
+ FB outputs and input signals to the FB inputs. For each FB,
97
+ 12 to 18 outputs (depending on package pin-count) and
98
+ associated output enable signals drive directly to the IOBs.
99
+ See Figure 1.
100
+
101
+
102
+ --- end page 2
103
+
104
+ # XILINX
105
+ PRODUCT OBSOLETE / UNDER OBSOLESCENCE
106
+
107
+ XC9500 In-System Programmable CPLD Family
108
+
109
+ ![Figure 1: XC9500 Architecture, shows a diagram of XC9500 architecture, including JTAG Port, JTAG Controller, In-System Programming Controller, I/O Blocks, Fast CONNECT II Switch Matrix, and Function Blocks.](image_reference)
110
+
111
+ *Note: Function block outputs (indicated by the bold lines) drive the I/O blocks directly.*
112
+
113
+ Function Block
114
+
115
+ Each Function Block, as shown in Figure 2, is comprised of
116
+ 18 independent macrocells, each capable of implementing
117
+ a combinatorial or registered function. The FB also receives
118
+ global clock, output enable, and set/reset signals. The FB
119
+ generates 18 outputs that drive the Fast CONNECT switch
120
+ matrix. These 18 outputs and their corresponding output
121
+ enable signals also drive the IOB.
122
+
123
+ Logic within the FB is implemented using a sum-of-products
124
+ representation. Thirty-six inputs provide 72 true and com-
125
+ plement signals into the programmable AND-array to form
126
+ 90 product terms. Any number of these product terms, up to
127
+ the 90 available, can be allocated to each macrocell by the
128
+ product term allocator.
129
+
130
+ Each FB (except for the XC9536) supports local feedback
131
+ paths that allow any number of FB outputs to drive into its
132
+ own programmable AND-array without going outside the
133
+ FB. These paths are used for creating very fast counters
134
+ and state machines where all state registers are within the
135
+ same FB.
136
+
137
+ DS063 (v6.0) May 17, 2013
138
+ Product Specification
139
+
140
+ www.xilinx.com
141
+ 3
142
+
143
+ --- end page 3
144
+
145
+ # PRODUCT OBSOLETE / UNDER OBSOLESCENCE
146
+
147
+ XC9500 In-System Programmable CPLD Family
148
+
149
+ ![Figure 2: XC9500 Function Block](image_reference)
150
+
151
+ From
152
+ Fast CONNECT II
153
+ Switch Matrix
154
+ 36
155
+
156
+ Macrocell 1
157
+
158
+ Programmable
159
+ AND-Array
160
+
161
+ Product
162
+ Term
163
+ Allocators
164
+
165
+ 18
166
+ To Fast CONNECT II
167
+ Switch Matrix
168
+
169
+ 18
170
+ OUT
171
+
172
+ 18
173
+ PTOE
174
+ To I/O Blocks
175
+
176
+ Macrocell 18
177
+
178
+ 1
179
+ Global
180
+ Set/Reset
181
+
182
+ 3
183
+ Global
184
+ Clocks
185
+
186
+ DS063 02 110501
187
+
188
+ 4
189
+ www.xilinx.com
190
+ DS063 (v6.0) May 17, 2013
191
+ Product Specification
192
+
193
+ --- end page 4
194
+
gemini-folder/md/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Deloitte.
2
+
3
+ # Pushing through undercurrents
4
+ ## Technology's impact on systemic risk: A look at banking
5
+
6
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the
7
+ financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become
8
+ systemic without appropriate management.
9
+
10
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte
11
+ consulted over 100 financial services and technology experts in the development of a new report, Pushing
12
+ through undercurrents. This group shared more specific perspectives on the forces behind technology-driven
13
+ systemic risk in the banking sector. Here's a summary of what we learned. You can learn more in the [full report
14
+ from the Forum](https://www.weforum.org/reports/pushing-through-undercurrents-technology-driven-systemic-risk-in-financial-services), and the [executive summary from Deloitte](https://www2.deloitte.com/us/en/pages/financial-services/articles/pushing-through-undercurrents.html).
15
+
16
+ ### Risk 1: Risk exposure from Banking as a Service offerings
17
+
18
+ #### What could go wrong?
19
+
20
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities
21
+ that can pose risks for banks. The risk is growing because:
22
+
23
+ - Customers' sensitive data and funds may be at risk from phishing and social engineering attacks
24
+ - Flawed APIs might provide a back door for hackers to penetrate banks' systems
25
+ - Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks
26
+
27
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on
28
+ a BaaS provider, keeping customers from accessing their accounts or making transactions.
29
+
30
+ [Table 1: How can the industry mitigate it?]
31
+ | What sectoral and regional forces could amplify the risk? | Goal | Mitigation opportunities |
32
+ | ------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
33
+ | • A complex BaaS technology stack | Strong security for BaaS platforms and API connectivity | • Use input validation protocols |
34
+ | • Limited redundancy measures | | • Apply network segmentation and access control measures |
35
+ | • A lack of input validation, | Properly vetted BaaS partners | • Improve due diligence on BaaS providers |
36
+ | enabling attackers to upload malicious code into a bank's systems through its APIs | | • Help BaaS and other fintech providers get better at risk management and compliance |
37
+ | | Institutional knowledge transfer from banks to BaaS partners | |
38
+
39
+
40
+ --- end page 1
41
+
42
+ # Risk 2: Inadequate stability mechanisms for stablecoin arrangements
43
+
44
+ What could go wrong?
45
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run.
46
+ The risk is growing because:
47
+ • Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader
48
+ financial system
49
+ • The novel technologies used for minting and managing stablecoins are exposed to security risks
50
+ • The absence of a stability mechanism like deposit insurance increases the risk of a run
51
+
52
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large
53
+ customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
54
+
55
+ What sectoral and regional
56
+ forces could amplify the risk?
57
+
58
+ How can the industry mitigate it?
59
+
60
+ [Table 1: Goals and Mitigation opportunities for the stablecoin industry]
61
+ | | Goal | Mitigation opportunities |
62
+ |--------------------------------------------------|-----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
63
+ | | Standardization and oversight of stablecoin arrangements | • Requirement for anti-money laundering and "know your customer" processes for stablecoin issuers |
64
+ | | Investor and customer protection | • Offer insurance coverage for stablecoin tokens |
65
+ |• A less mature regulatory environment| | • Enforce responsible marketing rules and customer education |
66
+ | • Stringent capital controls, which may encourage individuals in those jurisdictions to park their assets in global stablecoins| | |
67
+ | • Unsecure systems and poorly managed internal processes | Transparency of capital reserves | • Periodically audit and stress-test stablecoin issuers' reserve assets |
68
+
69
+ To learn more about technology's impact on systemic risk in banking, including examples, please see pages 60-70 of the full report.
70
+
71
+ Contacts
72
+
73
+ Neal Baumann
74
+ Financial Services Industry leader
75
+ Deloitte Global
76
77
+
78
+ Rob Galaski
79
+ Vice-Chair and Managing Partner
80
+ Deloitte Canada
81
82
+
83
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the "Deloitte organization"). DTTL (also referred to as
84
+ "Deloitte Global") and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL
85
+ member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.
86
+
87
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private
88
+ companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy,
89
+ a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 415,000 people
90
+ worldwide make an impact that matters at www.deloitte.com.
91
+
92
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ("DTTL"), its global network of member firms or their related entities (collectively, the "Deloitte
93
+ organization") is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should
94
+ consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and
95
+ none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying
96
+ on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
97
+
98
+ 2023. For information, contact Deloitte Global.
99
+
100
+ --- end page 2
101
+
gemini-folder/md/dttl-tax-technology-report-2023.md ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Deloitte.
2
+
3
+ Tax in a data-driven world
4
+ More regulations, more data, more technology
5
+
6
+ --- end page 1
7
+
8
+ # Data and new regulations drive tax transformation
9
+
10
+ Immediate access to reliable, accurate, and fit-for-purpose tax data is essential to be
11
+ able to meet complex tax obligations, real-time reporting requirements, and increasing
12
+ expectations of tax transparency. Recent developments such as the OECD's Pillar
13
+ Two rules, requiring large multinational enterprises to pay a minimum “global tax," the
14
+ introduction of CESOP (Central Electronic System of Payment information) and ViDA rules
15
+ (VAT in a Digital Age) in the EU, e-reporting, and e-invoicing are all examples of initiatives
16
+ which are increasing the compliance requirements for companies and having a significant
17
+ impact on tax strategies and operations. Advances in the way technology is used to
18
+ identify, transform, and manage tax-related data should be an essential component of
19
+ a business's response.
20
+
21
+
22
+ Pillar Two is at the forefront of our mind. We
23
+ are still quantifying any additional liability and
24
+ establishing any impact on our Effective Tax Rate.
25
+ Naturally, there is a huge compliance and systems
26
+ requirement to accommodate Pillar Two.
27
+
28
+ Gemma Beck
29
+ Head of Tax, Haleon Plc
30
+ "
31
+
32
+ Challenges such as version control, manual data collection, or getting the right format
33
+ and level of data can delay accurate reporting and insights—insights from data being
34
+ something the respondents to Deloitte's Tax Transformation Trends 2023 research
35
+ highlighted as of high importance. The impact of these regulatory and digitalization
36
+ changes can vary across companies based on their size, region, or industry. Yet, the
37
+ overall trend has been toward growing workloads and increased complexity.
38
+
39
+ Tax in a data-driven world | More regulations, more data, more technology
40
+ 2
41
+
42
+
43
+ --- end page 2
44
+
45
+ In addition, many tax authorities are collecting and sharing
46
+ more detailed data about taxes and are requesting direct
47
+ access to large companies' tax-related data. The digitalization
48
+ of tax authorities elevates the need for reliable and automated
49
+ tax models, and generating the right data, in the right format,
50
+ at the right time. Automating data input, validation, and
51
+ cleansing can save time and reduce risk, but is also key to
52
+ enabling the access tax administrations increasingly require.
53
+
54
+ All this at a time when businesses are starting to explore the
55
+ role and benefits of Generative Al, and having to evaluate how
56
+ trustworthy this technology is, the risks associated with data
57
+ privacy, as well as the consequences for their employees.
58
+
59
+ Technology can also facilitate greater visibility into tax data
60
+ across the enterprise, which can provide insights that can
61
+ generate value for the business when making strategic
62
+ decisions. In short, tax departments increasingly need
63
+ technology to help them pivot from task completion and
64
+ cost control toward being able to extract outcome-oriented
65
+ business insights from compliance activities through analytics.
66
+
67
+ [Table 1: Progress made in implementing tax transformation strategies]
68
+ | | Fully implemented | Plan to implement within 12 months |
69
+ |----------------------------------------------------|--------------------|------------------------------------|
70
+ | ERP system customized for tax issues | 37% | 24% |
71
+ | Use of tools to monitor relevant developments in tax laws globally | 37% | 7% |
72
+ | Tax data management solutions and/or tax professionals in company's data management team | 38% | 6% |
73
+ | Use of advanced analytics in monitoring of key controls | 37% | 4% |
74
+ | Integrated processes | 32% | 4% |
75
+ | Streamlining of processes not appropriate for automation | 41% | 4% |
76
+ | Automation of tax compliance and reporting processes | 41% | 2% |
77
+
78
+ Yet, when Deloitte asked 300 tax and finance professionals
79
+ what progress they had made in implementing tax
80
+ transformation strategies, 24% stated they intended to
81
+ implement an ERP system customized for tax issues in the next
82
+ 12 months (Figure 1). Only 37% of respondents said their tax
83
+ department had fully implemented the use of tools to monitor
84
+ relevant developments in tax laws around the world. Similarly,
85
+ many respondents reported that their tax department
86
+ had not yet fully implemented the data management and
87
+ technology applications required by these changes-
88
+ introduction of tax data management solutions and/or having tax
89
+ professionals in the company's data management team (38%), and
90
+ integrated processes (32%).
91
+
92
+ Implementing tax technology, or customizing existing ERP systems, requires identifying the appropriate issues to
93
+ customize the system for, involving the right stakeholders internally, obtaining budget when there are competing
94
+ demands, and devising a robust schedule of maintenance.
95
+
96
+ Tax in a data-driven world | More regulations, more data, more technology 3
97
+
98
+
99
+ --- end page 3
100
+
101
+ # 1. Customizing technology
102
+ for global compliance
103
+
104
+ Compliance is a top priority for the tax department (Figure 2) but to achieve it, comply
105
+ with Pillar Two, or calculate their global tax liability, tax departments need accurate,
106
+ timely, tax-related data integrated across their organization. However, achieving visibility
107
+ into enterprise-wide tax data has proven difficult for many companies, with respondents
108
+ to Deloitte's Tax Transformation Trends 2023 survey citing integrating tax-related data
109
+ across the company (36%) as their second-most important challenge. More than a fifth of
110
+ respondents found challenges in having limited technology or data management expertise
111
+ (23%), obtaining a comprehensive view of the total tax paid globally (22%), and not having
112
+ sufficient control over technology strategy and investment (22%) (Figure 2). There is a “perfect
113
+ storm" with the compliance challenge at least partly linked to these other factors.
114
+
115
+ [Graph 2: Challenges for the tax department over the next three to five years]
116
+ | | Percentage |
117
+ | ---------------------- | ---------- |
118
+ | Complying with evolving tax laws and regulations around the world | 43% |
119
+ | Integrating tax-related data across the company | 36% |
120
+ | Limited technology/ data management expertise | 23% |
121
+ | Lack of sufficient control over technology strategy and investment | 22% |
122
+ | Obtaining a comprehensive view of the total tax paid globally | 22% |
123
+ | Obtaining adequate budget | 18% |
124
+ | Difficulty in aligning with company's technology transformation strategy/ approach | 11% |
125
+
126
+ --- end page 4
127
+
128
+
129
+ What we see now is an increasing demand for
130
+ more compliance requirements-I mean from the
131
+ OECD and also coming from local authorities...
132
+ there's demand for more automation.
133
+ Liliane Saiani
134
+ Head of Tax, Mercado Libre
135
+ "
136
+
137
+ The desire to continue customizing ERP systems for tax is not surprising-being able to incorporate
138
+ flexibility and information to respond to changing tax laws will help companies comply, thereby avoiding
139
+ penalties and costs. Modern ERP systems can provide the accurate, granular data that tax teams
140
+ need at the legal entity level, while still supporting the management-level reporting needed by other
141
+ stakeholders. In this way, the ERP can help support tax analytics so that companies can model the
142
+ impact of changing tax laws in multiple jurisdictions, improving the insights used for decision making.
143
+
144
+ Companies have been working to put in place the data management and technology capabilities
145
+ demanded by today's tax environment, but many have more work to do.
146
+
147
+
148
+ Our approach was to first work to make ourselves
149
+ more efficient. We're trying to transform our ERP
150
+ landscape. It's always a challenge to wrangle all
151
+ the different technology pieces we have.
152
+ Kristi Doyle
153
+ Global Tax Director, Johnson Controls
154
+ "
155
+
156
+ Tax in a data-driven world | More regulations, more data, more technology
157
+ 5
158
+
159
+
160
+ --- end page 5
161
+
162
+ # Many of the challenges appear greater for smaller companies than for larger ones. For example, respondents at companies with revenues of US$5 billion or greater were more likely to
163
+ say that their company had fully implemented introduction of tax data management solutions and/or having tax professionals in the company's data management team (55%) than did those
164
+ at companies with revenues of US$1 billion to US$5 billion (35%) or US$750 million to US$1 billion (25%) (Figure 3).
165
+
166
+ ### Figure 3: Strategies/actions fully implemented by the tax department-by company size
167
+ [Table 1: Strategies/actions fully implemented by the tax department-by company size]
168
+ | | Reducing headcount | Implementation of lower-cost delivery model for lower complexity processes | Integrated processes | ERP system customized for tax issues | Processes to allow tax to be adequately considered in corporate decisions | Use of advanced analytics in monitoring of key controls | Use of tools to monitor relevant developments in tax laws globally | Tax data mgmt solutions and/or tax profs. in company's data mgmt team | Streamlining of processes not appropriate for automation | Automation of tax compliance and reporting processes | Ongoing assessment of skills required to identify any gaps | Training programs for skills required in strategic roles |
169
+ | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
170
+ | US$5B+ | 46% | 38% | 34% | 39% | 56% | 55% | 56% | 55% | 51% | 49% | 46% | 55% |
171
+ | US$1B - $5B | 45% | 40% | 35% | 38% | 47% | 35% | 40% | 33% | 51% | 34% | 53% | 54% |
172
+ | US$750M - $1B | 14% | 18% | 27% | 24% | 20% | 24% | 22% | 25% | 27% | 25% | 24% | 25% |
173
+
174
+ Tax in a data-driven world | More regulations, more data, more technology 6
175
+
176
+
177
+ --- end page 6
178
+
179
+ 2. Deciding how to invest
180
+ in technology
181
+
182
+ Digital transformation is embedded into most companies' agendas, but it is still difficult
183
+ to identify clear returns on technology investment—from determining which actions
184
+ drive the most impact, to which investments yield the highest enterprise value. With
185
+ Generative Al also advancing at pace, it is increasingly difficult for businesses to work out
186
+ the optimum point at which to invest at scale. When resources are constrained, it is worth
187
+ weighing up the investment needed for developing, buying, maintaining, and replacing
188
+ technology versus leveraging the technology of an outsource service provider.
189
+
190
+
191
+ We outsource as much as possible with trusted
192
+ partners. We don't have the resources, nor the
193
+ budget, to develop all those tools ourselves.
194
+ Philippe de Roose
195
+ Senior Vice President for Tax Treasury and Finance Administration,
196
+ Radisson Hospitality Group
197
+ "
198
+
199
+ Tax in a data-driven world | More regulations, more data, more technology
200
+ 7
201
+
202
+ --- end page 7
203
+
204
+ # Figure 4. Benefit company has received—or could receive—from outsourcing an entire activity or function in the tax department
205
+
206
+ 100%
207
+
208
+ 75%
209
+
210
+ 26%
211
+ 27%
212
+ 34%
213
+ 37%
214
+ 33%
215
+ 35%
216
+ 30%
217
+
218
+ 50%
219
+
220
+ 54%
221
+ 51%
222
+ 25%
223
+ 46%
224
+ 45%
225
+ 45%
226
+ 43%
227
+ 40%
228
+ 0%
229
+
230
+ Access to the
231
+ latest technology
232
+ capabilities
233
+ Reduced
234
+ operating costs
235
+ Access to tax
236
+ subject matter
237
+ expertise
238
+ Reduced need for
239
+ capital investment in
240
+ technology
241
+ Ability to provide flexibility
242
+ and quickly scale tax
243
+ operations as needed
244
+ Transfer of risk associated
245
+ with technology systems or
246
+ processes to one or more
247
+ third parties
248
+ Reallocation of current
249
+ tax team to other
250
+ strategic objectives
251
+ Major/significant
252
+ Some
253
+
254
+ Respondents to the Tax Transformation Trends 2023 survey cited access to the latest technology capabilities (54%) even more often than reduced operating costs (51%) as a major or
255
+ significant benefit of outsourcing (Figure 4). Reduced need for capital investment in technology (45%) was also named frequently as an important benefit. Outsourcing can provide a
256
+ strategy for tax departments to acquire the technology tools and expertise that the current environment demands without incurring the significant capital investment that would be
257
+ required, upfront and ongoing, if enhancements were developed in-house.
258
+
259
+ While tax departments may have had discretionary budget for incremental changes, or fixing “broken” systems, wholescale finance transformation has centralized budgets, with IT
260
+ taking a prominent role in deciding where transformation efforts will focus. This has led to a greater need for the tax department to collaborate with IT and other departments.
261
+
262
+ Tax in a data-driven world | More regulations, more data, more technology
263
+ 8
264
+
265
+ --- end page 8
266
+
267
+ $
268
+ # 3. Internal collaboration
269
+ and obtaining budget
270
+
271
+ Data management and IT applications are increasingly important to tax departments.
272
+ However, in Deloitte's Tax Transformation Trends survey, 78% respondents in 2023 said
273
+ technology strategy and planning was largely controlled by Finance or IT; 56% said that
274
+ the tax department has input into the process, while 22% said it had little input (Figure
275
+ 5). These findings represent a change from the 2021 survey, in which tax leaders more
276
+ often said their departments had control over technology strategy and budget. This may
277
+ be due to an increased reliance on ERPs, rather than tax-department specific solutions,
278
+ along with the growing need for tax to gather data from across the company-both of
279
+ which would put more control into the hands of IT and Finance.
280
+
281
+ Figure 5. Tax function role in technology strategy and planning
282
+
283
+ | Feature | 2021 | 2023 |
284
+ |----------------------------------------------------|------|------|
285
+ | Largely set/controlled by Finance or IT, with little input from Tax | 40% | 7% |
286
+ | Largely set/controlled by Finance or IT, but Tax has input | 23% | 15% |
287
+ | Tax has significant autonomy over technology strategy, but limited control over Capex budget | 23% | 56% |
288
+ | Tax has significant autonomy over both technology strategy and Capex budget | 14% | 22% |
289
+
290
+ Tax in a data-driven world | More regulations, more data, more technology 9
291
+
292
+ --- end page 9
293
+
294
+ Here's the Markdown version of the document:
295
+
296
+ here were also significant regional differences. Respondents at North American companies (40%) more often said that the tax department has significant autonomy either over
297
+ technology strategy or over both technology strategy and budget than did those at companies headquartered in Europe (10%) or Asia Pacific (20%) (Figure 6). European and Asian
298
+ companies typically contend with more indirect taxes, requiring complicated integration with supply chain management in ERP systems, led by Finance, while in North America the
299
+ emphasis is on income taxes, requiring the tax department to lead. Historically, Asian companies have been geared more toward managing reporting and compliance in multiple
300
+ jurisdictions in a decentralized manner, and as a result, were not as experienced in having a common ERP platform to solve all jurisdictional issues. This is, however, changing rapidly as
301
+ more tax technology expertise is developing in Asia, enabling common ERP platforms and local customization.
302
+
303
+ Figure 6. Tax function role in technology strategy and planning
304
+ By region
305
+
306
+ | | Europe | North America | Asia Pacific |
307
+ |-----------------|--------|---------------|--------------|
308
+ | Largely set/controlled by Finance or IT, with little input from Tax | 6% | 8% | 23% |
309
+ | Largely set/controlled by Finance or IT, but Tax has input | 51% | 22% | 51% |
310
+ | Tax has significant autonomy over technology strategy, but limited control over Capex budget | 29% | 50% | 23% |
311
+ | Tax has significant autonomy over both technology strategy and Capex budget | 10% | 20% | 3% |
312
+
313
+ Technology plays a key role in many aspects of tax operations and in transforming those operations to meet today's challenges—which was made clear in interviews with respondents.
314
+
315
+
316
+ It's a priority to meet compliance requirements, which are becoming significantly challenging these days, such as
317
+ Pillar Two and e-reporting. All these new kinds of compliance are very connected to technology and digitalization.
318
+ Jesus Bravo Fernandez
319
+ Head of Indirect Tax, Transfer Pricing, and Tax Technology, Coca-Cola Europacific Partners
320
+ "
321
+
322
+ Tax in a data-driven world | More regulations, more data, more technology 10
323
+
324
+
325
+ --- end page 10
326
+
327
+ Many respondents said implementing a single, integrated tax platform was a key priority
328
+ for the next few years as they pursue increased efficiency and access to better data. For
329
+ many, there is still work to do on rationalizing fragmented technology landscapes.
330
+
331
+
332
+ We are looking at how do we deal with all the
333
+ various systems, and how do we bring some
334
+ structure and consistency and visibility in that
335
+ chaos-what evolution and trends are happening
336
+ from a technology point of view.
337
+ Dirk Timmermans
338
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
339
+ "
340
+ To make the case for budget, tax departments need to demonstrate the value they
341
+ generate and protect for the company. Companies that have taken the top-down
342
+ company view, managed to explain the impact of tax authority digitalization to the C-suite
343
+ and worked collaboratively with the IT department have typically been more successful in
344
+ building this value case.
345
+
346
+ Understanding and communicating the aspiration of real-time compliance through
347
+ direct connection between tax authorities and company systems (see the OECD's
348
+ “Tax Administration 3.0" discussion paper) is important for ERP system design as ERP
349
+ systems are where most transactions are handled-thinking about the long term is
350
+ imperative, as finding a point solution now, without thinking through the potential
351
+ requirements in five to 10 years' time, may hinder the tax department from creating
352
+ the environment that will enable being a strategic advisor to the business. Being able to
353
+ identify all the potential outcomes, however, is the difficult part, especially since tax laws
354
+ and regulations still differ significantly between jurisdictions and change frequently.
355
+
356
+ Tax in a data-driven world | More regulations, more data, more technology 11
357
+
358
+
359
+ --- end page 11
360
+
361
+ # 4. Finding the optimal
362
+ implementation and
363
+ maintenance program
364
+
365
+ Tax departments often focus on immediate-need technology. Best practice, however,
366
+ would suggest obtaining budget and developing a road map first to use the technology
367
+ already available, identifying what might be needed in the future, and then making build-
368
+ or-buy decisions. At this point, it's useful to have a holistic view of the tax department's
369
+ operating model—it's not about doing everything now, but looking at increasing speed
370
+ and accuracy, and freeing up tax professionals for more strategic business activity.
371
+
372
+ Once the technology is chosen, the question is often whether to implement using
373
+ internal resources, appoint an implementation partner, or outsource the entire function
374
+ requiring the technology.
375
+
376
+ If the decision is made to use in-house resources, tax departments need to develop
377
+ professional teams with the new skills required, especially data management and
378
+ technology expertise. This was evident from Deloitte's Tax Transformation Trends
379
+ research in 2023: When asked where their tax department will have the greatest need
380
+ for skills over the next three to five years, respondents most often named data analytics,
381
+ data-driven strategic insights, and data management (44%)—a reflection of the growing
382
+ importance of data-driven decision making and increased government requirements for
383
+ direct access to companies' tax data (Figure 7 on the next page).
384
+
385
+
386
+ We made the strategic decision to have capable IT
387
+ people within our tax department many years ago,
388
+ and that has allowed us to move much more quickly
389
+ with getting our data needs met.
390
+ Dirk Timmermans
391
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
392
+ "
393
+
394
+ Tax in a data-driven world | More regulations, more data, more technology 12
395
+
396
+
397
+ --- end page 12
398
+
399
+ Several skill areas were cited less often in 2023 than in 2021, suggesting that some companies may have made progress in addressing their talent requirement in those areas—either
400
+ through recruitment, or by leaning more on outside providers. For example, technology transformation and process redesign was named as a top talent need by 29% of respondents
401
+ in the current survey, compared to 43% in 2021. However, this area still ranked fourth highest among the skills needed in the next few years, indicating that many companies are still
402
+ working to develop or acquire technology talent.
403
+
404
+ Figure 7. Greatest needs in the tax department for skills over the next one to two years
405
+
406
+ 2021 vs. 2023
407
+
408
+ [Graph 1: Greatest needs in the tax department for skills over the next one to two years]
409
+ | Skill Area | 2023 (%) | 2021 (%) |
410
+ |----------------------------------------|----------|----------|
411
+ | Data analytics, data-driven strategic insights, and data management | 45 | 44 |
412
+ | Specialist tax technical skills | 40 | 34 |
413
+ | Transactional tax skills | 35 | |
414
+ | Technology transformation and process re-design | 29 | 43 |
415
+ | Risk management | 29 | |
416
+ | Expertise in emerging areas of regulatory compliance | 27 | 36 |
417
+ | Cross-business advisory skills | 25 | 33 |
418
+ | External stakeholder management | 16 | 16 |
419
+ | Business process skills | | 25 |
420
+ | Communications skills | | 10 |
421
+
422
+ Note: Percentages do not add up to 100% since respondents could make multiple selections. Some items only appeared in the 2023 survey.
423
+
424
+ Tax in a data-driven world | More regulations, more data, more technology 13
425
+
426
+ --- end page 13
427
+
428
+ # What's next?
429
+
430
+ Strategic management and effective use of data as an asset will be top of mind for tax leaders as
431
+ both global tax reform and primary stakeholders—including boards, finance functions, and financial
432
+ institutions-continue to place data management at the center of the tax function. The tax technology
433
+ landscape, however, is broader than ERP and identifying tax data-tax leaders also need to consider
434
+ how many technologies are really needed to meet their needs, how many are not yet connected to
435
+ each other, and how fast technology is changing, threatening the obsolescence of existing systems.
436
+
437
+ The pace at which Generative Al technology and tooling is advancing can make it difficult for
438
+ businesses to work out the optimum point at which to invest at scale. Generative Al activity is
439
+ currently predominantly focused on identifying use cases and undertaking a tactical program of
440
+ experimentation as part of a measured approach to understanding the role and impact Generative
441
+ Al can have on a variety of business functions. There should, however, be an expectation that
442
+ over time, Generative Al, combined with broader Al and data analytical techniques, will play an
443
+ increasingly dominant role in the tax technology space, fueled by high levels of fluency, an expansion
444
+ of functionality and, critically, reduced cost of deployment. All of which reinforces the need for a clear
445
+ strategy and focus on data structures.
446
+
447
+ Today, tax directors are addressing the impact of data within their tax functions and have pivoted
448
+ by introducing new skill sets within their tax function, which is encouraging. This is, however,
449
+ just the first step of a continuous journey in which primary stakeholders use tax data through
450
+ analytics as a strategic enabler to drive investment decisions, often these days using dynamic
451
+ dashboarding and modeling.
452
+
453
+ The results of Deloitte's Tax Transformation Trends 2023 survey highlighted the need for data-
454
+ driven insight from compliance activities, more agile partnering with other parts of the business,
455
+ and a heightened need to integrate technology across functions and jurisdictions. As digitalization
456
+ continues-accelerated by the introduction of Artificial Intelligence capabilities—tax departments will
457
+ need to ensure their digital strategy meets an ever-changing tax regulatory landscape, is incorporated
458
+ into and aligns with the business's overall digital transformation ambitions, and incorporates efforts
459
+ to prepare their people and processes for accelerated transformation. Tax directors interviewed for
460
+ Deloitte's Tax Transformation Trends research recommend embedding Tax into everyday processes
461
+ and operations. This will lead to tax considerations in transformation efforts becoming “business as
462
+ usual," and making building the business case for technology investment less onerous.
463
+
464
+ Tax in a data-driven world | More regulations, more data, more technology
465
+ 14
466
+
467
+
468
+ --- end page 14
469
+
470
+ About the research
471
+ Deloitte's 2023 Tax Transformation Trends
472
+ survey engaged tax and finance executives
473
+ to understand their strategies for tax
474
+ operations, outsourcing, technology, and
475
+ talent. Deloitte surveyed 300 senior tax
476
+ and finance leaders at companies across
477
+ a range of industries, sizes, and regions to
478
+ understand their future vision for the tax
479
+ function and how they plan to achieve that
480
+ vision. Deloitte also conducted a series
481
+ of qualitative one-on-one interviews with
482
+ senior tax executives at large multinational
483
+ companies to develop deeper insights into
484
+ their tax transformation activities.
485
+
486
+ Figure 8. Demographics
487
+
488
+ Revenue
489
+
490
+ | | |
491
+ | :---------------------- | :---- |
492
+ | US$750M to 1B | 43% |
493
+ | US$1B to 5B | 28% |
494
+ | US$5B+ | 29% |
495
+
496
+ Industry
497
+
498
+ * Life Sciences & Health Care 7%
499
+ * Consumer 35%
500
+ * Financial Services 13%
501
+ * Technology, Media & Telecommunications 16%
502
+ * Energy, Resources, & Industrials 29%
503
+
504
+ Role
505
+
506
+ * C-1 19%
507
+ * C-2 35%
508
+ * C-suite 46%
509
+ * Finance 28%
510
+ * Tax 72%
511
+
512
+ Headquarters location
513
+
514
+ * Asia Pacific 30%
515
+ * Australia 4%
516
+ * Japan 13%
517
+ * China 13%
518
+
519
+ * North America 31%
520
+ * United States 25%
521
+ * Canada 6%
522
+
523
+ * Europe 39%
524
+ * United Kingdom 18%
525
+ * Netherlands 5%
526
+ * Switzerland 5%
527
+ * Belgium 4%
528
+ * Germany 7%
529
+
530
+ Survey sample size = 300
531
+ C-suite (e.g., CFO, CAO, CTaxO) = 137
532
+ C-1 (e.g., EVP, SVP of Tax or Finance) = 57
533
+ C-2 (e.g., Directors, VP, Head of
534
+ sub-division) = 106
535
+
536
+ Tax in a data-driven world | More regulations, more data, more technology 15
537
+
538
+ --- end page 15
539
+
540
+ # Contacts
541
+
542
+ Andy Gwyther
543
+ Deloitte Global Operate Leader, Tax & Legal
544
545
+
546
+ North America
547
+ Eric Peel
548
+ Tax Operate Leader
549
+ Deloitte Tax LLP (US)
550
551
+
552
+ Emily VanVleet
553
+ Tax Operate Leader
554
+ Deloitte Tax LLP (US)
555
556
+
557
+ Jeff Butt
558
+ Tax & Legal Operate Leader
559
+ Deloitte Canada
560
561
+
562
+ Arturo Camacho
563
+ Tax & Legal Operate Leader
564
+ Deloitte Spanish-LATAM
565
566
+
567
+ Europe, Middle East, Africa
568
+ Christophe De Waele
569
+ Tax & Legal Operate Leader
570
+ Deloitte North & South Europe
571
572
+
573
+ Ana Santiago Marques
574
+ Tax & Legal Operate Leader
575
+ Deloitte Central Europe
576
577
+
578
+ Patrick Earlam
579
+ Tax & Legal Operate Leader
580
+ Deloitte Africa
581
582
+
583
+ Asia Pacific
584
+ Christopher Roberge
585
+ Tax Operate Leader
586
+ Deloitte Asia Pacific
587
588
+
589
+ Tax in a data-driven world | More regulations, more data, more technology 16
590
+
591
+
592
+ --- end page 16
593
+
594
+ # Deloitte.
595
+
596
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the "Deloitte organization"). DTTL (also
597
+ referred to as "Deloitte Global") and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties.
598
+ DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.
599
+ com/about to learn more.
600
+
601
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private
602
+ companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger
603
+ economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately
604
+ 457,000 people worldwide make an impact that matters at www.deloitte.com.
605
+
606
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ("DTTL"), its global network of member firms or their related entities (collectively, the "Deloitte
607
+ organization") is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you
608
+ should consult a qualified professional adviser.
609
+
610
+ No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms,
611
+ related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication.
612
+
613
+ 2024. For information, contact Deloitte Global.
614
+
615
+ Designed by CoRe Creative Services. RITM1606967
616
+
617
+ --- end page 17
618
+
gemini-folder/md/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
gemini-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
@@ -0,0 +1,529 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Everest Group®
2
+
3
+ Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix®
4
+ Assessment 2023
5
+
6
+ Focus on Deloitte
7
+ August 2023
8
+
9
+ Everest Group
10
+ PEAK
11
+ MATRIX®
12
+
13
+ Copyright © 2023 Everest Global, Inc.
14
+ This document has been licensed to Deloitte
15
+
16
+ --- end page 1
17
+
18
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
19
+
20
+ ## Introduction
21
+
22
+ Historically, the traditional manufacturing industry was primarily focused on designing standardized manufacturing procedures and managing labor and mechanical systems, but with the
23
+ emergence of Industry 4.0, technology adoption has become widespread across industries, unlocking numerous benefits. However, the life sciences industry has been slow in adopting
24
+ technology to modernize manufacturing setups. Nevertheless, the pandemic, regulatory frameworks, and the urge to achieve operational excellence are now driving the adoption of smart
25
+ manufacturing services.
26
+
27
+ Life sciences enterprises aim to unlock benefits such as cost optimization, increased productivity, visibility, and efficiency by investing in critical use cases, including digital twins, predictive
28
+ maintenance, etc. They are also exploring high-growth opportunities such as sustainable manufacturing, batch-to-continuous manufacturing, and manufacturing of personalized medicines.
29
+ As the industry experiences investments in smart manufacturing, service providers are taking on the role of end-to-end digital transformation partners by co-developing solutions to assist
30
+ enterprises in their digital journeys.
31
+
32
+ In the full report, we present an assessment of 16 life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023.
33
+ The assessment is based on Everest Group's annual RFI process for the calendar year 2023, interactions with leading life sciences service providers, client reference checks, and an
34
+ ongoing analysis of the life sciences smart manufacturing services market.
35
+
36
+ The full report includes the profiles of the following 16 leading life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix:
37
+
38
+ * Leaders: Accenture, Cognizant, Deloitte, HCLTech, and TCS
39
+ * Major Contenders: Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
40
+ * Aspirants: Atos, HARMAN DTS, and NNIT
41
+
42
+ Scope of this report
43
+
44
+ ![Figure 1: Three circular icons representing different scopes of the report with short descriptions of each. The left represents Geography, middle represents Industry and the right represents Services](image_reference)
45
+
46
+ * **Geography**
47
+ Global
48
+
49
+ * **Industry**
50
+ Life sciences
51
+ (biopharmaceuticals
52
+ and medical devices)
53
+
54
+ * **Services**
55
+ Life sciences smart
56
+ manufacturing services
57
+
58
+ 2
59
+
60
+
61
+ --- end page 2
62
+
63
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
64
+ Life Sciences Smart Manufacturing Services PEAK Matrix® characteristics
65
+
66
+ Leaders
67
+ Accenture, Cognizant, Deloitte, HCLTech, and TCS
68
+ - Leaders have positioned themselves as digital transformation partners for enterprises with end-to-end capabilities, and offer a balanced breadth of offerings across the life sciences
69
+ manufacturing value chain
70
+ - They demonstrate flexibility and innovation while pitching engagement models and commercial constructs, and possess a distinct talent pool specializing in the life sciences smart
71
+ manufacturing space
72
+ - There is a presence of a robust partnership ecosystem and investments aligned with the demand of the enterprises in the areas of digital twins, IoT-enabled analytics, cybersecurity, etc.,
73
+ as well as high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
74
+ - They showcase a clear future roadmap to better supplement their internal capabilities and fill in the gaps in their existing portfolio of services through the development of IP, CoEs, and
75
+ strategic initiatives
76
+
77
+ Major Contenders
78
+ Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
79
+ - Major Contenders comprise a varied mix of midsize and large firms. They possess a relatively less balanced portfolio compared to Leaders and are inclined toward specialization in
80
+ certain specific areas of the value chain. Additionally, they offer limited solutions around high-growth opportunity areas such as specialty drugs manufacturing, sustainable
81
+ manufacturing, and batch-to-continuous manufacturing
82
+ - Major Contenders have shortcomings in certain areas of the manufacturing value chain; the prevalent approach to address smart manufacturing use cases is by harnessing
83
+ cross-industry intellectual property, talent, and partnerships
84
+ - They have substantiated their position within the mid-tier segment of clients by pursuing active client management and ramping up/down resources commensurate to the ask of buyers
85
+
86
+ Aspirants
87
+ Atos, HARMAN DTS, and NNIT
88
+ - When it comes to their services portfolio, Aspirants have restricted their focus to specific areas in the life sciences manufacturing value chain, with limited digital service capabilities
89
+ - They have a limited partnership ecosystem and place more focus on leveraging horizontal capabilities to cater to the needs of life sciences enterprises rather than developing
90
+ domain-specific services through CoEs and strategic alliances
91
+ - They have a dedicated focus on capturing the market share in the small and midsize buyer segment
92
+
93
+
94
+ --- end page 3
95
+
96
+ Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
97
+ # Everest Group PEAK Matrix®
98
+ ## Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023 |
99
+ ### Deloitte is positioned as a Leader
100
+ Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 20231,2,3
101
+
102
+ ![Figure 1: Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023 depicting market impact vs vision & capability for various companies in the Life Sciences Smart Manufacturing Services space. The X-axis is "Vision & Capability: Measures ability to deliver services successfully" going from Low to High. The Y-axis is "Market Impact: Measures impact created in the market" also going from Low to High. The chart is divided into four quadrants: Aspirants (Low Market Impact, Low Vision & Capability), Major Contenders (Medium Market Impact, Medium Vision & Capability), and Leaders (High Market Impact, High Vision & Capability). Each company is represented by a dot and the company name. The Leaders include Deloitte, Accenture, TCS, HCLTech, and Cognizant. Major Contenders include Infosys, Capgemini, Wipro, NTT DATA, Innova Solutions, Tech Mahindra, and Birlasoft. Aspirants include NNIT, HARMAN DTS, and Atos.](image_reference)
103
+
104
+ 1 Assessments for Atos, Capgemini, Infosys, and NTT DATA exclude provider inputs and are based on Everest Group's proprietary Transaction Intelligence (TI) database, provider public disclosures, and Everest Group's interactions with enterprise buyers
105
+ 2 Assessment for Birlasoft, HARMAN DTS, and NNIT is based on partial primary inputs (briefings only)
106
+ 3 The assessment of Atos is completed prior to its acquisition by Eviden
107
+ Confidentiality: Everest Group takes its confidentiality pledge very seriously. Any information we collect that is contract specific will only be presented back to the industry in an aggregated fashion
108
+ Source: Everest Group (2023)
109
+
110
+
111
+ --- end page 4
112
+
113
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
114
+
115
+ # Deloitte profile (page 1 of 6)
116
+
117
+ # Overview
118
+
119
+ **Company mission**
120
+ Deloitte's Life Sciences Smart Manufacturing practice partners with life sciences enterprises in reimagining and
121
+ reconfiguring their value chains to ensure the reliable and efficient supply of affordable and accessible therapies
122
+ and medical products to the end customers, resulting in enhanced well-being of patients. It supports clients in
123
+ their digital transformation journey and pushes life sciences manufacturing into the next generation of digital
124
+ evolution. This is achieved through substantial investments in expanding global smart manufacturing
125
+ capabilities, fostering robust partnerships, developing proprietary IP-based assets, leveraging smart factory
126
+ technology, and nurturing talent.
127
+
128
+ **Overview of the client base**
129
+ Among its diverse customer base, Deloitte's life science smart manufacturing practice engages with the top 10
130
+ largest global pharmaceutical enterprises, top 10 largest BioTech enterprises, 9 out of the top 10 medical device
131
+ enterprises, and 18 out of the 21 largest life sciences enterprises.
132
+
133
+ [Table 1: Revenue by line of business¹]
134
+ | | Low (<10%) | Medium (10-35%) | High (>35%) |
135
+ |---|---|---|---|
136
+ | Biopharmaceuticals | | | |
137
+ | Medical devices | | | |
138
+ | Others | | | |
139
+
140
+ [Table 2: Revenue by buyer size¹]
141
+ | | Low (<20%) | Medium (20-40%) | High (>40%) |
142
+ |---|---|---|---|
143
+ | Small (annual revenue <US$1 billion) | | | |
144
+ | Midsize (annual revenue US$1-10 billion) | | | |
145
+ | Large (annual revenue >US$10 billion) | | | |
146
+
147
+ [Table 3: Revenue by geography¹]
148
+ | | Low (<15%) | Medium (15-40%) | High (>40%) |
149
+ |---|---|---|---|
150
+ | North America | | | |
151
+ | Rest of Europe | | | |
152
+ | United Kingdom | | | |
153
+ | Asia Pacific | | | |
154
+ | Middle East & Africa | | | |
155
+ | South America | | | |
156
+
157
+ 1 All the revenue components add up to a total of 100%
158
+
159
+
160
+ --- end page 5
161
+
162
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
163
+ Deloitte profile (page 2 of 6)
164
+ Case studies
165
+
166
+ Case study 1
167
+ Transformation of Quality Management System (QMS) for a global
168
+ pharmaceutical manufacturer
169
+ Case study 2
170
+ NOT EXHAUSTIVE
171
+ Developing a global security standard for the manufacturing sites of a global
172
+ pharmaceutical enterprise
173
+
174
+ Business challenge
175
+ The client faced challenges with high costs of quality and the regulatory risks in managing compliance. It had
176
+ basic and disconnected platforms for quality processes, and lacked integration and traceability. To address
177
+ this, the client identified a QMS platform and set ambitious timelines to deploy multiple Quality System
178
+ Elements (QSEs) across more than five sites.
179
+
180
+ Solution
181
+ Deloitte assisted the client in their QMS transformation journey by assessing the current state of QSEs and
182
+ conducting a process design exercise. Additionally, it built solutions tailored to client requirements, including
183
+ customization with next-generation functionalities, performed detailed validation and system testing, and
184
+ supported the change management process through a training program strategy.
185
+
186
+ Impact
187
+ - Assisted the clients in realizing benefits worth US$30 million by eliminating non-value-added work, thereby
188
+ reducing overhead expenses
189
+ - Deployed more than 10 QSEs in 14 months across five manufacturing sites
190
+ - Ensured QMS process adoption for more than 700 employees globally
191
+ Business challenge
192
+ The client recognized the necessity of developing and implementing a global security standard across all
193
+ manufacturing and R&D sites to enhance the security maturity of Internet of Things (IoT), Industrial Control
194
+ Systems (ICS), and Operational Technology (OT).
195
+
196
+ Solution
197
+ Deloitte implemented a tailored OT cybersecurity framework, conducted detailed site security assessments,
198
+ and deployed monitoring solutions to enhance OT asset security monitoring, visibility, and situational
199
+ awareness. It also deployed threat intelligence and analytics for detecting OT cybersecurity threats and
200
+ established standards, communication plans, playbooks, and workflows for incident response and recovery.
201
+
202
+ Impact
203
+ - Deployed 14 OT security controls
204
+ - Remediated 42 manufacturing and R&D sites
205
+ - Identified and monitored more than 30,000 OT digital assets
206
+
207
+ Everest Group® Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
208
+ 6
209
+
210
+
211
+ --- end page 6
212
+
213
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
214
+ ## Deloitte profile (page 3 of 6)
215
+ ### Offerings
216
+
217
+ NOT EXHAUSTIVE
218
+
219
+ [Table 1: Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list)]
220
+ | Solution | Details |
221
+ | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
222
+ | Supply chain control tower platform | It is an end-to-end platform solution that assists clients by providing prescriptive insights, monitoring transaction-level data, and offering analytical capabilities across the manufacturing and supply chain processes. |
223
+ | CentralSight | It has the capabilities to effectively visualize a multi-tier deep supplier ecosystem, helping enterprises identify and address the associated risks within the ecosystem in a timely manner. |
224
+ | Smart factory capability compass | It is an application that assists clients in assessing the current manufacturing maturity and readiness of their sites for smart factory investments and initiatives. |
225
+ | CognitiveSpark for manufacturing | It is a cloud-based, Al-powered solution designed to assist biopharma and MedTech manufacturers with insights that help optimize manufacturing processes and improve product quality. |
226
+ | Turnkey IoT | It is a suite of pre-configured solution accelerators tailored to high-potential manufacturing use cases. |
227
+ | Managed Extended Detection and Response (MXDR) | It is a SaaS-based, modular cybersecurity solution designed to protect enterprises from internal and external cyber threats. |
228
+ | Greenlight | This is a decarbonization solution designed to achieve net-zero emissions. It includes a package of dashboard modules that can ingest Green House Gas (GHG) emissions and reduce project data, enabling clients to visualize and analyze their aggregate carbon footprint. |
229
+ | IDEA | It is an loT-based application that helps clients manage real-time energy consumption from different sources, combining the loT approach with traditional Energy Management Systems (EMS). |
230
+ | Digital IoT | It is a preconfigured Siemens MindSphere application that offers a cloud-based, open loT operating system connecting products, plants, systems, and machines. This application unifies data from Digital Product Lifecycle Management (DPLM), Data Acquisition and Management System (DAMS), Digital Manufacturing Execution System (DMES), and IoT systems onto an integrated dashboard, thereby enabling actionable insights. |
231
+
232
+ Everest Group Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
233
+ 7
234
+
235
+ --- end page 7
236
+
237
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
238
+ ## Deloitte profile (page 4 of 6)
239
+ ### Offerings
240
+
241
+ [Table 1: Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list)]
242
+ | Solution | Details |
243
+ |---|---|
244
+ | SupplyHorizon | It enables enterprises to proactively identify and mitigate supply chain issues. It leverages internal and external data, risk profiling, mitigation planning, persona-based visualizations, and Al to enable a visibility of multi-tier supply networks and sense any upcoming risks in order to mitigate disruptions. |
245
+ | Smart manufacturing platform | This is a platform solution that enables the comprehensive view of manufacturing operations across the organization with connected data from disparate systems to create dynamic data visualizations that provide useful insights and recommended actions. It assists in predictive analytics, quality analytics, planning and management, shop floor tracking and serialization, etc. |
246
+ | Supplier 360 | It is an end-to-end management solution that improves supplier relationships by consolidating data from various disparate sources to generate actionable insights on supplier performance, connecting stakeholders, and more. |
247
+
248
+ NOT EXHAUSTIVE
249
+
250
+ ![Figure 1: Everest Group® Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte](image_reference)
251
+
252
+ --- end page 8
253
+
254
+ Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
255
+ Deloitte profile (page 5 of 6)
256
+ Recent developments
257
+
258
+ [Table 1: Key events - related to smart manufacturing services (representative list)]
259
+ | Event name | Type of event | Year | Details |
260
+ |---|---|---|---|
261
+ | Industrial data fabric | Alliance | 2023 | Forged a multi-party partnership with AWS, HighByte, and Element to help manufacturers connect, structure, and manage industrial data at scale through an open industrial data framework; supports Deloitte's smart manufacturing platform and services, offering data analytics, predictive insights, and faster time-to-value for manufacturers |
262
+ | Nubik | Acquisition | 2022 | Acquired to strengthen its presence and leadership in the Salesforce practice and firm up its relationships and offerings for mid-market clients; it will assist clients with advanced solutions in manufacturing and distribution |
263
+ | OCT Emissions Solutions | Acquisition | 2022 | Acquired to assist clients with an end-to-end offering across the climate change and decarbonization life cycle. It provides solutions for hydrogen, carbon sequestration and offsets, and carbon dioxide cleanup |
264
+ | AE Cloud Consultant | Acquisition | 2022 | Acquired to deploy front-end and back-end solutions for order management, production management, supply chain management, warehouse and fulfillment, procurement, etc., for enterprises |
265
+ | Smart factories spread across global locations | Investment | 2022 | The smart factories that are spread across the globe serve as an ecosystem of smart manufacturing capabilities built on advanced technologies such as loT, cybersecurity, and digital twins; also acts as a platform that brings together solution providers, technology innovators, and academic researchers to drive innovation |
266
+ | Check Point | Alliance | 2021 | Alliance with Check Point, a leading provider of cybersecurity solutions, to assist Deloitte in strengthening Industry 4.0 technologies by securing the enterprise manufacturing and supply chain infrastructure |
267
+ | Syncronic | Acquisition | 2021 | Acquired to enhance its supply chain practice in the Nordics region |
268
+ | aeCyberSolutions | Acquisition | 2021 | Acquired to strengthen its cybersecurity offerings |
269
+ | Digital Immunity | Alliance | 2020 | Alliance with Digital Immunity to leverage Deloitte's multiple OT lab environments, such as the Smart Factory in Wichita, to accelerate deployment testing by utilizing configuration and deployment guidelines from the lab environment |
270
+ | Nozomi | Alliance | 2020 | Alliance with Nozomi Networks to deliver IT, OT, and IoT security services in the EMEA region. This collaboration aims to assist enterprises in enhancing their threat detection capabilities and implementing effective cyber risk solutions |
271
+ | Beelogix | Acquisition | 2019 | Acquired to expand its capabilities and leadership in SAP digital supply chain solution |
272
+
273
+
274
+ --- end page 9
275
+
276
+ Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
277
+ **Deloitte profile (page 6 of 6)**
278
+ **Everest Group assessment – Leader**
279
+
280
+ Measure of capability: Low High
281
+
282
+ Market impact
283
+
284
+ | Market adoption | Portfolio mix | Value delivered | Overall | Vision and strategy | Scope of services offered | Vision & capability | Innovation and investments | Delivery footprint | Overall |
285
+ | - | - | - | - | - | - | - | - | - | - |
286
+ | | | | | | | | | | |
287
+
288
+ **Strengths**
289
+ * Deloitte has made substantial investments in developing manufacturing solutions throughout the life sciences value chain, focusing on futuristic domain use cases such as cell and gene therapy manufacturing and sustainable manufacturing. It is further reinforced by its dedicated investments in building the Wichita smart factory, which strengthens its capabilities in loT, cybersecurity, digital twins, robotics, etc.
290
+ * While clients highlight the premium pricing points, they acknowledge the innovative commercial constructs offered by Deloitte and perceive the dollar value per service provided to be better compared to peers
291
+ * Clients view Deloitte as a reliable strategic partner as it addresses both the existing and emerging business problems, even by engaging third-party providers if necessary
292
+ * Clients appreciate the high quality of the talent deployed and the strong technical domain knowledge they possess
293
+
294
+ **Limitations**
295
+ * Although clients appreciate the technical and domain expertise of the talent deployed, they expect better attrition management to ensure seamless project delivery
296
+ * Deloitte's tendency to consistently agree with clients without conducting thorough evaluations can reveal a lack of critical assessment and hinder their ability to make decisions that align with the enterprise's expertise and best interests
297
+ * While clients appreciate Deloitte's strategic inputs, they look for better transparency and alignment with the enterprise stakeholders
298
+
299
+ Everest Group® Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
300
+ 10
301
+
302
+
303
+ --- end page 10
304
+
305
+ # Appendix
306
+
307
+ Everest Group®
308
+ 11
309
+
310
+
311
+ --- end page 11
312
+
313
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
314
+
315
+ Everest Group PEAK Matrix® is a proprietary framework for assessment of
316
+ market impact and vision & capability
317
+
318
+ Everest Group
319
+ PEAK
320
+ MATRIX®
321
+
322
+ Everest Group PEAK Matrix
323
+
324
+ High
325
+
326
+ Market impact
327
+ Measures impact created in the market
328
+
329
+ Aspirants
330
+
331
+ Major Contenders
332
+
333
+ Leaders
334
+
335
+ Low
336
+
337
+ Low
338
+
339
+ High
340
+
341
+ Vision & capability
342
+ Measures ability to deliver services successfully
343
+
344
+ Everest Group® Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
345
+ 12
346
+
347
+ --- end page 12
348
+
349
+ Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
350
+ # Services PEAK Matrix® evaluation dimensions
351
+
352
+ Measures impact created in the market –
353
+ captured through three subdimensions
354
+
355
+ # Market adoption
356
+ Number of clients, revenue base,
357
+ YoY growth, and deal value/volume
358
+
359
+ # Portfolio mix
360
+ Diversity of client/revenue base across
361
+ geographies and type of engagements
362
+
363
+ # Value delivered
364
+ Value delivered to the client based
365
+ on customer feedback and
366
+ transformational impact
367
+
368
+ # Market impact
369
+ Aspirants
370
+ Major Contenders
371
+ Leaders
372
+
373
+ # Vision & capability
374
+ Measures ability to deliver services successfully.
375
+ This is captured through four subdimensions
376
+
377
+ Everest Group
378
+ PEAK
379
+ MATRIX®
380
+
381
+ # Vision and strategy
382
+ Vision for the client and itself; future
383
+ roadmap and strategy
384
+
385
+ # Scope of services offered
386
+ Depth and breadth of services portfolio
387
+ across service subsegments/processes
388
+
389
+ # Innovation and investments
390
+ Innovation and investment in the enabling
391
+ areas, e.g., technology IP, industry/domain
392
+ knowledge, innovative commercial
393
+ constructs, alliances, M&A, etc.
394
+
395
+ # Delivery footprint
396
+ Delivery footprint and global sourcing mix
397
+
398
+ Everest Group® Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
399
+ 13
400
+
401
+ --- end page 13
402
+
403
+ # FAQs
404
+
405
+ Does the PEAK Matrix® assessment incorporate any subjective criteria?
406
+ Everest Group's PEAK Matrix assessment takes an unbiased and fact-based approach that leverages provider / technology vendor RFIs and Everest Group's proprietary databases containing providers' deals
407
+ and operational capability information. In addition, we validate/fine-tune these results based on our market experience, buyer interaction, and provider/vendor briefings.
408
+
409
+ Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome?
410
+ No. The PEAK Matrix highlights and positions only the best-in-class providers / technology vendors in a particular space. There are a number of providers from the broader universe that are assessed and do
411
+ not make it to the PEAK Matrix at all. Therefore, being represented on the PEAK Matrix is itself a favorable recognition.
412
+
413
+ What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning?
414
+ A PEAK Matrix positioning is only one aspect of Everest Group's overall assessment. In addition to assigning a Leader, Major Contender, or Aspirant label, Everest Group highlights the distinctive capabilities
415
+ and unique attributes of all the providers assessed on the PEAK Matrix. The detailed metric-level assessment and associated commentary are helpful for buyers in selecting providers/vendors for their specific
416
+ requirements. They also help providers/vendors demonstrate their strengths in specific areas.
417
+
418
+ What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?
419
+ * Enterprise participants receive summary of key findings from the PEAK Matrix assessment
420
+ * For providers
421
+ * The RFI process is a vital way to help us keep current on capabilities; it forms the basis for our database – without participation, it is difficult to effectively match capabilities to buyer inquiries
422
+ * In addition, it helps the provider/vendor organization gain brand visibility through being in included in our research reports
423
+
424
+ What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?
425
+ * Providers/vendors can use their PEAK Matrix positioning or Star Performer rating in multiple ways including:
426
+ * Issue a press release declaring positioning; see our [citation policies](citation policies)
427
+ * Purchase a customized PEAK Matrix profile for circulation with clients, prospects, etc. The package includes the profile as well as quotes from Everest Group analysts, which can be used in PR
428
+ * Use PEAK Matrix badges for branding across communications (e-mail signatures, marketing brochures, credential packs, client presentations, etc.)
429
+ * The provider must obtain the requisite licensing and distribution rights for the above activities through an agreement with Everest Group; please contact your CD or [contact us](contact us)
430
+
431
+ Does the PEAK Matrix evaluation criteria change over a period of time?
432
+ PEAK Matrix assessments are designed to serve enterprises' current and future needs. Given the dynamic nature of the global services market and rampant disruption, the assessment criteria
433
+ are realigned as and when needed to reflect the current market reality and to serve enterprises' future expectations.
434
+
435
+
436
+ --- end page 14
437
+
438
+ Everest Group®
439
+ With you on the journey
440
+
441
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through
442
+ today's market challenges and strengthen their strategies by applying contextualized problem-solving to their unique
443
+ situations. This drives maximized operational and financial performance and transformative experiences. Our deep
444
+ expertise and tenacious research focused on technology, business processes, and engineering through the lenses of
445
+ talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content
446
+ at www.everestgrp.com.
447
+
448
+ Stay connected
449
+
450
+ Dallas (Headquarters)
451
452
+ +1-214-451-3000
453
+
454
+ Bangalore
455
456
+ +91-80-61463500
457
+
458
+ Delhi
459
460
+ +91-124-496-1000
461
+
462
+ London
463
464
+ +44-207-129-1318
465
+
466
+ Toronto
467
468
+ +1-214-451-3000
469
+
470
+ Website
471
+ everestgrp.com
472
+
473
+ Social Media
474
+ @EverestGroup
475
+ in @Everest Group
476
+ + @Everest Group
477
+ @Everest Group
478
+
479
+ Blog
480
+ everestgrp.com/blog
481
+
482
+ This document is for informational purposes only, and it is being provided
483
+ "as is" and "as available" without any warranty of any kind, including any
484
+ warranties of completeness, adequacy, or fitness for a particular purpose.
485
+ Everest Group is not a legal or investment adviser; the contents of this
486
+ document should not be construed as legal, tax, or investment advice.
487
+ This document should not be used as a substitute for consultation with
488
+ professional advisors, and Everest Group disclaims liability for any
489
+ actions or decisions not to act that are taken as a result of any material
490
+ in this publication.
491
+
492
+ NOTICE AND DISCLAIMERS
493
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY.
494
+ THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP'S TERMS OF USE.
495
+
496
+ Everest Group's Terms of Use, available at www.everestgrp.com/terms-of-use/, is hereby incorporated by
497
+ reference as if fully reproduced herein. Parts of these terms are pasted below for convenience; please refer
498
+ to the link above for the full version of the Terms of Use.
499
+
500
+ Everest Group is not registered as an investment adviser or research analyst with the U.S. Securities and
501
+ Exchange Commission, the Financial Industry Regulatory Authority (FINRA), or any state or foreign securities
502
+ regulatory authority. For the avoidance of doubt, Everest Group is not providing any advice concerning securities
503
+ as defined by the law or any regulatory entity or an analysis of equity securities as defined by the law or any
504
+ regulatory entity.
505
+
506
+ All Everest Group Products and/or Services are for informational purposes only and are provided “as is” without
507
+ any warranty of any kind. You understand and expressly agree that you assume the entire risk as to your use
508
+ and any reliance upon any Product or Service. Everest Group is not a legal, tax, financial, or investment advisor,
509
+ and nothing provided by Everest Group is legal, tax, financial, or investment advice. Nothing Everest Group
510
+ provides is an offer to sell or a solicitation of an offer to purchase any securities or instruments from any entity.
511
+ Nothing from Everest Group may be used or relied upon in evaluating the merits of any investment. Do not base
512
+ any investment decisions, in whole or part, on anything provided by Everest Group.
513
+
514
+ Products and/or Services represent research opinions or viewpoints, not representations or statements of fact.
515
+ Accessing, using, or receiving a grant of access to an Everest Group Product and/or Service does not constitute
516
+ any recommendation by Everest Group that recipient (1) take any action or refrain from taking any action or
517
+ (2) enter into a particular transaction. Nothing from Everest Group will be relied upon or interpreted as a promise
518
+ or representation as to past, present, or future performance of a business or a market. The information contained
519
+ in any Everest Group Product and/or Service is as of the date prepared, and Everest Group has no duty or
520
+ obligation to update or revise the information or documentation. Everest Group may have obtained information
521
+ that appears in its Products and/or Services from the parties mentioned therein, public sources, or third-party
522
+ sources, including information related to financials, estimates, and/or forecasts. Everest Group has not audited
523
+ such information and assumes no responsibility for independently verifying such information as Everest Group
524
+ has relied on such information being complete and accurate in all respects. Note, companies mentioned in
525
+ Products and/or Services may be customers of Everest Group or have interacted with Everest Group in some
526
+ other way, including, without limitation, participating in Everest Group research activities.
527
+
528
+ --- end page 15
529
+
llamaparse-folder/md/2023-conocophillips-aim-presentation-1-7.md ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ConocoPhillips
2
+
3
+ # 2023 Analyst & Investor Meeting
4
+ ---
5
+ # Todays Agenda
6
+
7
+ |Item|Presenter|Title|
8
+ |---|---|---|
9
+ |Opening|Ryan Lance|Chairman and CEO|
10
+ |Strategy and Portfolio|Dominic Macklon|EVP Strategy; Sustainability and Technology|
11
+ |Alaska and International|Andy O'Brien|SVP Global Operations|
12
+ |LNG and Commercial|Bill Bullock|EVP and CFO|
13
+ |Lower 48|Nick Olds|EVP Lower 48|
14
+ |Financial Plan|Bill Bullock|EVP and CFO|
15
+ |Closing|Ryan Lance|Chairman and CEO|
16
+
17
+ 10-Minute Break
18
+
19
+ Q&amp;A Session
20
+
21
+ ConocoPhillips 2
22
+ ---
23
+ # Cautionary Statement
24
+
25
+ This presentation provides management's current operational plan for ConocoPhillips over roughly the next decade; for the assets currently in our portfolio, and is subject to multiple assumptions; including, unless otherwise specifically noted:
26
+
27
+ - an oil price of $60/BBL West Texas Intermediate in 2022 dollars, escalating at 2.25% annually;
28
+ - an oil price of $65/BBL Brent in 2022 dollars, escalating at 2.25% annually;
29
+ - a gas price of $3.75/MMBTU Henry Hub in 2022 dollars, escalating at 2.25% annually;
30
+ - an international gas price of $8/MMBTU Title Transfer Facility & Japan Korea Marker in 2022 dollars, escalating at 2.25% annually;
31
+ - cost and capital escalation in line with price escalation; planning case at $60/BBL WTI assumes capital de-escalation from levels observed in 2022;
32
+ - all production compound annual growth rates (CAGR) are calculated for the 10-year period 2023-2032;
33
+ - inclusion of carbon tax in the cash flow forecasts for assets where a tax is currently assessed. If no carbon tax exists for the asset; it is not included in the cash flow forecasts;
34
+ - in the Cost of Supply calculation.
35
+
36
+ Cost of Supply displayed in WTI, includes carbon tax where carbon policy exists and a proxy carbon price for assets without existing carbon policies. Please refer to the Cost of Supply definition in the Appendix for additional information on how carbon costs are included operating results. Graphics that project into a future date constitute forward-looking statements. Also, words and phrases such as "anticipate," "estimate," "believe," "budget," "continue," "could," "intend," "may," "plan," "potential," "predict," "seek," "should," "will," "would," "expect," "objective," "projection," "forecast," "goal," "guidance," "outlook," "effort," "target" can be used to identify forward-looking statements. However, the absence of these words does not mean that the statements are not forward-looking:
37
+
38
+ Where, in any forward-looking statement; the company expresses an expectation or
39
+ ---
40
+ # ConocoPhillips
41
+
42
+ # Opening
43
+
44
+ # Ryan Lance
45
+
46
+ # Chairman and CEO
47
+ ---
48
+ # ConocoPhillips Remains the Must-Own E&P Company
49
+
50
+ # The Macro
51
+
52
+ # What You'll Hear Today
53
+
54
+ | |Oil Price (S/BBL WTI)| | |
55
+ |---|---|---|---|
56
+ |120| | | |
57
+ |100| | | |
58
+ |80| | | |
59
+ | |60|S60/BBL WTI| |
60
+ |40|Mid-Cycle Planning Price| | |
61
+ |20|We are progressing our 2050 Net-Zero ambition and accelerating our 2030 GHG emissions intensity reduction target| | |
62
+ |2019|2021|2023|2024+|
63
+
64
+ We are committed to delivering superior returns on and of capital through the cycles.
65
+
66
+ We have a deep, durable and diverse portfolio.
67
+ ---
68
+ # We Are Committed to Our Returns-Focused Value Proposition
69
+
70
+ # Triple Mandate
71
+
72
+ # Foundational Principles
73
+
74
+ # Clear and Consistent Priorities
75
+
76
+ Aligned to Business Realities
77
+
78
+ |S=|Sustain production|and pay dividend|
79
+ |---|---|---|
80
+ |Balance Sheet|Strength|Strength|
81
+
82
+ # MEET
83
+
84
+ # DELIVER
85
+
86
+ # PATHWAY DEMAND
87
+
88
+ # TRANSITION COMPETITIVE
89
+
90
+ # RETURNS
91
+
92
+ |Annual dividend growth|RETURNS|
93
+ |---|---|
94
+ |Disciplined Investments|Peer-Leading Distributions|
95
+ |'A-rated balance sheet| |
96
+
97
+ # ACHIEVE
98
+
99
+ # NET-ZERO EMISSIONS AMBITION
100
+
101
+ # ESG
102
+
103
+ Excellence
104
+ &gt;30% of CFO
105
+ shareholder payout
106
+ # Deliver Superior Returns
107
+
108
+ # Disciplined investment Through Cycles
109
+
110
+ Cash from operations (CFO) is a non-GAAP measure defined in the Appendix and 2 emissions on a gross operated and net equity basis.
111
+
112
+ ConocoPhillips
113
+ ---
114
+ # We Are Continuously Improving
115
+
116
+ | |2016|2019|2022|
117
+ |---|---|---|---|
118
+ |Return on Capital Employed|-4%|10%|27%|
119
+ |Return of Capital|$1.11/share|$64.45/share|$11.73/share|
120
+ |Net Debt|$24B|$7B|$7B|
121
+ |Cash From Operations|$5B|$8B|$12B|
122
+ |Free Cash Flow|$40/BBL WTI|~10 BBOE|~15 BBOE|
123
+ |Production|1.6 MMBOED|1.3 MMBOED|1.7 MMBOED|
124
+ |Emissions Intensity (kg CO2e/BOE)|~39|~36|~22|
125
+
126
+ 1 Defined in the Appendix and presented on a per-share basis using average outstanding diluted shares. 2 Gross operated GHG emissions (Scope 1 and 2), 2022 is a preliminary estimate.
127
+
128
+ Cash from operations (CFO), free cash flow (FCF), net debt and return on capital employed (ROCE) are non-GAAP measures. Definitions and reconciliations are included in the Appendix.
129
+
130
+ ConocoPhillips
llamaparse-folder/md/XC9500_CPLD_Family-1-4.md ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PRODUCT OBSOLETE / UNDER OBSOLESCENCE
2
+
3
+ # XC9500 In-System Programmable CPLD Family
4
+
5
+ DS063 (v6.0) May 17, 2013
6
+
7
+ # Features
8
+
9
+ - Advanced CMOS 5V FastFLASH™ technology
10
+ - Supports parallel programming of multiple XC9500 devices
11
+ - High-performance
12
+ - 5 ns pin-to-pin logic delays on all pins
13
+ - fCNT to 125 MHz
14
+ - Large density range
15
+ - 36 to 288 macrocells with 800 to 6,400 usable gates
16
+ - 5V in-system programmable
17
+ - Endurance of 10,000 program/erase cycles
18
+ - Program/erase over full commercial voltage and temperature range
19
+ - Enhanced pin-locking architecture
20
+ - Flexible 36V18 Function Block
21
+ - 90 product terms drive any or all of 18 macrocells within Function Block
22
+ - Global and product term clocks, output enables, set and reset signals
23
+ - Extensive IEEE Std 1149.1 boundary-scan (JTAG) support
24
+ - Programmable power reduction mode in each macrocell
25
+ - Slew rate control on individual outputs
26
+ - User programmable ground pin capability
27
+ - Extended pattern security features for design protection
28
+ - High-drive 24 mA outputs
29
+ - 3.3V or 5V I/O capability
30
+
31
+ # Family Overview
32
+
33
+ The XC9500 CPLD family provides advanced in-system programming and test capabilities for high performance, general purpose logic integration. All devices are in-system programmable for a minimum of 10,000 program/erase cycles. Extensive IEEE 1149.1 (JTAG) boundary-scan support is also included on all family members.
34
+
35
+ As shown in Table 1, logic density of the XC9500 devices ranges from 800 to over 6,400 usable gates with 36 to 288 registers, respectively. Multiple package options and associated I/O capacity are shown in Table 2. The XC9500 family is fully pin-compatible allowing easy design migration across multiple density options in a given package footprint.
36
+
37
+ # Table 1: XC9500 Device Family
38
+
39
+ | |XC9536|XC9572|XC95108|XC95144|XC95216|XC95288|
40
+ |---|---|---|---|---|---|---|
41
+ |Macrocells|36|72|108|144|216|288|
42
+ |Usable Gates|800|1,600|2,400|3,200|4,800|6,400|
43
+ |Registers|36|72|108|144|216|288|
44
+ |T PD (ns)|5|7.5|7.5|7.5|10|15|
45
+ |T SU (ns)|3.5|4.5|4.5|4.5|6.0|8.0|
46
+ |T CO (ns)|4.0|4.5|4.5|4.5|6.0|8.0|
47
+ |fCNT (MHz)(1)|100|125|125|125|111.1|92.2|
48
+ |fSYSTEM (MHz)(2)|100|83.3|83.3|83.3|66.7|56.6|
49
+
50
+ 1. fCNT = Operating frequency for 16-bit counters.
51
+
52
+ 2. SYSTEM = Internal operating frequency for general purpose system designs spanning multiple FBs.
53
+
54
+ © 1998–2007, 2013 Xilinx, Inc. All rights reserved. All Xilinx trademarks, registered trademarks, patents, and disclaimers are as listed at http://www.xilinx.com/legal.htm. All other trademarks and registered trademarks are the property of their respective owners. All specifications are subject to change without notice.
55
+
56
+ DS063 (v6.0) May 17, 2013
57
+
58
+ www.xilinx.com
59
+ ---
60
+ # – PRODUCT OBSOLETE / UNDER OBSOLESCENCE –
61
+
62
+ # XC9500 In-System Programmable CPLD Family
63
+
64
+ # Table 2: Available Packages and Device I/O Pins (not including dedicated JTAG pins)
65
+
66
+ | |XC9536|XC9572|XC95108|XC95144|XC95216|XC95288|
67
+ |---|---|---|---|---|---|---|
68
+ |44-Pin VQFP|34|-|-|-|-|-|
69
+ |44-Pin PLCC|34|34|-|-|-|-|
70
+ |48-Pin CSP|34|-|-|-|-|-|
71
+ |84-Pin PLCC|-|69|69|-|-|-|
72
+ |100-Pin TQFP|-|72|81|81|-|-|
73
+ |100-Pin PQFP|-|72|81|81|-|-|
74
+ |160-Pin PQFP|-|-|108|133|133|-|
75
+ |208-Pin HQFP|-|-|-|-|166|168|
76
+ |352-Pin BGA|-|-|-|-|166(2)|192|
77
+
78
+ 1. Most packages available in Pb-Free option. See individual data sheets for more details.
79
+
80
+ 2. 352-pin BGA package is being discontinued for the XC95216. See XCN07010 for details.
81
+
82
+ # Architecture Description
83
+
84
+ Each XC9500 device is a subsystem consisting of multiple Function Blocks (FBs) and I/O Blocks (IOBs) fully interconnected by the Fast CONNECT™ switch matrix. The IOB provides buffering for device inputs and outputs. Each FB provides programmable logic capability with 36 inputs and 12 to 18 outputs (depending on package pin-count) and associated output enable signals drive directly to the IOBs. See Figure 1.
85
+
86
+ 2 www.xilinx.com DS063 (v6.0) May 17, 2013 Product Specification
87
+ ---
88
+ # – PRODUCT OBSOLETE / UNDER OBSOLESCENCE –
89
+
90
+ # XC9500 In-System Programmable CPLD Family
91
+
92
+ # 3 JTAG
93
+
94
+ JTAG Port
95
+ Controller
96
+ In-System Programming Controller
97
+
98
+ # Function Blocks
99
+
100
+ |I/O|36|Function|18|Block 1|Macrocells|1 to 18|
101
+ |---|---|---|---|---|---|---|
102
+ |I/O|36|Function|18|Block 2|Macrocells|1 to 18|
103
+ |I/O|36|Function|18|Block 3|Macrocells|1 to 18|
104
+ |I/O/GCK|3|36|Function|1|I/O/GSR|2 or 4|
105
+ |I/O/GTS| | | | | |1 to 18|
106
+
107
+ # Figure 1: XC9500 Architecture
108
+
109
+ Note: Function block outputs (indicated by the bold lines) drive the I/O blocks directly.
110
+
111
+ # Function Block
112
+
113
+ Each Function Block, as shown in Figure 2, is comprised of 90 product terms. Any number of these product terms, up to 18 independent macrocells, each capable of implementing the 90 available, can be allocated to each macrocell by the product term allocator. The FB also receives global clock, output enable, and set/reset signals. The FB generates 18 outputs that drive the Fast CONNECT switch matrix. These 18 outputs and their corresponding output enable signals also drive the IOB.
114
+
115
+ Logic within the FB is implemented using a sum-of-products representation. Thirty-six inputs provide 72 true and complement signals into the programmable AND-array to form.
116
+
117
+ DS063 (v6.0) May 17, 2013
118
+
119
+ www.xilinx.com
120
+ ---
121
+ # – PRODUCT OBSOLETE / UNDER OBSOLESCENCE –
122
+
123
+ # XC9500 In-System Programmable CPLD Family
124
+
125
+ # Macrocell 1
126
+
127
+ Programmable AND-Array Term Allocators
128
+
129
+ |From|Fast CONNECT II|Switch Matrix|To Fast CONNECT II|
130
+ |---|---|---|---|
131
+ |36|18|OUT|18|
132
+ |To I/O Blocks|To I/O Blocks|PTOE| |
133
+
134
+ # Macrocell 18
135
+
136
+ 1
137
+
138
+ Global Set/Reset Clocks
139
+
140
+ DS063_02_110501
141
+
142
+ # Figure 2: XC9500 Function Block
143
+
144
+ 4
145
+
146
+ www.xilinx.com
147
+
148
+ DS063 (v6.0) May 17, 2013
149
+
150
+ # Product Specification
llamaparse-folder/md/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pushing through undercurrents
2
+
3
+ # Technology’s impact on systemic risk: A look at banking
4
+
5
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become systemic without appropriate management.
6
+
7
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte consulted over 100 financial services and technology experts in the development of a new report, Pushing through undercurrents. This group shared more specific perspectives on the forces behind technology-driven systemic risk in the banking sector. Here’s a summary of what we learned. You can learn more in the full report from the Forum, and the executive summary from Deloitte.
8
+
9
+ # Risk 1: Risk exposure from Banking as a Service offerings
10
+
11
+ # What could go wrong?
12
+
13
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities that can pose risks for banks. The risk is growing because:
14
+
15
+ - Customers’ sensitive data and funds may be at risk from phishing and social engineering attacks
16
+ - Flawed APIs might provide a back door for hackers to penetrate banks’ systems
17
+ - Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks
18
+
19
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on a BaaS provider, keeping customers from accessing their accounts or making transactions.
20
+
21
+ # What sectoral and regional forces could amplify the risk?
22
+
23
+ - A complex BaaS technology stack
24
+ - Limited redundancy measures
25
+ - A lack of input validation, enabling attackers to upload malicious code into a bank’s systems through its APIs
26
+
27
+ # How can the industry mitigate it?
28
+
29
+ |Goal|Mitigation opportunities|
30
+ |---|---|
31
+ |Strong security for BaaS platforms and API connectivity|- Use input validation protocols
32
+ - Apply network segmentation and access control measures
33
+ |
34
+ |Properly vetted BaaS partners|- Improve due diligence on BaaS providers
35
+ |
36
+ |Institutional knowledge transfer from banks to BaaS partners|- Help BaaS and other fintech providers get better at risk management and compliance
37
+ |
38
+ ---
39
+ # Risk 2: Inadequate stability mechanisms for stablecoin arrangements
40
+
41
+ # What could go wrong?
42
+
43
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run. The risk is growing because:
44
+
45
+ - Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader financial system
46
+ - The novel technologies used for minting and managing stablecoins are exposed to security risks
47
+ - The absence of a stability mechanism like deposit insurance increases the risk of a run
48
+
49
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
50
+
51
+ # What sectoral and regional forces could amplify the risk?
52
+
53
+ # How can the industry mitigate it?
54
+
55
+ |Goal|Mitigation opportunities|
56
+ |---|---|
57
+ |A less mature regulatory environment|Standardization and oversight of stablecoin arrangements|
58
+ | |• Requirement for anti-money laundering and “know your customer” processes for stablecoin issuers|
59
+ |Stringent capital controls, which may encourage individuals in those jurisdictions to park their assets in global stablecoins|Investor and customer protection|
60
+ | |• Offer insurance coverage for stablecoin tokens|
61
+ | |• Enforce responsible marketing rules and customer education|
62
+ |Unsecure systems and poorly managed internal processes|Transparency of capital reserves|
63
+ | |• Periodically audit and stress-test stablecoin issuers’ reserve assets|
64
+
65
+ To learn more about technology’s impact on systemic risk in banking, including examples, please see pages 60 - 70 of the full report.
66
+
67
+ # Contacts
68
+
69
+ Neal Baumann
70
+
71
+ Financial Services Industry leader
72
+
73
+ Deloitte Global
74
+
75
76
+
77
+ Rob Galaski
78
+
79
+ Vice-Chair and Managing Partner
80
+
81
+ Deloitte Canada
82
+
83
84
+
85
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the “Deloitte organization”). DTTL (also referred to as “Deloitte Global”) and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.
86
+
87
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte’s approximately 415,000 people worldwide make an impact that matters at www.deloitte.com.
88
+
89
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited (“DTTL”), its global network of member firms or their related entities (collectively, the “Deloitte organization”) is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
90
+
91
+ © 2023. For information, contact Deloitte Global.
llamaparse-folder/md/dttl-tax-technology-report-2023.md ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Tax in a data-driven world
2
+
3
+ More regulations, more data, more technology
4
+ ---
5
+ Immediate access to reliable, accurate, and fit-for-purpose tax data is essential to be able to meet complex tax obligations, real-time reporting requirements, and increasing expectations of tax transparency. Recent developments such as the OECD’s Pillar Two rules, requiring large multinational enterprises to pay a minimum “global tax,” the introduction of CESOP (Central Electronic System of Payment information) and ViDA rules (VAT in a Digital Age) in the EU, e-reporting, and e-invoicing are all examples of initiatives which are increasing the compliance requirements for companies and having a significant impact on tax strategies and operations. Advances in the way technology is used to identify, transform, and manage tax-related data should be an essential component of a business’s response.
6
+
7
+ # Pillar Two is at the forefront of our mind.
8
+
9
+ We are still quantifying any additional liability and establishing any impact on our Effective Tax Rate. Naturally, there is a huge compliance and systems requirement to accommodate Pillar Two.
10
+
11
+ Gemma Beck
12
+ Head of Tax, Haleon Plc
13
+
14
+ Challenges such as version control, manual data collection, or getting the right format and level of data can delay accurate reporting and insights—insights from data being something the respondents to Deloitte’s Tax Transformation Trends 2023 research highlighted as of high importance. The impact of these regulatory and digitalization changes can vary across companies based on their size, region, or industry. Yet, the overall trend has been toward growing workloads and increased complexity.
15
+
16
+ # Tax in a data-driven world | More regulations, more data, more technology
17
+ ---
18
+ In addition, many tax authorities are collecting and sharing more detailed data about taxes and are requesting direct access to large companies’ tax-related data. The digitalization of tax authorities elevates the need for reliable and automated tax models, and generating the right data, in the right format, at the right time. Automating data input, validation, and cleansing can save time and reduce risk, but is also key to enabling the access tax administrations increasingly require.
19
+
20
+ All this at a time when businesses are starting to explore the role and benefits of Generative AI, and having to evaluate how trustworthy this technology is, the risks associated with data privacy, as well as the consequences for their employees.
21
+
22
+ Technology can also facilitate greater visibility into tax data across the enterprise, which can provide insights that can generate value for the business when making strategic decisions. In short, tax departments increasingly need technology to help them pivot from task completion and cost control toward being able to extract outcome-oriented business insights from compliance activities through analytics.
23
+
24
+ Yet, when Deloitte asked 300 tax and finance professionals what progress they had made in implementing tax transformation strategies, 24% stated they intended to implement an ERP system customized for tax issues in the next 12 months (Figure 1). Only 37% of respondents said their tax department had fully implemented the use of tools to monitor relevant developments in tax laws around the world. Similarly, many respondents reported that their tax department had not yet fully implemented the data management and technology applications required by these changes—introduction of tax data management solutions and/or having tax professionals in the company’s data management team (38%), and integrated processes (32%).
25
+
26
+ # Figure 1. Progress made in implementing tax transformation strategies
27
+
28
+ |Fully implemented|Plan to implement within 12 months|
29
+ |---|---|
30
+ |ERP system customized for tax issues|24%|
31
+ |Use of tools to monitor relevant developments in tax laws globally|7%|
32
+ |Tax data management solutions and/or tax professionals in company’s data management team|6%|
33
+ |Use of advanced analytics in monitoring of key controls|4%|
34
+ |Integrated processes|4%|
35
+ |Streamlining of processes not appropriate for automation|4%|
36
+ |Automation of tax compliance and reporting processes|2%|
37
+
38
+ Implementing tax technology, or customizing existing ERP systems, requires identifying the appropriate issues to customize the system for, involving the right stakeholders internally, obtaining budget when there are competing demands, and devising a robust schedule of maintenance.
39
+
40
+ Tax in a data-driven world | More regulations, more data, more technology
41
+ ---
42
+ Compliance is a top priority for the tax department (Figure 2) but to achieve it, comply with Pillar Two, or calculate their global tax liability, tax departments need accurate, timely, tax-related data integrated across their organization. However, achieving visibility into enterprise-wide tax data has proven difficult for many companies, with respondents to Deloitte’s Tax Transformation Trends 2023 survey citing integrating tax-related data across the company (36%) as their second-most important challenge. More than a fifth of respondents found challenges in having limited technology or data management expertise (23%), obtaining a comprehensive view of the total tax paid globally (22%), and not having sufficient control over technology strategy and investment (22%) (Figure 2). There is a “perfect storm” with the compliance challenge at least partly linked to these other factors.
43
+
44
+ # Figure 2. Challenges for the tax department over the next three to five years
45
+
46
+ |Percentage ranked among top 3 challenges|Challenges|Challenges|Challenges| | |
47
+ |---|---|---|---|
48
+ |Customizing technology for global compliance|Integrating tax-related data across the company|Limited technology/data management expertise| |
49
+ |0%|50%|36%|25%|
50
+ |Complying with evolving tax laws and regulations around the world|Obtaining a comprehensive view of the total tax paid globally|Obtaining adequate budget|Difficulty in aligning with company’s technology transformation strategy/approach|
51
+ |11%|22%|22%|18%|
52
+
53
+ Tax in a data-driven world | More regulations, more data, more technology
54
+ ---
55
+ # Tax in a data-driven world | More regulations, more data, more technology
56
+
57
+ What we see now is an increasing demand for more compliance requirements—I mean from the OECD and also coming from local authorities… there’s demand for more automation.
58
+
59
+ Liliane Saiani
60
+ Head of Tax, Mercado Libre
61
+
62
+ The desire to continue customizing ERP systems for tax is not surprising—being able to incorporate flexibility and information to respond to changing tax laws will help companies comply, thereby avoiding penalties and costs. Modern ERP systems can provide the accurate, granular data that tax teams need at the legal entity level, while still supporting the management-level reporting needed by other stakeholders. In this way, the ERP can help support tax analytics so that companies can model the impact of changing tax laws in multiple jurisdictions, improving the insights used for decision making.
63
+
64
+ Companies have been working to put in place the data management and technology capabilities demanded by today’s tax environment, but many have more work to do.
65
+
66
+ Our approach was to first work to make ourselves more efficient. We’re trying to transform our ERP landscape. It’s always a challenge to wrangle all the different technology pieces we have.
67
+
68
+ Kristi Doyle
69
+ Global Tax Director, Johnson Controls
70
+ ---
71
+ Many of the challenges appear greater for smaller companies than for larger ones. For example, respondents at companies with revenues of US$5 billion or greater were more likely to say that their company had fully implemented introduction of tax data management solutions and/or having tax professionals in the company’s data management team (55%) than did those at companies with revenues of US$1 billion to US$5 billion (35%) or US$750 million to US$1 billion (25%) (Figure 3).
72
+
73
+ # Figure 3: Strategies/actions fully implemented by the tax department—by company size
74
+
75
+ |Strategies/Actions|US$5B+|US$1B - $5B|US$750M - $1B| | | | | | | | | | | |
76
+ |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77
+ |75%|50%| | | |25%|75%|50%|25%|75%|50%|25%| | | |
78
+ |Reducing headcount|56%|38%|27%|45%|39%|30%|39%|24%|18%| | | | | |
79
+ |Implementation of lower-cost delivery model for lower complexity processes|51%|46%| | |30%|47%|33%|25%| |35%|22%|14%| | |
80
+ |Integrated processes|55%|39%| | | | | |25%|51%|40%|27%|35%|27%|2%|
81
+ |ERP system customized for tax issues|49%|34%|18%|40%|38%|24%|24%|22%|0%| | | | | |
82
+ |Processes to allow tax to be adequately considered in corporate decisions|56%|46%|24%| |40%|35%|27%|35%|35%|0%| | | | |
83
+ |Use of advanced analytics in monitoring of key controls|55%|34%|22%|51%|40%| | |25%| |35%|27%|0%| | |
84
+ |Use of tools to monitor relevant developments in tax laws globally|49%| | | | | |38%|14%|40%|35%|30%|35%|27%|0%|
85
+ |Tax data management solutions and/or tax profs. in company’s data mgmt team|55%|39%|18%|51%|40%| | |25%| |35%|27%|0%| | |
86
+ |Streamlining of processes not appropriate for tax compliance and reporting|49%|34%|22%|40%| | | | | |35%|27%|35%|27%|0%|
87
+ |Automation|56%| | | | | |38%|14%|40%|35%|30%|35%|27%|0%|
88
+ |Ongoing assessment of skills required to identify any gaps|55%|39%|18%|51%|40%| | |25%| |35%|27%|0%| | |
89
+ |Training programs for skills required in strategic roles|56%| | | | | |38%|14%|40%|35%|30%|35%|27%|0%|
90
+
91
+ Tax in a data-driven world | More regulations, more data, more technology
92
+ ---
93
+ Digital transformation is embedded into most companies’ agendas, but it is still difficult to identify clear returns on technology investment—from determining which actions drive the most impact, to which investments yield the highest enterprise value. With Generative AI also advancing at pace, it is increasingly difficult for businesses to work out the optimum point at which to invest at scale. When resources are constrained, it is worth weighing up the investment needed for developing, buying, maintaining, and replacing technology versus leveraging the technology of an outsource service provider.
94
+
95
+ We outsource as much as possible with trusted partners. We don’t have the resources, nor the budget, to develop all those tools ourselves.
96
+
97
+ # 2. Deciding how to invest in technology
98
+
99
+ Philippe de Roose
100
+
101
+ Senior Vice President for Tax Treasury and Finance Administration, Radisson Hospitality Group
102
+
103
+ Tax in a data-driven world | More regulations, more data, more technology
104
+
105
+ 7
106
+ ---
107
+ # Figure 4. Benefit company has received—or could receive—from outsourcing an entire activity or function in the tax department
108
+
109
+ | | | | |Major/significant|Some| | |
110
+ |---|---|---|---|---|---|---|---|
111
+ |Access to the latest technology capabilities|Reduced operating costs|Access to tax subject matter expertise|Reduced need for capital investment in technology|Ability to provide flexibility and quickly scale tax operations as needed|Transfer of risk associated with technology systems or processes to one or more third parties|Reallocation of current tax team to other strategic objectives| |
112
+ |54%|51%| |46%|45%|45%|43%|40%|
113
+ | |26%|27%|34%|33%|37%|35%|30%|
114
+
115
+ Respondents to the Tax Transformation Trends 2023 survey cited access to the latest technology capabilities (54%) even more often than reduced operating costs (51%) as a major or significant benefit of outsourcing (Figure 4). Reduced need for capital investment in technology (45%) was also named frequently as an important benefit. Outsourcing can provide a strategy for tax departments to acquire the technology tools and expertise that the current environment demands without incurring the significant capital investment that would be required, upfront and ongoing, if enhancements were developed in-house.
116
+
117
+ While tax departments may have had discretionary budget for incremental changes, or fixing “broken” systems, wholescale finance transformation has centralized budgets, with IT taking a prominent role in deciding where transformation efforts will focus. This has led to a greater need for the tax department to collaborate with IT and other departments.
118
+
119
+ Tax in a data-driven world | More regulations, more data, more technology
120
+ ---
121
+ Data management and IT applications are increasingly important to tax departments. However, in Deloitte’s Tax Transformation Trends survey, 78% respondents in 2023 said technology strategy and planning was largely controlled by Finance or IT; 56% said that the tax department has input into the process, while 22% said it had little input (Figure 5). These findings represent a change from the 2021 survey, in which tax leaders more often said their departments had control over technology strategy and budget. This may be due to an increased reliance on ERPs, rather than tax-department specific solutions, along with the growing need for tax to gather data from across the company—both of which would put more control into the hands of IT and Finance.
122
+
123
+ # Figure 5. Tax function role in technology strategy and planning
124
+
125
+ | |2021|2023|
126
+ |---|---|---|
127
+ |Largely set/controlled by Finance or IT, with little input from Tax|40%|7%|
128
+ |Largely set/controlled by Finance or IT, but Tax has input|56%|15%|
129
+ |Tax has significant autonomy over technology strategy, but limited control over Capex budget|23%|23%|
130
+ |Tax has significant autonomy over both technology strategy and Capex budget|14%|22%|
131
+
132
+ Tax in a data-driven world | More regulations, more data, more technology
133
+ ---
134
+ There were also significant regional differences. Respondents at North American companies (40%) more often said that the tax department has significant autonomy either over technology strategy or over both technology strategy and budget than did those at companies headquartered in Europe (10%) or Asia Pacific (20%) (Figure 6). European and Asian companies typically contend with more indirect taxes, requiring complicated integration with supply chain management in ERP systems, led by Finance, while in North America the emphasis is on income taxes, requiring the tax department to lead. Historically, Asian companies have been geared more toward managing reporting and compliance in multiple jurisdictions in a decentralized manner, and as a result, were not as experienced in having a common ERP platform to solve all jurisdictional issues. This is, however, changing rapidly as more tax technology expertise is developing in Asia, enabling common ERP platforms and local customization.
135
+
136
+ # Figure 6. Tax function role in technology strategy and planning
137
+
138
+ # By region
139
+
140
+ | | | |North America|Asia Pacific|Europe|
141
+ |---|---|---|---|
142
+ |4%|Largely set/controlled by Finance or IT, with little input from Tax|Largely set/controlled by Finance or IT, with little input from Tax|10%|20%| |
143
+ |6%|Largely set/controlled by Finance or IT, but Tax has input|Largely set/controlled by Finance or IT, but Tax has input|25%|29%| |
144
+ |22%|Tax has significant autonomy over technology strategy, but limited control over Capex budget|Tax has significant autonomy over technology strategy, but limited control over Capex budget|50%|65%| |
145
+ | | | |51%| |Tax has significant autonomy over both technology strategy and Capex budget|
146
+
147
+ Technology plays a key role in many aspects of tax operations and in transforming those operations to meet today’s challenges—which was made clear in interviews with respondents.
148
+
149
+ It’s a priority to meet compliance requirements, which are becoming significantly challenging these days, such as Pillar Two and e-reporting. All these new kinds of compliance are very connected to technology and digitalization.
150
+
151
+ Jesus Bravo Fernandez
152
+
153
+ Head of Indirect Tax, Transfer Pricing, and Tax Technology, Coca-Cola Europacific Partners
154
+
155
+ # Tax in a data-driven world | More regulations, more data, more technology
156
+ ---
157
+ # Tax in a data-driven world | More regulations, more data, more technology
158
+
159
+ Many respondents said implementing a single, integrated tax platform was a key priority for the next few years as they pursue increased efficiency and access to better data. For many, there is still work to do on rationalizing fragmented technology landscapes.
160
+
161
+ We are looking at how do we deal with all the various systems, and how do we bring some structure and consistency and visibility in that chaos—what evolution and trends are happening from a technology point of view.
162
+
163
+ Dirk Timmermans
164
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
165
+
166
+ To make the case for budget, tax departments need to demonstrate the value they generate and protect for the company. Companies that have taken the top-down company view, managed to explain the impact of tax authority digitalization to the C-suite and worked collaboratively with the IT department have typically been more successful in building this value case.
167
+
168
+ Understanding and communicating the aspiration of real-time compliance through direct connection between tax authorities and company systems (see the OECD’s “Tax Administration 3.0” discussion paper) is important for ERP system design as ERP systems are where most transactions are handled—thinking about the long term is imperative, as finding a point solution now, without thinking through the potential requirements in five to 10 years’ time, may hinder the tax department from creating the environment that will enable being a strategic advisor to the business. Being able to identify all the potential outcomes, however, is the difficult part, especially since tax laws and regulations still differ significantly between jurisdictions and change frequently.
169
+ ---
170
+ Tax departments often focus on immediate-need technology. Best practice, however, would suggest obtaining budget and developing a road map first to use the technology already available, identifying what might be needed in the future, and then making build-or-buy decisions. At this point, it’s useful to have a holistic view of the tax department’s operating model—it’s not about doing everything now, but looking at increasing speed and accuracy, and freeing up tax professionals for more strategic business activity.
171
+
172
+ Once the technology is chosen, the question is often whether to implement using internal resources, appoint an implementation partner, or outsource the entire function requiring the technology.
173
+
174
+ If the decision is made to use in-house resources, tax departments need to develop professional teams with the new skills required, especially data management and technology expertise. This was evident from Deloitte’s Tax Transformation Trends research in 2023: When asked where their tax department will have the greatest need for skills over the next three to five years, respondents most often named data analytics, data-driven strategic insights, and data management (44%)—a reflection of the growing importance of data-driven decision making and increased government requirements for direct access to companies’ tax data (Figure 7 on the next page).
175
+
176
+ We made the strategic decision to have capable IT people within our tax department many years ago, and that has allowed us to move much more quickly with getting our data needs met.
177
+
178
+ Dirk Timmermans
179
+
180
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
181
+
182
+ # Tax in a data-driven world | More regulations, more data, more technology
183
+ ---
184
+ Several skill areas were cited less often in 2023 than in 2021, suggesting that some companies may have made progress in addressing their talent requirement in those areas—either through recruitment, or by leaning more on outside providers. For example, technology transformation and process redesign was named as a top talent need by 29% of respondents in the current survey, compared to 43% in 2021. However, this area still ranked fourth highest among the skills needed in the next few years, indicating that many companies are still working to develop or acquire technology talent.
185
+
186
+ # Figure 7. Greatest needs in the tax department for skills over the next one to two years
187
+
188
+ # 2021 vs. 2023
189
+
190
+ | | |2023|2021| | | | | | | | | | | |
191
+ |---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
192
+ |Percentage|Skills|Percentage|Skills| | | | | | | | | | | |
193
+ | | |1|50%|Data analytics, data-driven strategic insights, and data management|43%|Data analytics, data-driven strategic insights, and data management| | | | | | | | |
194
+ | | |2|45%|Specialist tax technical skills|40%|Specialist tax technical skills| | | | | | | | |
195
+ | | | | |3|44%|Transactional tax skills|36%|Transactional tax skills| | | | | | |
196
+ |4| | | | | | |29%|Technology transformation and process redesign|29%|Technology transformation and process redesign| | | | |
197
+ | | | |5|36%|Risk management|25%|Risk management| | | | | | | |
198
+ | | |6|36%|Expertise in emerging areas of regulatory compliance|25%|Expertise in emerging areas of regulatory compliance| | | | | | | | |
199
+ | | | | | | |7|29%|Cross-business advisory skills|25%|Cross-business advisory skills| | | | |
200
+ | | | | | | | | |8|27%|External stakeholder management|25%|External stakeholder management| | |
201
+ | | | | |9| | | |28%|Business process skills|10%|Business process skills| | | |
202
+ | | | | | | | | | | |10| |Communications skills| |Communications skills|
203
+
204
+ Note: Percentages do not add up to 100% since respondents could make multiple selections. Some items only appeared in the 2023 survey.
205
+
206
+ Tax in a data-driven world | More regulations, more data, more technology
207
+ ---
208
+ # Strategic management and effective use of data as an asset
209
+
210
+ Strategic management and effective use of data as an asset will be top of mind for tax leaders as both global tax reform and primary stakeholders—including boards, finance functions, and financial institutions—continue to place data management at the center of the tax function. The tax technology landscape, however, is broader than ERP and identifying tax data—tax leaders also need to consider how many technologies are really needed to meet their needs, how many are not yet connected to each other, and how fast technology is changing, threatening the obsolescence of existing systems.
211
+
212
+ The pace at which Generative AI technology and tooling is advancing can make it difficult for businesses to work out the optimum point at which to invest at scale. Generative AI activity is currently predominantly focused on identifying use cases and undertaking a tactical program of experimentation as part of a measured approach to understanding the role and impact Generative AI can have on a variety of business functions. There should, however, be an expectation that over time, Generative AI, combined with broader AI and data analytical techniques, will play an increasingly dominant role in the tax technology space, fueled by high levels of fluency, an expansion of functionality and, critically, reduced cost of deployment. All of which reinforces the need for a clear strategy and focus on data structures.
213
+
214
+ Today, tax directors are addressing the impact of data within their tax functions and have pivoted by introducing new skill sets within their tax function, which is encouraging. This is, however, just the first step of a continuous journey in which primary stakeholders use tax data through analytics as a strategic enabler to drive investment decisions, often these days using dynamic dashboarding and modeling.
215
+
216
+ The results of Deloitte’s Tax Transformation Trends 2023 survey highlighted the need for data-driven insight from compliance activities, more agile partnering with other parts of the business, and a heightened need to integrate technology across functions and jurisdictions. As digitalization continues—accelerated by the introduction of Artificial Intelligence capabilities—tax departments will need to ensure their digital strategy meets an ever-changing tax regulatory landscape, is incorporated into and aligns with the business’s overall digital transformation ambitions, and incorporates efforts to prepare their people and processes for accelerated transformation. Tax directors interviewed for Deloitte’s Tax Transformation Trends research recommend embedding Tax into everyday processes and operations. This will lead to tax considerations in transformation efforts becoming “business as usual,” and making building the business case for technology investment less onerous.
217
+
218
+ Tax in a data-driven world | More regulations, more data, more technology
219
+ ---
220
+ # About the research
221
+
222
+ Deloitte’s 2023 Tax Transformation Trends survey engaged tax and finance executives to understand their strategies for tax operations, outsourcing, technology, and talent. Deloitte surveyed 300 senior tax and finance leaders at companies across a range of industries, sizes, and regions to understand their future vision for the tax function and how they plan to achieve that vision. Deloitte also conducted a series of qualitative one-on-one interviews with senior tax executives at large multinational companies to develop deeper insights into their tax transformation activities.
223
+
224
+ # Figure 8. Demographics
225
+
226
+ |Revenue|Industry|Life Sciences & Health Care|Role|
227
+ |---|---|---|---|
228
+ |US$750M to 1B|43%|35%|C-1|
229
+ | |13%|19%|C-2|
230
+ |US$1B to 5B|28%|16%|C-suite|
231
+ |US$5B+|29%| | |
232
+
233
+ # Headquarters location
234
+
235
+ |Region|Percentage|
236
+ |---|---|
237
+ |North America|28%|
238
+ |Asia Pacific|30%|
239
+ |Australia|4%|
240
+ |Japan|13%|
241
+ |United States|25%|
242
+ |China|13%|
243
+ |Canada|6%|
244
+ |Belgium|4%|
245
+ |Germany| |
246
+ |Netherlands|7%|
247
+ |United Kingdom|18%|
248
+ |Switzerland|5%|
249
+
250
+ Survey sample size = 300
251
+
252
+ C-suite (e.g., CFO, CAO, CTaxO) = 137
253
+
254
+ C-1 (e.g., EVP, SVP of Tax or Finance) = 57
255
+
256
+ C-2 (e.g., Directors, VP, Head of sub-division) = 106
257
+
258
+ # Tax in a data-driven world | More regulations, more data, more technology
259
+ ---
260
+ # Tax in a data-driven world | More regulations, more data, more technology
261
+
262
+ # Contacts
263
+
264
+ |Andy Gwyther|Europe, Middle East, Africa|Deloitte Global Operate Leader, Tax & Legal|[email protected]| |
265
+ |---|---|---|---|---|
266
+ |Christophe De Waele|North America|Tax & Legal Operate Leader|Deloitte North & South Europe|[email protected]|
267
+ |Eric Peel|Tax Operate Leader|Deloitte Tax LLP (US)|[email protected]| |
268
+ |Ana Santiago Marques|Tax & Legal Operate Leader|Deloitte Central Europe|[email protected]| |
269
+ |Emily VanVleet|Tax Operate Leader|Deloitte Tax LLP (US)|[email protected]| |
270
+ |Patrick Earlam|Tax & Legal Operate Leader|Deloitte Africa|[email protected]| |
271
+ |Jeff Butt|Tax & Legal Operate Leader|Deloitte Canada|[email protected]| |
272
+ |Arturo Camacho|Tax & Legal Operate Leader|Deloitte Spanish-LATAM|[email protected]| |
273
+ |Christopher Roberge|Tax Operate Leader|Deloitte Asia Pacific|[email protected]| |
274
+ ---
275
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the “Deloitte organization”). DTTL (also referred to as “Deloitte Global”) and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties.
276
+
277
+ DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.
278
+
279
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte’s approximately 457,000 people worldwide make an impact that matters at www.deloitte.com.
280
+
281
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited (“DTTL”), its global network of member firms or their related entities (collectively, the “Deloitte organization”) is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser.
282
+
283
+ No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication.
284
+
285
+ © 2024. For information, contact Deloitte Global.
286
+
287
+ Designed by CoRe Creative Services. RITM1606967
llamaparse-folder/md/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
llamaparse-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
2
+
3
+ # Focus on Deloitte
4
+
5
+ August 2023
6
+
7
+ # PEAK
8
+
9
+ # Everest Group
10
+
11
+ Copyright © 2023 Everest Global, Inc.
12
+
13
+ This document has been licensed to Deloitte
14
+ ---
15
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
16
+
17
+ # Introduction
18
+
19
+ Historically, the traditional manufacturing industry was primarily focused on designing standardized manufacturing procedures and managing labor and mechanical systems, but with the emergence of Industry 4.0, technology adoption has become widespread across industries, unlocking numerous benefits. However, the life sciences industry has been slow in adopting technology to modernize manufacturing setups. Nevertheless, the pandemic, regulatory frameworks, and the urge to achieve operational excellence are now driving the adoption of smart manufacturing services.
20
+
21
+ Life sciences enterprises aim to unlock benefits such as cost optimization, increased productivity, visibility, and efficiency by investing in critical use cases, including digital twins, predictive maintenance, etc. They are also exploring high-growth opportunities such as sustainable manufacturing, batch-to-continuous manufacturing, and manufacturing of personalized medicines.
22
+
23
+ As the industry experiences investments in smart manufacturing, service providers are taking on the role of end-to-end digital transformation partners by co-developing solutions to assist enterprises in their digital journeys.
24
+
25
+ In the full report, we present an assessment of 16 life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023. The assessment is based on Everest Group’s annual RFI process for the calendar year 2023, interactions with leading life sciences service providers, client reference checks, and an ongoing analysis of the life sciences smart manufacturing services market.
26
+
27
+ The full report includes the profiles of the following 16 leading life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix:
28
+
29
+ - Leaders: Accenture, Cognizant, Deloitte, HCLTech, and TCS
30
+ - Major Contenders: Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
31
+ - Aspirants: Atos, HARMAN DTS, and NNIT
32
+
33
+ # Scope of this report
34
+
35
+ |Geography|Industry|Services|
36
+ |---|---|---|
37
+ |Global|Life sciences (biopharmaceuticals and medical devices)|Life sciences smart manufacturing services|
38
+
39
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
40
+ ---
41
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
42
+
43
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® characteristics
44
+
45
+ # Leaders
46
+
47
+ - Accenture, Cognizant, Deloitte, HCLTech, and TCS
48
+ - Leaders have positioned themselves as digital transformation partners for enterprises with end-to-end capabilities, and offer a balanced breadth of offerings across the life sciences manufacturing value chain.
49
+ - They demonstrate flexibility and innovation while pitching engagement models and commercial constructs, and possess a distinct talent pool specializing in the life sciences smart manufacturing space.
50
+ - There is a presence of a robust partnership ecosystem and investments aligned with the demand of the enterprises in the areas of digital twins, IoT-enabled analytics, cybersecurity, etc., as well as high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing.
51
+ - They showcase a clear future roadmap to better supplement their internal capabilities and fill in the gaps in their existing portfolio of services through the development of IP, CoEs, and strategic initiatives.
52
+
53
+ # Major Contenders
54
+
55
+ - Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
56
+ - Major Contenders comprise a varied mix of midsize and large firms. They possess a relatively less balanced portfolio compared to Leaders and are inclined toward specialization in certain specific areas of the value chain. Additionally, they offer limited solutions around high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing.
57
+ - Major Contenders have shortcomings in certain areas of the manufacturing value chain; the prevalent approach to address smart manufacturing use cases is by harnessing cross-industry intellectual property, talent, and partnerships.
58
+ - They have substantiated their position within the mid-tier segment of clients by pursuing active client management and ramping up/down resources commensurate to the ask of buyers.
59
+
60
+ # Aspirants
61
+
62
+ - Atos, HARMAN DTS, and NNIT
63
+ - When it comes to their services portfolio, Aspirants have restricted their focus to specific areas in the life sciences manufacturing value chain, with limited digital service capabilities.
64
+ - They have a limited partnership ecosystem and place more focus on leveraging horizontal capabilities to cater to the needs of life sciences enterprises rather than developing domain-specific services through CoEs and strategic alliances.
65
+ - They have a dedicated focus on capturing the market share in the small and midsize buyer segment.
66
+
67
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
68
+ ---
69
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
70
+
71
+ # Everest Group PEAK Matrix®
72
+
73
+ # Deloitte is positioned as a Leader
74
+
75
+ # Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
76
+
77
+ |High| | |Leaders|Major Contenders|Aspirants|
78
+ |---|---|---|---|---|---|
79
+ |Deloitte|Accenture|TCS|HCLTech| | |
80
+ |Low| |Cognizant|Capgemini|Wipro| |
81
+ | |Infosys|NTT DATA|LTIMindtree| | |
82
+ |Low|Innova Solutions|Tech Mahindra|NNIT| | |
83
+ |Birlasoft|HARMAN DTS|Atos| | | |
84
+
85
+ Measures impact created in the market
86
+
87
+ Market impact
88
+
89
+ Measures ability to deliver services successfully
90
+
91
+ 1 Assessments for Atos, Capgemini, Infosys, and NTT DATA exclude provider inputs and are based on Everest Group’s proprietary Transaction Intelligence (TI) database, provider public disclosures, and Everest Group’s interactions with enterprise buyers
92
+
93
+ 2 Assessment for Birlasoft, HARMAN DTS, and NNIT is based on partial primary inputs (briefings only)
94
+
95
+ 3 The assessment of Atos is completed prior to its acquisition by Eviden
96
+
97
+ Confidentiality: Everest Group takes its confidentiality pledge very seriously. Any information we collect that is contract specific will only be presented back to the industry in an aggregated fashion
98
+
99
+ Source: Everest Group (2023)
100
+
101
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
102
+ ---
103
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
104
+
105
+ # Deloitte profile (page 1 of 6)
106
+
107
+ # Overview
108
+
109
+ # Company mission
110
+
111
+ Deloitte's Life Sciences Smart Manufacturing practice partners with life sciences enterprises in reimagining and reconfiguring their value chains to ensure the reliable and efficient supply of affordable and accessible therapies and medical products to the end customers, resulting in enhanced well-being of patients. It supports clients in their digital transformation journey and pushes life sciences manufacturing into the next generation of digital evolution. This is achieved through substantial investments in expanding global smart manufacturing capabilities, fostering robust partnerships, developing proprietary IP-based assets, leveraging smart factory technology, and nurturing talent.
112
+
113
+ # Overview of the client base
114
+
115
+ Among its diverse customer base, Deloitte's life science smart manufacturing practice engages with the top 10 largest global pharmaceutical enterprises, top 10 largest BioTech enterprises, 9 out of the top 10 medical device enterprises, and 18 out of the 21 largest life sciences enterprises.
116
+
117
+ # Revenue by line of business
118
+
119
+ | |Low (<10%)|Medium (10-35%)|High (>35%)|
120
+ |---|---|---|---|
121
+ |Biopharmaceuticals| | | |
122
+ |Medical devices| | | |
123
+ |Others| | | |
124
+
125
+ # Revenue by buyer size
126
+
127
+ | |Low (<20%)|Medium (20-40%)|High (>40%)|
128
+ |---|---|---|---|
129
+ |Small (annual revenue <US$1 billion)| | | |
130
+ |Midsize (annual revenue US$1-10 billion)| | | |
131
+ |Large (annual revenue >US$10 billion)| | | |
132
+
133
+ # Revenue by geography
134
+
135
+ | |Low (<15%)|Medium (15-40%)|High (>40%)|
136
+ |---|---|---|---|
137
+ |North America| | | |
138
+ |Rest of Europe| | | |
139
+ |United Kingdom| | | |
140
+ |Asia Pacific| | | |
141
+ |Middle East & Africa| | | |
142
+ |South America| | | |
143
+
144
+ 1 All the revenue components add up to a total of 100%
145
+
146
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
147
+ ---
148
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
149
+
150
+ # Deloitte profile (page 2 of 6)
151
+
152
+ # Case studies
153
+
154
+ NOT EXHAUSTIVE
155
+
156
+ # Case study 1
157
+
158
+ # Transformation of Quality Management System (QMS) for a global pharmaceutical manufacturer
159
+
160
+ # Business challenge
161
+
162
+ The client faced challenges with high costs of quality and the regulatory risks in managing compliance. It had basic and disconnected platforms for quality processes, and lacked integration and traceability. To address this, the client identified a QMS platform and set ambitious timelines to deploy multiple Quality System Elements (QSEs) across more than five sites.
163
+
164
+ # Solution
165
+
166
+ Deloitte assisted the client in their QMS transformation journey by assessing the current state of QSEs and conducting a process design exercise. Additionally, it built solutions tailored to client requirements, including customization with next-generation functionalities, performed detailed validation and system testing, and supported the change management process through a training program strategy.
167
+
168
+ # Impact
169
+
170
+ - Assisted the clients in realizing benefits worth US$30 million by eliminating non-value-added work, thereby reducing overhead expenses
171
+ - Deployed more than 10 QSEs in 14 months across five manufacturing sites
172
+ - Ensured QMS process adoption for more than 700 employees globally
173
+
174
+ # Case study 2
175
+
176
+ # Developing a global security standard for the manufacturing sites of a global pharmaceutical enterprise
177
+
178
+ # Business challenge
179
+
180
+ The client recognized the necessity of developing and implementing a global security standard across all manufacturing and R&D sites to enhance the security maturity of Internet of Things (IoT), Industrial Control Systems (ICS), and Operational Technology (OT).
181
+
182
+ # Solution
183
+
184
+ Deloitte implemented a tailored OT cybersecurity framework, conducted detailed site security assessments, and deployed monitoring solutions to enhance OT asset security monitoring, visibility, and situational awareness. It also deployed threat intelligence and analytics for detecting OT cybersecurity threats and established standards, communication plans, playbooks, and workflows for incident response and recovery.
185
+
186
+ # Impact
187
+
188
+ - Deployed 14 OT security controls
189
+ - Remediated 42 manufacturing and R&D sites
190
+ - Identified and monitored more than 30,000 OT digital assets
191
+
192
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
193
+ ---
194
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
195
+
196
+ # Deloitte profile (page 3 of 6)
197
+
198
+ # Offerings
199
+
200
+ |Solution|Details|
201
+ |---|---|
202
+ |Supply chain control tower platform|It is an end-to-end platform solution that assists clients by providing prescriptive insights, monitoring transaction-level data, and offering analytical capabilities across the manufacturing and supply chain processes.|
203
+ |CentralSight|It has the capabilities to effectively visualize a multi-tier deep supplier ecosystem, helping enterprises identify and address the associated risks within the ecosystem in a timely manner.|
204
+ |Smart factory capability compass|It is an application that assists clients in assessing the current manufacturing maturity and readiness of their sites for smart factory investments and initiatives.|
205
+ |CognitiveSpark for manufacturing|It is a cloud-based, AI-powered solution designed to assist biopharma and MedTech manufacturers with insights that help optimize manufacturing processes and improve product quality.|
206
+ |Turnkey IoT|It is a suite of pre-configured solution accelerators tailored to high-potential manufacturing use cases.|
207
+ |Managed Extended Detection and Response (MXDR)|It is a SaaS-based, modular cybersecurity solution designed to protect enterprises from internal and external cyber threats.|
208
+ |Greenlight|This is a decarbonization solution designed to achieve net-zero emissions. It includes a package of dashboard modules that can ingest Green House Gas (GHG) emissions and reduce project data, enabling clients to visualize and analyze their aggregate carbon footprint.|
209
+ |IDEA|It is an IoT-based application that helps clients manage real-time energy consumption from different sources, combining the IoT approach with traditional Energy Management Systems (EMS).|
210
+ |Digital IoT|It is a preconfigured Siemens MindSphere application that offers a cloud-based, open IoT operating system connecting products, plants, systems, and machines. This application unifies data from Digital Product Lifecycle Management (DPLM), Data Acquisition and Management System (DAMS), Digital Manufacturing Execution System (DMES), and IoT systems onto an integrated dashboard, thereby enabling actionable insights.|
211
+
212
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
213
+ ---
214
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
215
+
216
+ # Deloitte profile (page 4 of 6)
217
+
218
+ # Offerings
219
+
220
+ NOT EXHAUSTIVE
221
+
222
+ |Solution|Details|
223
+ |---|---|
224
+ |SupplyHorizon|It enables enterprises to proactively identify and mitigate supply chain issues. It leverages internal and external data, risk profiling, mitigation planning, persona-based visualizations, and AI to enable a visibility of multi-tier supply networks and sense any upcoming risks in order to mitigate disruptions.|
225
+ |Smart manufacturing platform|This is a platform solution that enables the comprehensive view of manufacturing operations across the organization with connected data from disparate systems to create dynamic data visualizations that provide useful insights and recommended actions. It assists in predictive analytics, quality analytics, planning and management, shop floor tracking and serialization, etc.|
226
+ |Supplier 360|It is an end-to-end management solution that improves supplier relationships by consolidating data from various disparate sources to generate actionable insights on supplier performance, connecting stakeholders, and more.|
227
+
228
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
229
+ ---
230
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
231
+
232
+ # Deloitte profile (page 5 of 6)
233
+
234
+ # Recent developments
235
+
236
+ NOT EXHAUSTIVE
237
+
238
+ # Key events – related to smart manufacturing services (representative list)
239
+
240
+ |Event name|Type of event|Year|Details|
241
+ |---|---|---|---|
242
+ |Industrial data fabric|Alliance|2023|Forged a multi-party partnership with AWS, HighByte, and Element to help manufacturers connect, structure, and manage industrial data at scale through an open industrial data framework; supports Deloitte's smart manufacturing platform and services, offering data analytics, predictive insights, and faster time-to-value for manufacturers|
243
+ |Nubik|Acquisition|2022|Acquired to strengthen its presence and leadership in the Salesforce practice and firm up its relationships and offerings for mid-market clients; it will assist clients with advanced solutions in manufacturing and distribution|
244
+ |OCT Emissions Solutions|Acquisition|2022|Acquired to assist clients with an end-to-end offering across the climate change and decarbonization life cycle. It provides solutions for hydrogen, carbon sequestration and offsets, and carbon dioxide cleanup|
245
+ |AE Cloud Consultant|Acquisition|2022|Acquired to deploy front-end and back-end solutions for order management, production management, supply chain management, warehouse and fulfillment, procurement, etc., for enterprises|
246
+ |Smart factories spread across global locations|Investment|2022|The smart factories that are spread across the globe serve as an ecosystem of smart manufacturing capabilities built on advanced technologies such as IoT, cybersecurity, and digital twins; also acts as a platform that brings together solution providers, technology innovators, and academic researchers to drive innovation|
247
+ |Check Point|Alliance|2021|Alliance with Check Point, a leading provider of cybersecurity solutions, to assist Deloitte in strengthening Industry 4.0 technologies by securing the enterprise manufacturing and supply chain infrastructure|
248
+ |Syncronic|Acquisition|2021|Acquired to enhance its supply chain practice in the Nordics region|
249
+ |aeCyberSolutions|Acquisition|2021|Acquired to strengthen its cybersecurity offerings|
250
+ |Digital Immunity|Alliance|2020|Alliance with Digital Immunity to leverage Deloitte's multiple OT lab environments, such as the Smart Factory in Wichita, to accelerate deployment testing by utilizing configuration and deployment guidelines from the lab environment|
251
+ |Nozomi|Alliance|2020|Alliance with Nozomi Networks to deliver IT, OT, and IoT security services in the EMEA region. This collaboration aims to assist enterprises in enhancing their threat detection capabilities and implementing effective cyber risk solutions|
252
+ |Beelogix|Acquisition|2019|Acquired to expand its capabilities and leadership in SAP digital supply chain solution|
253
+
254
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
255
+ ---
256
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
257
+
258
+ # Deloitte profile (page 6 of 6)
259
+
260
+ # Everest Group assessment – Leader
261
+
262
+ |Measure of capability:|Low|High|
263
+ |---|---|---|
264
+ |Market adoption| | |
265
+ |Portfolio mix| | |
266
+ |Value delivered| | |
267
+ |Overall Vision and strategy| | |
268
+ |Scope of services offered| | |
269
+ |Innovation and investments| | |
270
+ |Delivery footprint| | |
271
+ |Overall| | |
272
+
273
+ # Strengths
274
+
275
+ - Deloitte has made substantial investments in developing manufacturing solutions throughout the life sciences value chain, focusing on futuristic domain use cases such as cell and gene therapy manufacturing and sustainable manufacturing. It is further reinforced by its dedicated investments in building the Wichita smart factory, which strengthens its capabilities in IoT, cybersecurity, digital twins, robotics, etc.
276
+ - While clients highlight the premium pricing points, they acknowledge the innovative commercial constructs offered by Deloitte and perceive the dollar value per service provided to be better compared to peers.
277
+ - Clients view Deloitte as a reliable strategic partner as it addresses both the existing and emerging business problems, even by engaging third-party providers if necessary.
278
+ - Clients appreciate the high quality of the talent deployed and the strong technical domain knowledge they possess.
279
+
280
+ # Limitations
281
+
282
+ - Although clients appreciate the technical and domain expertise of the talent deployed, they expect better attrition management to ensure seamless project delivery.
283
+ - Deloitte's tendency to consistently agree with clients without conducting thorough evaluations can reveal a lack of critical assessment and hinder their ability to make decisions that align with the enterprise's expertise and best interests.
284
+ - While clients appreciate Deloitte’s strategic inputs, they look for better transparency and alignment with the enterprise stakeholders.
285
+
286
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
287
+ ---
288
+ Appendix
289
+ 11
290
+ ---
291
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
292
+
293
+ Everest Group PEAK Matrix® is a proprietary framework for assessment of market impact and vision & capability
294
+
295
+ # Everest Group PEAK Matrix
296
+
297
+ |High| | | |
298
+ |---|---|---|---|
299
+ | |Leaders|Measures impact created in the market|Major Contenders|
300
+ |Market impact|Market impact| | | |
301
+ |Low| | | |
302
+ |Aspirants|Low| | |
303
+ |High| | | |
304
+ | |Vision & capability| | |
305
+ | |Measures ability to deliver services successfully| | |
306
+
307
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
308
+ ---
309
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
310
+
311
+ # Services PEAK Matrix® evaluation dimensions
312
+
313
+ Measures impact created in the market – captured through three subdimensions
314
+
315
+ |Market adoption| | |Leaders|Number of clients, revenue base, YoY growth, and deal value/volume|
316
+ |---|---|---|---|---|
317
+ | | |Major Contenders|Market impact| |
318
+ |Aspirants|Portfolio mix| | | |
319
+
320
+ Diversity of client/revenue base across geographies and type of engagements
321
+
322
+ Value delivered
323
+ Aspirants
324
+ Value delivered to the client based on customer feedback and transformational impact
325
+
326
+ # Vision & capability
327
+
328
+ Measures ability to deliver services successfully. This is captured through four subdimensions
329
+
330
+ |Vision and strategy|Scope of services offered|Innovation and investments|Delivery footprint|
331
+ |---|---|---|---|
332
+ |Vision for the client and itself; future roadmap and strategy|Depth and breadth of services portfolio across service subsegments/processes|Innovation and investment in the enabling areas, e.g., technology IP, industry/domain knowledge, innovative commercial constructs, alliances, M&A, etc.|Delivery footprint and global sourcing mix|
333
+
334
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
335
+ ---
336
+ # FAQs
337
+
338
+ # Does the PEAK Matrix® assessment incorporate any subjective criteria?
339
+
340
+ Everest Group’s PEAK Matrix assessment takes an unbiased and fact-based approach that leverages provider / technology vendor RFIs and Everest Group’s proprietary databases containing providers’ deals and operational capability information. In addition, we validate/fine-tune these results based on our market experience, buyer interaction, and provider/vendor briefings.
341
+
342
+ # Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome?
343
+
344
+ No. The PEAK Matrix highlights and positions only the best-in-class providers / technology vendors in a particular space. There are a number of providers from the broader universe that are assessed and do not make it to the PEAK Matrix at all. Therefore, being represented on the PEAK Matrix is itself a favorable recognition.
345
+
346
+ # What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning?
347
+
348
+ A PEAK Matrix positioning is only one aspect of Everest Group’s overall assessment. In addition to assigning a Leader, Major Contender, or Aspirant label, Everest Group highlights the distinctive capabilities and unique attributes of all the providers assessed on the PEAK Matrix. The detailed metric-level assessment and associated commentary are helpful for buyers in selecting providers/vendors for their specific requirements. They also help providers/vendors demonstrate their strengths in specific areas.
349
+
350
+ # What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?
351
+
352
+ - Enterprise participants receive summary of key findings from the PEAK Matrix assessment
353
+ - For providers
354
+ - The RFI process is a vital way to help us keep current on capabilities; it forms the basis for our database – without participation, it is difficult to effectively match capabilities to buyer inquiries
355
+ - In addition, it helps the provider/vendor organization gain brand visibility through being included in our research reports
356
+
357
+ # What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?
358
+
359
+ - Providers/vendors can use their PEAK Matrix positioning or Star Performer rating in multiple ways including:
360
+ - Issue a press release declaring positioning; see our citation policies
361
+ - Purchase a customized PEAK Matrix profile for circulation with clients, prospects, etc. The package includes the profile as well as quotes from Everest Group analysts, which can be used in PR
362
+ - Use PEAK Matrix badges for branding across communications (e-mail signatures, marketing brochures, credential packs, client presentations, etc.)
363
+ - The provider must obtain the requisite licensing and distribution rights for the above activities through an agreement with Everest Group; please contact your CD or contact us
364
+
365
+ # Does the PEAK Matrix evaluation criteria change over a period of time?
366
+
367
+ PEAK Matrix assessments are designed to serve enterprises’ current and future needs. Given the dynamic nature of the global services market and rampant disruption, the assessment criteria are realigned as and when needed to reflect the current market reality and to serve enterprises’ future expectations.
368
+
369
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
370
+ ---
371
+ # Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023
372
+
373
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through today’s market challenges and strengthen their strategies by applying contextualized problem-solving to their unique situations. This drives maximized operational and financial performance and transformative experiences. Our deep expertise and tenacious research focused on technology, business processes, and engineering through the lenses of talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content at www.everestgrp.com.
374
+
375
+ # NOTICE AND DISCLAIMERS
376
+
377
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY. THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP’S TERMS OF USE.
378
+
379
+ # Stay connected
380
+
381
+ |Dallas (Headquarters)|Website|Social Media|
382
+ |---|---|---|
383
+ |[email protected]|everestgrp.com|@EverestGroup|
384
+ |+1-214-451-3000| |@Everest Group|
385
+ |Bangalore| |@Everest Group|
386
387
+ |+91-80-61463500| | |
388
+ |Delhi| |@Everest Group|
389
390
+ |+91-124-496-1000|Blog| |
391
+ |London| |@Everest Group|
392
393
+ |+44-207-129-1318| | |
394
+ |Toronto| | |
395
396
+ |+1-214-451-3000| | |
397
+
398
+ This document is for informational purposes only, and it is being provided “as is” and “as available” without any warranty of any kind, including any warranties of completeness, adequacy, or fitness for a particular purpose.
399
+
400
+ Everest Group is not a legal or investment adviser; the contents of this document should not be construed as legal, tax, or investment advice. This document should not be used as a substitute for consultation with professional advisors, and Everest Group disclaims liability for any actions or decisions not to act that are taken as a result of any material in this publication.
401
+
402
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte
marker-pdf-folder/md/2023-conocophillips-aim-presentation-1-7/2023-conocophillips-aim-presentation-1-7.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}------------------------------------------------
2
+
3
+ Image /page/0/Picture/0 description: The image shows the logo for ConocoPhillips. The logo consists of a red, stylized shape resembling a wing or a flame above the company name. The text "ConocoPhillips" is written in a bold, sans-serif font, with the first letter of each word capitalized. The logo is simple and modern, with a focus on the company's name and a memorable visual element.
4
+
5
+ ## 2023 Analyst & Investor Meeting
6
+
7
+ {1}------------------------------------------------
8
+
9
+ ### Today's Agenda
10
+
11
+ Image /page/1/Picture/1 description: The image shows a red abstract logo. The logo is a stylized checkmark with a curved line. The checkmark is made up of two curved lines that meet at a point on the left side of the image. The right side of the image has a curved line that ends in a point. The logo is simple and modern.
12
+
13
+ | Opening | Ryan Lance Chairman and CEO |
14
+ |--------------------------|--------------------------------------------------------------|
15
+ | Strategy and Portfolio | Dominic Macklon EVP, Strategy, Sustainability and Technology |
16
+ | Alaska and International | Andy O'Brien SVP, Global Operations |
17
+ | LNG and Commercial | Bill Bullock EVP and CFO |
18
+ | Lower 48 | Nick Olds EVP, Lower 48 |
19
+ | Financial Plan | Bill Bullock EVP and CFO |
20
+ | Closing | Ryan Lance Chairman and CEO |
21
+
22
+ 10-Minute Break
23
+
24
+ Q&A Session
25
+
26
+ {2}------------------------------------------------
27
+
28
+ #### Cautionary Statement
29
+
30
+ Image /page/2/Picture/1 description: The image shows a red abstract shape on a white background. The shape is curved and pointed at both ends, resembling a stylized checkmark or a swooping bird. The red color is vibrant and contrasts sharply with the white background, making the shape stand out.
31
+
32
+ The presention provides naragements corrent of the next beach the new contribution is subject on while assumptions, including, incultive, and estably rodet
33
+
34
+ - · an oil price of \$60/BBL West Texas Intermediate in 2022 dollars, escalating at 2.25% annually;
35
+ - an oil price of \$65/BBL Brent in 2022 dollars, escalating at 2.25% annually;
36
+ - · a qas price of \$3.75/MMBTU Henry Hub in 2022 dollars, escalating at 2.25% annually;
37
+ - · an international gas price of \$8/MMBTU Title Transfer Facility & Japan Korea Marker in 2022 dollars, escalating at 2,25% annually:
38
+ - · cost and capital escalation in line with price escalation ; planning case at \$60/BBL WTL assumes capital de-escalation from levels observed in 2022;
39
+ - · all production compound annual growth rates (CAGR) are calculated for the 10-year period 2023 2032;
40
+ - · inclusion of carbon tax in the cash for asses where a tax is currently assessed. If no carbon tax enists for the asset it is not inquded in the cash fow forecasts:
41
+ - · Cost of Supply is in Inteles care na when and a propo cator on and consection a estimal resident of the Aperior in the Aperior of the Aperior of the Aperial of the Area Con in the Cost of Supply calculation.
42
+
43
+ As realth is restriction consistences a semes une de for a sterior saterials and to have sees pars and parts stables and of consiss subder some society and of consisso con or corario reuls Gachite in a final de constitution and colorses sub praces sub ranticipes, "contine" could" interad "may "stran" "may" "premat" "redul" "mental" "redul" "may" " evert. " bisection" foreast" "code" "ouldnes" only " "ares" and the sinia vocis can be used brittly from the staments we of tware of heart near of treatring world creating w
44
+
45
+ the e, in any bridge on the company continue in the last, sch specific or other is and of managered to one the essurptions of the essurptions of the essurptions of the assume delevel of a lori le and this pearain. The stamers an no parates of the performance and included on the local do correct a promoth of the recompreners of corning association than ne r not be cared in and this presentation at to presentation and concerner and results in the consection in the consection in the consection in the consection in the co Fatos frates not or ents to differ nationism waters in commonly priss, indust no proced decir in these prise to historial of historial of historial on historial on his varia, pries, after the radion a frican plant op an couring to mail on the industry of the industry of the contribution in the choir contribution of the collection and to contribus fice a polici half a since in continue a long dato charing to the a consed of OC and des rooking contine and the securing contines and manyance on escore in eacer includio co the facts solo as the lear call inpact on a life to courters soft the ve super ou sine result of the versent of the enimes oncern on the fin race shipent of the initials wit that frances in excepted by and many of the first of the most in and the encreating and the closed on and the class of the class of the class of the class of the class of th ed or a shilles necesses of triad find this in or scolin, marianing or noritiring commercial in the sedessing of the interness of the internes and health couse indical as CND Bly and editeria no any organnert polities or ados inesment in and deelopment of connection and concerner of comments of comments of comments of blue cores in stable pour neating is souptions of riser consider in car consection in a citance and commendion in on commendion and economic compression and economic contract editorios opermental police as on the incorporitions from any materials or raterity on any managing construm on constion in the country of constion in the country of constion oncent of including he confit to the connect wire of called to collection of the popularies of VSS, or alling of market of VSS, or allin to conserver of VSS, or allin to cons consisters on incentify the replation and on any lobe expensions who be new consistent who be new coule router result contraction of the terror of the terror of the terror of burines including an announced on functions including including including in e allerior in e allering in e able for ou a mounced or an buse consection or a mounced or an buse artigae. Fra al potential lable of the eximplement and the resultion for rendry of done in condine in condine in consection in ribed in contribution in ribed in or rined in o formetic and cases in the are a configrity him one or sportions him one on card of card on markating in he consider in the consider in the consider in the consider in the c ar international on online consistent of contribution in comprimer conficition in completine in tradition in transmissiones in for any in had reas applical con la contribula cisup consection partiers extraction vestion, che serior, chessed infornation lebrander fribres contribution and chies corperative and crimes and chies corperative and creaso or consess perior in or ning with the Security of Lince leagues Conce? Mic excessed dictions and obsignition and environments wither and result for varior and real of nevirin chereves in on the counted the starent so of any fulle color discussion of the research of the corner of not in contribution of the consisted in and a consible on on on while fiqures as of any future date. Any future update of these figures will be provided only through a public disclosure indicating that fact.
46
+
47
+ It is a her francial rich neasure, which headlines and the befort of contrain of concern of correspend and with pear company conspection on the reasonal and viol of ell may c accompriel by a reaction in the nease contribution and on on webset at www.momorbillis.org/mont/ship/mont-647 neasure we version not 647 neasure we version note not the not comprete Care francis resorce te information neasures in dependent on fulle entis market in the ends in and intent in a described a decrited a decided a decided a desiring a ream of early of a raccums on is for how ecolor and equise a les consisted on to resident in resident consisted in the scorp isses and concern of concern in concerner color p measures are estimated consistent with the relevant definitions and assumptions.
48
+
49
+ Californy Note to U.S. material and accompins, in the films with the S.C. pristice and productions and a "Strand of Schannel of Schannel of Schannel of Schannel of Schange (B ve are crohidable for usings with the SC unteres U.S. inestor an under cosed by the of an on a not for any the M. M. S.C. capes e wable for re-SC. and for ne SC . ac be ConocoPhillips website.
50
+
51
+ {3}------------------------------------------------
52
+
53
+ Image /page/3/Picture/0 description: The image contains the logo for ConocoPhillips. The logo consists of a red, stylized bird-like shape above the company name. The text "ConocoPhillips" is written in a bold, sans-serif font and is black.
54
+
55
+ # Opening
56
+
57
+ Ryan Lance Chairman and CEO
58
+
59
+ {4}------------------------------------------------
60
+
61
+ #### ConocoPhillips Remains the Must-Own E&P Company
62
+
63
+ Image /page/4/Picture/1 description: The image shows a red abstract shape on a white background. The shape is curved and pointed at the top left, and it curves around to the right, creating a flowing, dynamic form. The red color is vibrant and stands out against the white background, making the shape the focal point of the image.
64
+
65
+ Image /page/4/Figure/2 description: This image shows a line graph titled "The Macro Oil Price (\$/BBL WTI)". The x-axis shows the years from 2019 to 2024+, and the y-axis shows the oil price in dollars per barrel. The oil price starts at around \$50/BBL in 2019, drops to almost \$0 in 2020, and then rises to a peak of \$120/BBL in 2022 before decreasing to \$80/BBL in 2023. There is a dotted line at \$60/BBL WTI, which is labeled as the mid-cycle planning price.
66
+
67
+ #### What You'll Hear Today
68
+
69
+ We are committed to delivering superior returns on and of capital through the cycles
70
+
71
+ We have a deep, durable and diverse portfolio
72
+
73
+ We are progressing our 2050 Net-Zero ambition and accelerating our 2030 GHG emissions intensity reduction target
74
+
75
+ {5}------------------------------------------------
76
+
77
+ #### We Are Committed to Our Returns-Focused Value Proposition
78
+
79
+ Image /page/5/Picture/1 description: The image shows a red abstract logo. The logo is a stylized shape that resembles a checkmark or a bird in flight. The shape is curved and flowing, with pointed ends. The logo is simple and modern, and it is likely used to represent a company or organization.
80
+
81
+ Triple Mandate Aligned to Business Realities RANSITION HAY DEMAI ACCHIFVH NET-ZERO EMISSIONS AMBITION
82
+
83
+ Image /page/5/Picture/3 description: The image displays a diagram outlining foundational principles. At the center is the word "RETURNS" in red. Surrounding this central element are four key principles: "Balance Sheet Strength", "Disciplined Investments", "Peer-Leading Distributions", and "ESG Excellence", each represented by an icon. The diagram is titled "Foundational Principles" and concludes with the statement "Deliver Superior Returns Through Cycles".
84
+
85
+ Priorities Sustain production and pay dividend
86
+
87
+ Clear and Consistent
88
+
89
+ 2 Annual dividend growth
90
+
91
+ 3 'A'-rated balance sheet
92
+
93
+ > 4 >30% of CFO shareholder payout
94
+
95
+ 5 Disciplined investment to enhance returns
96
+
97
+ {6}------------------------------------------------
98
+
99
+ ### We Are Continuously Improving
100
+
101
+ Image /page/6/Picture/1 description: The image shows a red abstract shape on a white background. The shape is curved and pointed at both ends, resembling a stylized checkmark or a bird in flight. The red color is vibrant and contrasts sharply with the white background, making the shape stand out.
102
+
103
+ | | 2016<br>\$43/BBL WTI | 2019<br>\$57/BBL WTI | 2022<br>\$94/BBL WTI | Foundational<br>Principles |
104
+ |------------------------------------------|----------------------|----------------------|----------------------|----------------------------------------------|
105
+ | Return on<br>Capital Employed | -4% | 10% | 27% | Peer-Leading<br>Distributions<br>and Returns |
106
+ | Return of Capital¹ | \$1.11/share | \$4.45/share | \$11.73/share | |
107
+ | Net Debt | \$24B | \$7B | \$7B | Balance Sheet<br>Strength |
108
+ | Cash From Operations <br>Free Cash Flow | \$5B \$0B | \$12B \$5B | \$29B \$18B | |
109
+ | Resource<br><\$40/BBL WTI | ~10 BBOE | ~15 BBOE | ~20 BBOE | Disciplined<br>Investments |
110
+ | Production | 1.6 MMBOED | 1.3 MMBOED | 1.7 MMBOED | |
111
+ | Emissions Intensity²<br>(kg CO₂e/BOE) | ~39 | ~36 | ~22 | ESG<br>Excellence |
112
+
113
+ 'Defined in the Appendix and presented on a person outstanding diluted shares. Gross operated GHG emisions (Scope 1 and 2), 2022 is a peliminary estimate. Cash from operations (CFC), net debt and return on capital employed (ROCE) are non-GAP measures. Definitions and reconcliations are included in the Appendi.
marker-pdf-folder/md/2023-conocophillips-aim-presentation-1-7/2023-conocophillips-aim-presentation-1-7_meta.json ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "2023 Analyst & Investor Meeting",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 328.5,
10
+ 381.0
11
+ ],
12
+ [
13
+ 915.0,
14
+ 381.0
15
+ ],
16
+ [
17
+ 915.0,
18
+ 419.99205708503723
19
+ ],
20
+ [
21
+ 328.5,
22
+ 419.99205708503723
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Today's Agenda",
28
+ "heading_level": null,
29
+ "page_id": 1,
30
+ "polygon": [
31
+ [
32
+ 27.75,
33
+ 22.5
34
+ ],
35
+ [
36
+ 218.25,
37
+ 22.5
38
+ ],
39
+ [
40
+ 218.25,
41
+ 56.25
42
+ ],
43
+ [
44
+ 27.75,
45
+ 57.138519287109375
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Cautionary Statement",
51
+ "heading_level": null,
52
+ "page_id": 2,
53
+ "polygon": [
54
+ [
55
+ 29.25,
56
+ 23.997331112623215
57
+ ],
58
+ [
59
+ 290.25,
60
+ 23.997331112623215
61
+ ],
62
+ [
63
+ 290.25,
64
+ 55.166142135858536
65
+ ],
66
+ [
67
+ 29.25,
68
+ 55.166142135858536
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "Opening",
74
+ "heading_level": null,
75
+ "page_id": 3,
76
+ "polygon": [
77
+ [
78
+ 386.25,
79
+ 341.25
80
+ ],
81
+ [
82
+ 552.75,
83
+ 341.25
84
+ ],
85
+ [
86
+ 552.75,
87
+ 386.4324724674225
88
+ ],
89
+ [
90
+ 386.25,
91
+ 386.4324724674225
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "ConocoPhillips Remains the Must-Own E&P Company",
97
+ "heading_level": null,
98
+ "page_id": 4,
99
+ "polygon": [
100
+ [
101
+ 28.762493133544922,
102
+ 24.28055629134178
103
+ ],
104
+ [
105
+ 666.0,
106
+ 23.22586879134178
107
+ ],
108
+ [
109
+ 666.0,
110
+ 55.76300069689751
111
+ ],
112
+ [
113
+ 28.762493133544922,
114
+ 56.81768819689751
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "What You'll Hear Today",
120
+ "heading_level": null,
121
+ "page_id": 4,
122
+ "polygon": [
123
+ [
124
+ 592.5,
125
+ 87.25991696119308
126
+ ],
127
+ [
128
+ 813.2365036010742,
129
+ 86.20522946119308
130
+ ],
131
+ [
132
+ 813.2365036010742,
133
+ 109.06444162130356
134
+ ],
135
+ [
136
+ 592.5,
137
+ 110.11912912130356
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "We Are Committed to Our Returns-Focused Value Proposition",
143
+ "heading_level": null,
144
+ "page_id": 5,
145
+ "polygon": [
146
+ [
147
+ 28.205909729003906,
148
+ 23.93656298518181
149
+ ],
150
+ [
151
+ 759.0,
152
+ 22.88187548518181
153
+ ],
154
+ [
155
+ 759.0,
156
+ 55.422346740961075
157
+ ],
158
+ [
159
+ 28.205909729003906,
160
+ 56.477034240961075
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "We Are Continuously Improving",
166
+ "heading_level": null,
167
+ "page_id": 6,
168
+ "polygon": [
169
+ [
170
+ 27.75,
171
+ 23.505579605698586
172
+ ],
173
+ [
174
+ 409.5,
175
+ 22.450892105698586
176
+ ],
177
+ [
178
+ 409.5,
179
+ 56.324265003204346
180
+ ],
181
+ [
182
+ 27.75,
183
+ 57.378952503204346
184
+ ]
185
+ ]
186
+ }
187
+ ],
188
+ "page_stats": [
189
+ {
190
+ "page_id": 0,
191
+ "text_extraction_method": "surya",
192
+ "block_counts": [
193
+ [
194
+ "Line",
195
+ 2
196
+ ],
197
+ [
198
+ "Span",
199
+ 2
200
+ ],
201
+ [
202
+ "Picture",
203
+ 1
204
+ ],
205
+ [
206
+ "SectionHeader",
207
+ 1
208
+ ]
209
+ ],
210
+ "block_metadata": {
211
+ "llm_request_count": 1,
212
+ "llm_error_count": 0,
213
+ "llm_tokens_used": 1635
214
+ }
215
+ },
216
+ {
217
+ "page_id": 1,
218
+ "text_extraction_method": "surya",
219
+ "block_counts": [
220
+ [
221
+ "TableCell",
222
+ 30
223
+ ],
224
+ [
225
+ "Line",
226
+ 4
227
+ ],
228
+ [
229
+ "Span",
230
+ 4
231
+ ],
232
+ [
233
+ "Text",
234
+ 2
235
+ ],
236
+ [
237
+ "SectionHeader",
238
+ 1
239
+ ],
240
+ [
241
+ "Picture",
242
+ 1
243
+ ],
244
+ [
245
+ "TableOfContents",
246
+ 1
247
+ ],
248
+ [
249
+ "PageFooter",
250
+ 1
251
+ ]
252
+ ],
253
+ "block_metadata": {
254
+ "llm_request_count": 3,
255
+ "llm_error_count": 0,
256
+ "llm_tokens_used": 7324
257
+ }
258
+ },
259
+ {
260
+ "page_id": 2,
261
+ "text_extraction_method": "surya",
262
+ "block_counts": [
263
+ [
264
+ "Line",
265
+ 45
266
+ ],
267
+ [
268
+ "Span",
269
+ 45
270
+ ],
271
+ [
272
+ "ListItem",
273
+ 8
274
+ ],
275
+ [
276
+ "Text",
277
+ 5
278
+ ],
279
+ [
280
+ "SectionHeader",
281
+ 1
282
+ ],
283
+ [
284
+ "Picture",
285
+ 1
286
+ ],
287
+ [
288
+ "PageFooter",
289
+ 1
290
+ ],
291
+ [
292
+ "ListGroup",
293
+ 1
294
+ ]
295
+ ],
296
+ "block_metadata": {
297
+ "llm_request_count": 2,
298
+ "llm_error_count": 0,
299
+ "llm_tokens_used": 2026
300
+ }
301
+ },
302
+ {
303
+ "page_id": 3,
304
+ "text_extraction_method": "surya",
305
+ "block_counts": [
306
+ [
307
+ "Line",
308
+ 5
309
+ ],
310
+ [
311
+ "Span",
312
+ 5
313
+ ],
314
+ [
315
+ "Picture",
316
+ 1
317
+ ],
318
+ [
319
+ "SectionHeader",
320
+ 1
321
+ ],
322
+ [
323
+ "Text",
324
+ 1
325
+ ]
326
+ ],
327
+ "block_metadata": {
328
+ "llm_request_count": 1,
329
+ "llm_error_count": 0,
330
+ "llm_tokens_used": 1606
331
+ }
332
+ },
333
+ {
334
+ "page_id": 4,
335
+ "text_extraction_method": "surya",
336
+ "block_counts": [
337
+ [
338
+ "Line",
339
+ 30
340
+ ],
341
+ [
342
+ "Span",
343
+ 30
344
+ ],
345
+ [
346
+ "Text",
347
+ 3
348
+ ],
349
+ [
350
+ "SectionHeader",
351
+ 2
352
+ ],
353
+ [
354
+ "Picture",
355
+ 1
356
+ ],
357
+ [
358
+ "Figure",
359
+ 1
360
+ ],
361
+ [
362
+ "PageFooter",
363
+ 1
364
+ ]
365
+ ],
366
+ "block_metadata": {
367
+ "llm_request_count": 2,
368
+ "llm_error_count": 0,
369
+ "llm_tokens_used": 3126
370
+ }
371
+ },
372
+ {
373
+ "page_id": 5,
374
+ "text_extraction_method": "surya",
375
+ "block_counts": [
376
+ [
377
+ "Line",
378
+ 38
379
+ ],
380
+ [
381
+ "Span",
382
+ 38
383
+ ],
384
+ [
385
+ "Text",
386
+ 7
387
+ ],
388
+ [
389
+ "Picture",
390
+ 2
391
+ ],
392
+ [
393
+ "PageFooter",
394
+ 2
395
+ ],
396
+ [
397
+ "SectionHeader",
398
+ 1
399
+ ]
400
+ ],
401
+ "block_metadata": {
402
+ "llm_request_count": 2,
403
+ "llm_error_count": 0,
404
+ "llm_tokens_used": 3530
405
+ }
406
+ },
407
+ {
408
+ "page_id": 6,
409
+ "text_extraction_method": "surya",
410
+ "block_counts": [
411
+ [
412
+ "TableCell",
413
+ 80
414
+ ],
415
+ [
416
+ "Line",
417
+ 5
418
+ ],
419
+ [
420
+ "Span",
421
+ 5
422
+ ],
423
+ [
424
+ "SectionHeader",
425
+ 1
426
+ ],
427
+ [
428
+ "Picture",
429
+ 1
430
+ ],
431
+ [
432
+ "Table",
433
+ 1
434
+ ],
435
+ [
436
+ "Text",
437
+ 1
438
+ ],
439
+ [
440
+ "PageFooter",
441
+ 1
442
+ ]
443
+ ],
444
+ "block_metadata": {
445
+ "llm_request_count": 2,
446
+ "llm_error_count": 0,
447
+ "llm_tokens_used": 5108
448
+ }
449
+ }
450
+ ],
451
+ "debug_data_path": "debug_data/2023-conocophillips-aim-presentation-1-7"
452
+ }
marker-pdf-folder/md/XC9500_CPLD_Family-1-4/XC9500_CPLD_Family-1-4.md ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}------------------------------------------------
2
+
3
+ **0**
4
+
5
+ Image /page/0/Picture/1 description: The image shows the logo for Xilinx. The logo consists of a stylized letter X on the left, followed by the word "XILINX" in all capital letters. A circled R symbol is located to the upper right of the word "XILINX", indicating that the logo is a registered trademark.
6
+
7
+ DS063 (v6.0) May 17, 2013 **0 0 Product Specification**
8
+
9
+ ## **Features**
10
+
11
+ k
12
+
13
+ - High-performance
14
+ - 5 ns pin-to-pin logic delays on all pins
15
+ - fCNT to 125 MHz
16
+ - Large density range
17
+ - 36 to 288 macrocells with 800 to 6,400 usable gates
18
+ - 5V in-system programmable
19
+ - Endurance of 10,000 program/erase cycles
20
+ - Program/erase over full commercial voltage and temperature range
21
+ - Enhanced pin-locking architecture
22
+ - Flexible 36V18 Function Block
23
+ - 90 product terms drive any or all of 18 macrocells within Function Block
24
+ - Global and product term clocks, output enables, set and reset signals
25
+ - Extensive IEEE Std 1149.1 boundary-scan (JTAG) support
26
+ - Programmable power reduction mode in each macrocell
27
+ - Slew rate control on individual outputs
28
+ - User programmable ground pin capability
29
+ - Extended pattern security features for design protection
30
+ - High-drive 24 mA outputs
31
+ - 3.3V or 5V I/O capability
32
+
33
+ #### <span id="page-0-0"></span>*Table 1:* **XC9500 Device Family**
34
+
35
+ # **XC9500 In-System Programmable CPLD Family**
36
+
37
+ - Advanced CMOS 5V FastFLASH™ technology
38
+ - Supports parallel programming of multiple XC9500 devices
39
+
40
+ ## **Family Overview**
41
+
42
+ The XC9500 CPLD family provides advanced in-system programming and test capabilities for high performance, general purpose logic integration. All devices are in-system programmable for a minimum of 10,000 program/erase cycles. Extensive IEEE 1149.1 (JTAG) boundary-scan support is also included on all family members.
43
+
44
+ As shown in [Table 1](#page-0-0), logic density of the XC9500 devices ranges from 800 to over 6,400 usable gates with 36 to 288 registers, respectively. Multiple package options and associated I/O capacity are shown in [Table 2](#page-1-0). The XC9500 family is fully pin-compatible allowing easy design migration across multiple density options in a given package footprint.
45
+
46
+ The XC9500 architectural features address the requirements of in-system programmability. Enhanced pin-locking capability avoids costly board rework. An expanded JTAG instruction set allows version control of programming patterns and in-system debugging. In-system programming throughout the full device operating range and a minimum of 10,000 program/erase cycles provide worry-free reconfigurations and system field upgrades.
47
+
48
+ Advanced system features include output slew rate control and user-programmable ground pins to help reduce system noise. I/Os may be configured for 3.3V or 5V operation. All outputs provide 24 mA drive.
49
+
50
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
51
+ |------------------|--------|--------|---------|---------|---------|---------|
52
+ | Macrocells | 36 | 72 | 108 | 144 | 216 | 288 |
53
+ | Usable Gates | 800 | 1,600 | 2,400 | 3,200 | 4,800 | 6,400 |
54
+ | Registers | 36 | 72 | 108 | 144 | 216 | 288 |
55
+ | TPD (ns) | 5 | 7.5 | 7.5 | 7.5 | 10 | 15 |
56
+ | TSU (ns) | 3.5 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
57
+ | TCO (ns) | 4.0 | 4.5 | 4.5 | 4.5 | 6.0 | 8.0 |
58
+ | fCNT (MHz)(1) | 100 | 125 | 125 | 125 | 111.1 | 92.2 |
59
+ | fSYSTEM (MHz)(2) | 100 | 83.3 | 83.3 | 83.3 | 66.7 | 56.6 |
60
+
61
+ 1. fCNT = Operating frequency for 16-bit counters.
62
+
63
+ 2. fSYSTEM = Internal operating frequency for general purpose system designs spanning multiple FBs.
64
+
65
+ © 1998–2007, 2013 Xilinx, Inc. All rights reserved. All Xilinx trademarks, registered trademarks, patents, and disclaimers are as listed at **<http://www.xilinx.com/legal.htm>**. All other trademarks and registered trademarks are the property of their respective owners. All specifications are subject to change without notice.
66
+
67
+ {1}------------------------------------------------
68
+
69
+ ## **– PRODUCT OBSOLETE / UNDER OBSOLESCENCE –**
70
+
71
+ #### **XC9500 In-System Programmable CPLD Family**
72
+
73
+ #### <span id="page-1-0"></span>*Table 2:* **Available Packages and Device I/O Pins (not including dedicated JTAG pins)**
74
+
75
+ | | XC9536 | XC9572 | XC95108 | XC95144 | XC95216 | XC95288 |
76
+ |--------------|--------|--------|---------|---------|---------|---------|
77
+ | 44-Pin VQFP | 34 | - | - | - | - | - |
78
+ | 44-Pin PLCC | 34 | 34 | - | - | - | - |
79
+ | 48-Pin CSP | 34 | - | - | - | - | - |
80
+ | 84-Pin PLCC | - | 69 | 69 | - | - | - |
81
+ | 100-Pin TQFP | - | 72 | 81 | 81 | - | - |
82
+ | 100-Pin PQFP | - | 72 | 81 | 81 | - | - |
83
+ | 160-Pin PQFP | - | - | 108 | 133 | 133 | - |
84
+ | 208-Pin HQFP | - | - | - | - | 166 | 168 |
85
+ | 352-Pin BGA | - | - | - | - | 166(2) | 192 |
86
+
87
+ 1. Most packages available in Pb-Free option. See individual data sheets for more details.
88
+
89
+ 2. 352-pin BGA package is being discontinued for the XC95216. See **[XCN07010](http://www.xilinx.com/bvdocs/notifications/xcn07010.pdf)** for details.
90
+
91
+ ## **Architecture Description**
92
+
93
+ Each XC9500 device is a subsystem consisting of multiple Function Blocks (FBs) and I/O Blocks (IOBs) fully interconnected by the Fast CONNECT™ switch matrix. The IOB provides buffering for device inputs and outputs. Each FB provides programmable logic capability with 36 inputs and
94
+
95
+ 18 outputs. The Fast CONNECT switch matrix connects all FB outputs and input signals to the FB inputs. For each FB, 12 to 18 outputs (depending on package pin-count) and associated output enable signals drive directly to the IOBs. See [Figure 1.](#page-2-0)
96
+
97
+ {2}------------------------------------------------
98
+
99
+ ## **– PRODUCT OBSOLETE / UNDER OBSOLESCENCE –**
100
+
101
+ # R
102
+
103
+ #### **XC9500 In-System Programmable CPLD Family**
104
+
105
+ DS063_01_110501
106
+
107
+ Image /page/2/Figure/5 description: The image shows the title of a figure and a note. The title of the figure is "Figure 1: XC9500 Architecture". The note says that function block outputs, which are indicated by the bold lines, drive the I/O blocks directly.
108
+
109
+ # <span id="page-2-0"></span>**Function Block**
110
+
111
+ Each Function Block, as shown in [Figure 2](#page-3-0), is comprised of 18 independent macrocells, each capable of implementing a combinatorial or registered function. The FB also receives global clock, output enable, and set/reset signals. The FB generates 18 outputs that drive the Fast CONNECT switch matrix. These 18 outputs and their corresponding output enable signals also drive the IOB.
112
+
113
+ Logic within the FB is implemented using a sum-of-products representation. Thirty-six inputs provide 72 true and complement signals into the programmable AND-array to form
114
+
115
+ 90 product terms. Any number of these product terms, up to the 90 available, can be allocated to each macrocell by the product term allocator.
116
+
117
+ Each FB (except for the XC9536) supports local feedback paths that allow any number of FB outputs to drive into its own programmable AND-array without going outside the FB. These paths are used for creating very fast counters and state machines where all state registers are within the same FB.
118
+
119
+ {3}------------------------------------------------
120
+
121
+ ### **– PRODUCT OBSOLETE / UNDER OBSOLESCENCE –**
122
+
123
+ #### **XC9500 In-System Programmable CPLD Family**
124
+
125
+ Image /page/3/Figure/2 description: The image shows a diagram of a programmable AND-array. The array receives input from a Fast CONNECT II Switch Matrix via 36 connections. The array is connected to Product Term Allocators, which are connected to Macrocell 1 and Macrocell 18. The outputs include 18 connections to Fast CONNECT II Switch Matrix, OUT, and PTOE to I/O Blocks, as well as Global Set/Reset and Global Clocks.
126
+
127
+ <span id="page-3-0"></span>*Figure 2:* **XC9500 Function Block**
128
+
129
+ R
marker-pdf-folder/md/XC9500_CPLD_Family-1-4/XC9500_CPLD_Family-1-4_meta.json ADDED
@@ -0,0 +1,552 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "Features",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 35.31710381805897,
10
+ 116.22616767883301
11
+ ],
12
+ [
13
+ 96.09769159555435,
14
+ 116.22616767883301
15
+ ],
16
+ [
17
+ 96.09769159555435,
18
+ 133.01397228240967
19
+ ],
20
+ [
21
+ 35.31710381805897,
22
+ 133.01397228240967
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Table 1: XC9500 Device Family",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 36.0,
33
+ 509.44407749176025
34
+ ],
35
+ [
36
+ 186.72506296634674,
37
+ 507.89720249176025
38
+ ],
39
+ [
40
+ 185.52975046634674,
41
+ 521.2887878417969
42
+ ],
43
+ [
44
+ 34.84273651242256,
45
+ 522.2725467681885
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "XC9500 In-System Programmable \nCPLD Family",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 313.932989358902,
56
+ 45.55739361047745
57
+ ],
58
+ [
59
+ 542.2562077045441,
60
+ 44.01051861047745
61
+ ],
62
+ [
63
+ 541.6325073242188,
64
+ 77.84394818544388
65
+ ],
66
+ [
67
+ 312.737676858902,
68
+ 79.39082318544388
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "",
74
+ "heading_level": null,
75
+ "page_id": 0,
76
+ "polygon": [
77
+ [
78
+ 313.60206055641174,
79
+ 93.7126761674881
80
+ ],
81
+ [
82
+ 418.84398579597473,
83
+ 92.1658011674881
84
+ ],
85
+ [
86
+ 418.84398579597473,
87
+ 104.3190940618515
88
+ ],
89
+ [
90
+ 313.60206055641174,
91
+ 105.8659690618515
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "Family Overview",
97
+ "heading_level": null,
98
+ "page_id": 0,
99
+ "polygon": [
100
+ [
101
+ 315.0,
102
+ 168.40463876724243
103
+ ],
104
+ [
105
+ 426.15998554229736,
106
+ 166.85776376724243
107
+ ],
108
+ [
109
+ 424.96467304229736,
110
+ 182.8284912109375
111
+ ],
112
+ [
113
+ 313.95104598999023,
114
+ 183.98864436149597
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "\u2013 PRODUCT OBSOLETE / UNDER OBSOLESCENCE \u2013",
120
+ "heading_level": null,
121
+ "page_id": 1,
122
+ "polygon": [
123
+ [
124
+ 156.83999633789062,
125
+ 2.9593586549162865
126
+ ],
127
+ [
128
+ 458.7197027206421,
129
+ 2.9593586549162865
130
+ ],
131
+ [
132
+ 458.7197027206421,
133
+ 18.921186715364456
134
+ ],
135
+ [
136
+ 156.83999633789062,
137
+ 18.921186715364456
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "XC9500 In-System Programmable CPLD Family",
143
+ "heading_level": null,
144
+ "page_id": 1,
145
+ "polygon": [
146
+ [
147
+ 35.09696567058563,
148
+ 30.103844225406647
149
+ ],
150
+ [
151
+ 260.7817454338074,
152
+ 28.556969225406647
153
+ ],
154
+ [
155
+ 260.7817454338074,
156
+ 40.868896484375
157
+ ],
158
+ [
159
+ 35.09696567058563,
160
+ 42.275618612766266
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "Table 2: Available Packages and Device I/O Pins (not including dedicated JTAG pins)",
166
+ "heading_level": null,
167
+ "page_id": 1,
168
+ "polygon": [
169
+ [
170
+ 36.0,
171
+ 51.375269651412964
172
+ ],
173
+ [
174
+ 442.2195167541504,
175
+ 49.828394651412964
176
+ ],
177
+ [
178
+ 442.2195167541504,
179
+ 62.88677978515625
180
+ ],
181
+ [
182
+ 36.0,
183
+ 63.65681183338165
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "Architecture Description",
189
+ "heading_level": null,
190
+ "page_id": 1,
191
+ "polygon": [
192
+ [
193
+ 35.999664306640625,
194
+ 266.82876205444336
195
+ ],
196
+ [
197
+ 200.839621424675,
198
+ 265.28188705444336
199
+ ],
200
+ [
201
+ 199.644308924675,
202
+ 281.4689636230469
203
+ ],
204
+ [
205
+ 34.85356593132019,
206
+ 282.11850357055664
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "\u2013 PRODUCT OBSOLETE / UNDER OBSOLESCENCE \u2013",
212
+ "heading_level": null,
213
+ "page_id": 2,
214
+ "polygon": [
215
+ [
216
+ 154.22631883621216,
217
+ 2.498064838349819
218
+ ],
219
+ [
220
+ 457.8978524208069,
221
+ 2.498064838349819
222
+ ],
223
+ [
224
+ 457.8978524208069,
225
+ 18.19500732421875
226
+ ],
227
+ [
228
+ 154.22631883621216,
229
+ 18.19500732421875
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "R",
235
+ "heading_level": null,
236
+ "page_id": 2,
237
+ "polygon": [
238
+ [
239
+ 34.944665282964706,
240
+ 24.3631189763546
241
+ ],
242
+ [
243
+ 95.41074621677399,
244
+ 24.3631189763546
245
+ ],
246
+ [
247
+ 95.41074621677399,
248
+ 42.740981072187424
249
+ ],
250
+ [
251
+ 34.944665282964706,
252
+ 42.740981072187424
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "XC9500 In-System Programmable CPLD Family",
258
+ "heading_level": null,
259
+ "page_id": 2,
260
+ "polygon": [
261
+ [
262
+ 349.8922047615051,
263
+ 30.233704447746277
264
+ ],
265
+ [
266
+ 576.7479114532471,
267
+ 28.686829447746277
268
+ ],
269
+ [
270
+ 576.7479114532471,
271
+ 40.868896484375
272
+ ],
273
+ [
274
+ 349.8922047615051,
275
+ 42.082383155822754
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "Function Block",
281
+ "heading_level": null,
282
+ "page_id": 2,
283
+ "polygon": [
284
+ [
285
+ 35.999664306640625,
286
+ 470.17456340789795
287
+ ],
288
+ [
289
+ 140.79568719863892,
290
+ 468.62768840789795
291
+ ],
292
+ [
293
+ 139.60037469863892,
294
+ 485.7084045410156
295
+ ],
296
+ [
297
+ 35.17187789082527,
298
+ 486.1568298339844
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "\u2013 PRODUCT OBSOLETE / UNDER OBSOLESCENCE \u2013",
304
+ "heading_level": null,
305
+ "page_id": 3,
306
+ "polygon": [
307
+ [
308
+ 156.83999633789062,
309
+ 3.1667060181498528
310
+ ],
311
+ [
312
+ 459.0161962509155,
313
+ 3.1667060181498528
314
+ ],
315
+ [
316
+ 459.0161962509155,
317
+ 18.19500732421875
318
+ ],
319
+ [
320
+ 156.83999633789062,
321
+ 18.19500732421875
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "XC9500 In-System Programmable CPLD Family",
327
+ "heading_level": null,
328
+ "page_id": 3,
329
+ "polygon": [
330
+ [
331
+ 35.6977681517601,
332
+ 30.500098764896393
333
+ ],
334
+ [
335
+ 261.21546936035156,
336
+ 28.953223764896393
337
+ ],
338
+ [
339
+ 261.21546936035156,
340
+ 40.96948689222336
341
+ ],
342
+ [
343
+ 35.6977681517601,
344
+ 42.51636189222336
345
+ ]
346
+ ]
347
+ }
348
+ ],
349
+ "page_stats": [
350
+ {
351
+ "page_id": 0,
352
+ "text_extraction_method": "pdftext",
353
+ "block_counts": [
354
+ [
355
+ "Span",
356
+ 168
357
+ ],
358
+ [
359
+ "TableCell",
360
+ 126
361
+ ],
362
+ [
363
+ "Line",
364
+ 78
365
+ ],
366
+ [
367
+ "ListItem",
368
+ 21
369
+ ],
370
+ [
371
+ "Text",
372
+ 10
373
+ ],
374
+ [
375
+ "SectionHeader",
376
+ 5
377
+ ],
378
+ [
379
+ "PageFooter",
380
+ 3
381
+ ],
382
+ [
383
+ "ListGroup",
384
+ 2
385
+ ],
386
+ [
387
+ "PageHeader",
388
+ 1
389
+ ],
390
+ [
391
+ "Picture",
392
+ 1
393
+ ],
394
+ [
395
+ "Table",
396
+ 1
397
+ ],
398
+ [
399
+ "Reference",
400
+ 1
401
+ ]
402
+ ],
403
+ "block_metadata": {
404
+ "llm_request_count": 3,
405
+ "llm_error_count": 0,
406
+ "llm_tokens_used": 8481
407
+ }
408
+ },
409
+ {
410
+ "page_id": 1,
411
+ "text_extraction_method": "pdftext",
412
+ "block_counts": [
413
+ [
414
+ "TableCell",
415
+ 140
416
+ ],
417
+ [
418
+ "Span",
419
+ 66
420
+ ],
421
+ [
422
+ "Line",
423
+ 29
424
+ ],
425
+ [
426
+ "SectionHeader",
427
+ 4
428
+ ],
429
+ [
430
+ "Text",
431
+ 4
432
+ ],
433
+ [
434
+ "PageFooter",
435
+ 3
436
+ ],
437
+ [
438
+ "PageHeader",
439
+ 1
440
+ ],
441
+ [
442
+ "Table",
443
+ 1
444
+ ],
445
+ [
446
+ "Reference",
447
+ 1
448
+ ]
449
+ ],
450
+ "block_metadata": {
451
+ "llm_request_count": 1,
452
+ "llm_error_count": 0,
453
+ "llm_tokens_used": 4268
454
+ }
455
+ },
456
+ {
457
+ "page_id": 2,
458
+ "text_extraction_method": "pdftext",
459
+ "block_counts": [
460
+ [
461
+ "Span",
462
+ 153
463
+ ],
464
+ [
465
+ "Line",
466
+ 73
467
+ ],
468
+ [
469
+ "SectionHeader",
470
+ 4
471
+ ],
472
+ [
473
+ "Text",
474
+ 4
475
+ ],
476
+ [
477
+ "PageFooter",
478
+ 3
479
+ ],
480
+ [
481
+ "Figure",
482
+ 2
483
+ ],
484
+ [
485
+ "Caption",
486
+ 1
487
+ ],
488
+ [
489
+ "FigureGroup",
490
+ 1
491
+ ],
492
+ [
493
+ "Reference",
494
+ 1
495
+ ]
496
+ ],
497
+ "block_metadata": {
498
+ "llm_request_count": 3,
499
+ "llm_error_count": 1,
500
+ "llm_tokens_used": 9342
501
+ }
502
+ },
503
+ {
504
+ "page_id": 3,
505
+ "text_extraction_method": "pdftext",
506
+ "block_counts": [
507
+ [
508
+ "Span",
509
+ 68
510
+ ],
511
+ [
512
+ "Line",
513
+ 31
514
+ ],
515
+ [
516
+ "PageFooter",
517
+ 3
518
+ ],
519
+ [
520
+ "SectionHeader",
521
+ 2
522
+ ],
523
+ [
524
+ "Figure",
525
+ 1
526
+ ],
527
+ [
528
+ "Caption",
529
+ 1
530
+ ],
531
+ [
532
+ "Text",
533
+ 1
534
+ ],
535
+ [
536
+ "FigureGroup",
537
+ 1
538
+ ],
539
+ [
540
+ "Reference",
541
+ 1
542
+ ]
543
+ ],
544
+ "block_metadata": {
545
+ "llm_request_count": 3,
546
+ "llm_error_count": 0,
547
+ "llm_tokens_used": 6286
548
+ }
549
+ }
550
+ ],
551
+ "debug_data_path": "debug_data/XC9500_CPLD_Family-1-4"
552
+ }
marker-pdf-folder/md/deloitte-tech-risk-sector-banking/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}------------------------------------------------
2
+
3
+ # Pushing through undercurrents
4
+
5
+ ### **Technology's impact on systemic risk: A look at banking**
6
+
7
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become systemic without appropriate management.
8
+
9
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte consulted over 100 financial services and technology experts in the development of a new report, Pushing through undercurrents. This group shared more specific perspectives on the forces behind technology-driven systemic risk in the banking sector. Here's a summary of what we learned. You can learn more in the *[full report](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html) [from the Forum, and the executive summary from Deloitte.](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html)*
10
+
11
+ ## **Risk 1: Risk exposure from Banking as a Service offerings**
12
+
13
+ #### **What could go wrong?**
14
+
15
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities that can pose risks for banks. The risk is growing because:
16
+
17
+ - **•** Customers' sensitive data and funds may be at risk from phishing and social engineering attacks
18
+ - **•** Flawed APIs might provide a back door for hackers to penetrate banks' systems
19
+ - **•** Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks
20
+
21
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on a BaaS provider, keeping customers from accessing their accounts or making transactions.
22
+
23
+ | What sectoral and regional<br>forces could amplify the risk? | How can the industry mitigate it? | |
24
+ |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
25
+ | | Goal | Mitigation opportunities |
26
+ | • A complex BaaS technology<br>stack<br>• Limited redundancy measures<br>• A lack of input validation,<br>enabling attackers to upload<br>malicious code into a bank's<br>systems through its APIs | Strong security for<br>BaaS platforms and API<br>connectivity | • Use input validation protocols<br>• Apply network segmentation and<br>access control measures |
27
+ | | Properly vetted BaaS<br>partners | • Improve due diligence on BaaS<br>providers |
28
+ | | Institutional knowledge<br>transfer from banks to BaaS<br>partners | • Help BaaS and other fintech providers<br>get better at risk management and<br>compliance |
29
+
30
+ {1}------------------------------------------------
31
+
32
+ #### **Risk 2: Inadequate stability mechanisms for stablecoin arrangements** ^
33
+
34
+ #### **What could go wrong?**
35
+
36
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run. The risk is growing because:
37
+
38
+ - **•** Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader financial system
39
+ - **•** The novel technologies used for minting and managing stablecoins are exposed to security risks
40
+ - **•** The absence of a stability mechanism like deposit insurance increases the risk of a run
41
+
42
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
43
+
44
+ | What sectoral and regional | How can the industry mitigate it? | |
45
+ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
46
+ | forces could amplify the risk? | Goal | Mitigation opportunities |
47
+ | • A less mature regulatory<br>environment<br>• Stringent capital controls, which<br>may encourage individuals in<br>those jurisdictions to park their<br>assets in global stablecoins<br>• Unsecure systems and poorly<br>managed internal processes | Standardization and oversight<br>of stablecoin arrangements | • Requirement for anti-money laundering<br>and "know your customer" processes<br>for stablecoin issuers |
48
+ | Investor and customer<br>protection | • Offer insurance coverage for stablecoin<br>tokens<br>• Enforce responsible marketing rules<br>and customer education | |
49
+ | Transparency of capital<br>reserves | • Periodically audit and stress-test<br>stablecoin issuers' reserve assets | |
50
+
51
+ *To learn more about technology's impact on systemic risk in banking, including examples, please see pages 60-70 of the [full report.](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html?id=gx:2em:3int:4GC1000205:5awa:6fs:20230330:WEFDel)*
52
+
53
+ **Contacts**
54
+
55
+ #### **Neal Baumann**
56
+
57
+ Financial Services Industry leader Deloitte Global [[email protected]](mailto:nealbaumann%40deloitte.com?subject=)
58
+
59
+ **Rob Galaski** Vice-Chair and Managing Partner Deloitte Canada [[email protected]](mailto:rgalaski%40deloitte.ca?subject=)
60
+
61
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the "Deloitte organization"). DTTL ( also referred to as "Deloitte Global") and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see [www.deloitte.com/about](http://www.deloitte.com/about) to learn more.
62
+
63
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 415,000 people worldwide make an impact that matters a[t www.deloitte.com](http:// www.deloitte.com).
64
+
65
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ("DTTL"), its global network of member firms or their related entities (collectively, the "Deloitte organization") is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
66
+
67
+ © 2023. For information, contact Deloitte Global.
marker-pdf-folder/md/deloitte-tech-risk-sector-banking/deloitte-tech-risk-sector-banking_meta.json ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 33.19175389409065,
10
+ 27.60479301214218
11
+ ],
12
+ [
13
+ 172.9798722267151,
14
+ 27.60479301214218
15
+ ],
16
+ [
17
+ 172.9798722267151,
18
+ 69.60946008563042
19
+ ],
20
+ [
21
+ 33.19175389409065,
22
+ 69.60946008563042
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Pushing through undercurrents",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 36.14179992675781,
33
+ 95.15498811006546
34
+ ],
35
+ [
36
+ 483.02224230766296,
37
+ 93.51045686006546
38
+ ],
39
+ [
40
+ 481.85817980766296,
41
+ 133.93848329782486
42
+ ],
43
+ [
44
+ 35.44024658203125,
45
+ 135.58301454782486
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Technology's impact on systemic risk: A look at banking",
51
+ "heading_level": null,
52
+ "page_id": 0,
53
+ "polygon": [
54
+ [
55
+ 36.14179992675781,
56
+ 138.14563116431236
57
+ ],
58
+ [
59
+ 454.5461573600769,
60
+ 136.50109991431236
61
+ ],
62
+ [
63
+ 453.3820948600769,
64
+ 156.321533203125
65
+ ],
66
+ [
67
+ 36.14179992675781,
68
+ 157.4540681540966
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "Risk 1: Risk exposure from Banking as a Service offerings",
74
+ "heading_level": null,
75
+ "page_id": 0,
76
+ "polygon": [
77
+ [
78
+ 70.17919921875,
79
+ 308.36444091796875
80
+ ],
81
+ [
82
+ 416.33536529541016,
83
+ 308.36444091796875
84
+ ],
85
+ [
86
+ 416.33536529541016,
87
+ 338.36444091796875
88
+ ],
89
+ [
90
+ 70.17919921875,
91
+ 338.36444091796875
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "What could go wrong?",
97
+ "heading_level": null,
98
+ "page_id": 0,
99
+ "polygon": [
100
+ [
101
+ 66.86930084228516,
102
+ 354.0189769268036
103
+ ],
104
+ [
105
+ 161.76583862304688,
106
+ 352.3744456768036
107
+ ],
108
+ [
109
+ 161.76583862304688,
110
+ 364.2857360839844
111
+ ],
112
+ [
113
+ 66.42470717430115,
114
+ 365.6449717283249
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "Risk 2: Inadequate stability mechanisms for stablecoin arrangements\n^",
120
+ "heading_level": null,
121
+ "page_id": 1,
122
+ "polygon": [
123
+ [
124
+ 61.20000076293945,
125
+ 30.10614013671875
126
+ ],
127
+ [
128
+ 474.27239990234375,
129
+ 30.10614013671875
130
+ ],
131
+ [
132
+ 474.27239990234375,
133
+ 60.10614013671875
134
+ ],
135
+ [
136
+ 61.20000076293945,
137
+ 60.10614013671875
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "What could go wrong?",
143
+ "heading_level": null,
144
+ "page_id": 1,
145
+ "polygon": [
146
+ [
147
+ 66.05415692925453,
148
+ 76.20425975322723
149
+ ],
150
+ [
151
+ 162.31432008743286,
152
+ 74.55972850322723
153
+ ],
154
+ [
155
+ 162.31432008743286,
156
+ 84.98016357421875
157
+ ],
158
+ [
159
+ 66.05415692925453,
160
+ 85.73873180150986
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "Neal Baumann",
166
+ "heading_level": null,
167
+ "page_id": 1,
168
+ "polygon": [
169
+ [
170
+ 105.10880815982819,
171
+ 573.0800950527191
172
+ ],
173
+ [
174
+ 170.8606482744217,
175
+ 571.4355638027191
176
+ ],
177
+ [
178
+ 169.6965857744217,
179
+ 582.0448303222656
180
+ ],
181
+ [
182
+ 103.94474565982819,
183
+ 583.6876428127289
184
+ ]
185
+ ]
186
+ }
187
+ ],
188
+ "page_stats": [
189
+ {
190
+ "page_id": 0,
191
+ "text_extraction_method": "pdftext",
192
+ "block_counts": [
193
+ [
194
+ "Span",
195
+ 109
196
+ ],
197
+ [
198
+ "Line",
199
+ 46
200
+ ],
201
+ [
202
+ "TableCell",
203
+ 11
204
+ ],
205
+ [
206
+ "SectionHeader",
207
+ 5
208
+ ],
209
+ [
210
+ "Text",
211
+ 4
212
+ ],
213
+ [
214
+ "ListItem",
215
+ 3
216
+ ],
217
+ [
218
+ "Table",
219
+ 1
220
+ ],
221
+ [
222
+ "ListGroup",
223
+ 1
224
+ ]
225
+ ],
226
+ "block_metadata": {
227
+ "llm_request_count": 1,
228
+ "llm_error_count": 0,
229
+ "llm_tokens_used": 2993
230
+ }
231
+ },
232
+ {
233
+ "page_id": 1,
234
+ "text_extraction_method": "pdftext",
235
+ "block_counts": [
236
+ [
237
+ "Span",
238
+ 143
239
+ ],
240
+ [
241
+ "Line",
242
+ 61
243
+ ],
244
+ [
245
+ "TableCell",
246
+ 24
247
+ ],
248
+ [
249
+ "Text",
250
+ 10
251
+ ],
252
+ [
253
+ "SectionHeader",
254
+ 3
255
+ ],
256
+ [
257
+ "ListItem",
258
+ 3
259
+ ],
260
+ [
261
+ "Table",
262
+ 1
263
+ ],
264
+ [
265
+ "ListGroup",
266
+ 1
267
+ ]
268
+ ],
269
+ "block_metadata": {
270
+ "llm_request_count": 1,
271
+ "llm_error_count": 0,
272
+ "llm_tokens_used": 2706
273
+ }
274
+ }
275
+ ],
276
+ "debug_data_path": "debug_data/deloitte-tech-risk-sector-banking"
277
+ }
marker-pdf-folder/md/dttl-tax-technology-report-2023/dttl-tax-technology-report-2023.md ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}------------------------------------------------
2
+
3
+ Image /page/0/Picture/1 description: The image shows a 3D rendering of a sphere and two rings. The sphere and the inner ring are white, while the outer ring is silver. The sphere and the middle ring are covered in a pattern of blue dots.
4
+
5
+ ### **Tax in a data-driven world**
6
+
7
+ More regulations, more data, more technology
8
+
9
+ {1}------------------------------------------------
10
+
11
+ Image /page/1/Picture/0 description: The image shows a line graph on a laptop screen. The graph has three data points connected by lines, and there are four vertical lines representing the x-axis. The laptop is a simple outline drawing, and the entire image is in blue and white.
12
+
13
+ ## Data and new regulations drive tax transformation
14
+
15
+ Immediate access to reliable, accurate, and fit-for-purpose tax data is essential to be able to meet complex tax obligations, real-time reporting requirements, and increasing expectations of tax transparency. Recent developments such as the OECD's Pillar Two rules, requiring large multinational enterprises to pay a minimum "global tax," the introduction of CESOP (Central Electronic System of Payment information) and ViDA rules (VAT in a Digital Age) in the EU, e-reporting, and e-invoicing are all examples of initiatives which are increasing the compliance requirements for companies and having a significant impact on tax strategies and operations. Advances in the way technology is used to identify, transform, and manage tax-related data should be an essential component of a business's response.
16
+
17
+ > Pillar Two is at the forefront of our mind. We are still quantifying any additional liability and establishing any impact on our Effective Tax Rate. Naturally, there is a huge compliance and systems requirement to accommodate Pillar Two.
18
+
19
+ **Gemma Beck** Head of Tax, **Haleon Plc**
20
+
21
+ Challenges such as version control, manual data collection, or getting the right format and level of data can delay accurate reporting and insights—insights from data being something the respondents to Deloitte's Tax Transformation Trends 2023 research highlighted as of high importance. The impact of these regulatory and digitalization changes can vary across companies based on their size, region, or industry. Yet, the overall trend has been toward growing workloads and increased complexity.
22
+
23
+ {2}------------------------------------------------
24
+
25
+ In addition, many tax authorities are collecting and sharing more detailed data about taxes and are requesting direct access to large companies' tax-related data. The digitalization of tax authorities elevates the need for reliable and automated tax models, and generating the right data, in the right format, at the right time. Automating data input, validation, and cleansing can save time and reduce risk, but is also key to enabling the access tax administrations increasingly require.
26
+
27
+ All this at a time when businesses are starting to explore the role and benefits of Generative AI, and having to evaluate how trustworthy this technology is, the risks associated with data privacy, as well as the consequences for their employees.
28
+
29
+ Technology can also facilitate greater visibility into tax data across the enterprise, which can provide insights that can generate value for the business when making strategic decisions. In short, tax departments increasingly need technology to help them pivot from task completion and cost control toward being able to extract outcome-oriented business insights from compliance activities through analytics.
30
+
31
+ Yet, when Deloitte asked 300 tax and finance professionals what progress they had made in implementing tax transformation strategies, 24% stated they intended to implement an *ERP system customized for tax issues* in the next 12 months (Figure 1). Only 37% of respondents said their tax department had fully implemented the *use of tools to monitor relevant developments in tax laws around the world*. Similarly, many respondents reported that their tax department had not yet fully implemented the data management and technology applications required by these changes introduction of *tax data management solutions and/or having tax professionals in the company's data management team* (38%), and *integrated processes* (32%).
32
+
33
+ Image /page/2/Figure/4 description: The image shows the title of a figure. The title is "Figure 1. Progress made in implementing tax transformation strategies". The title is written in a dark gray font.
34
+
35
+ Image /page/2/Figure/5 description: This image shows a bar graph comparing the percentage of companies that have fully implemented certain tax-related processes versus those that plan to implement them within 12 months. For example, 37% of companies have fully implemented ERP systems customized for tax issues, while 24% plan to implement them within 12 months. In contrast, 41% of companies have fully implemented automation of tax compliance and reporting processes, while only 2% plan to implement them within 12 months.
36
+
37
+ Implementing tax technology, or customizing existing ERP systems, requires identifying the appropriate issues to customize the system for, involving the right stakeholders internally, obtaining budget when there are competing demands, and devising a robust schedule of maintenance.
38
+
39
+ {3}------------------------------------------------
40
+
41
+ Image /page/3/Picture/0 description: The image shows three gears arranged in a triangular pattern, with arrows indicating a circular motion between them. The gears are white outlines against a green background. The arrows suggest a continuous process or system where the gears are interconnected and working together.
42
+
43
+ ## 1. Customizing technology for global compliance
44
+
45
+ -
46
+ -
47
+ -
48
+ -
49
+ -
50
+ -
51
+ -
52
+ -
53
+ -
54
+ -
55
+
56
+ Compliance is a top priority for the tax department (Figure 2) but to achieve it, comply with Pillar Two, or calculate their global tax liability, tax departments need accurate, timely, tax-related data integrated across their organization. However, achieving visibility into enterprise-wide tax data has proven difficult for many companies, with respondents to Deloitte's Tax Transformation Trends 2023 survey citing *integrating tax-related data across the company* (36%) as their second-most important challenge. More than a fifth of respondents found challenges in having *limited technology or data management expertise* (23%), *obtaining a comprehensive view of the total tax paid globally* (22%), and not having *sufficient control over technology strategy and investment* (22%) (Figure 2). There is a "perfect storm" with the compliance challenge at least partly linked to these other factors.
57
+
58
+ ### **Figure 2. Challenges for the tax department over the next three to five years**
59
+
60
+ Image /page/3/Figure/15 description: This bar graph shows the percentage of companies that have difficulty with different aspects of tax law. 43% of companies have difficulty complying with evolving tax laws and regulations around the world. 36% of companies have difficulty integrating tax-related data across the company. 11% of companies have difficulty aligning with company's technology transformation strategy/approach.
61
+
62
+ *Percentage ranked among top 3 challenges*
63
+
64
+ {4}------------------------------------------------
65
+
66
+ What we see now is an increasing demand for more compliance requirements—I mean from the OECD and also coming from local authorities… there's demand for more automation.
67
+
68
+ **Liliane Saiani** Head of Tax, **Mercado Libre**
69
+
70
+ The desire to continue customizing ERP systems for tax is not surprising—being able to incorporate flexibility and information to respond to changing tax laws will help companies comply, thereby avoiding penalties and costs. Modern ERP systems can provide the accurate, granular data that tax teams need at the legal entity level, while still supporting the management-level reporting needed by other stakeholders. In this way, the ERP can help support tax analytics so that companies can model the impact of changing tax laws in multiple jurisdictions, improving the insights used for decision making.
71
+
72
+ Companies have been working to put in place the data management and technology capabilities demanded by today's tax environment, but many have more work to do.
73
+
74
+ > Our approach was to first work to make ourselves more efficient. We're trying to transform our ERP landscape. It's always a challenge to wrangle all the different technology pieces we have.
75
+
76
+ #### **Kristi Doyle**
77
+
78
+ Global Tax Director, **Johnson Controls**
79
+
80
+ {5}------------------------------------------------
81
+
82
+ Many of the challenges appear greater for smaller companies than for larger ones. For example, respondents at companies with revenues of US\$5 billion or greater were more likely to say that their company had fully implemented introduction of *tax data management solutions and/or having tax professionals in the company's data management team* (55%) than did those at companies with revenues of US\$1 billion to US\$5 billion (35%) or US\$750 million to US\$1 billion (25%) (Figure 3).
83
+
84
+ ### **Figure 3: Strategies/actions fully implemented by the tax department—by company size**
85
+
86
+ Image /page/5/Figure/2 description: This image is a bar graph that compares the tax processes of companies with different revenue sizes. The graph compares companies with revenues of US\$5B+, US\$1B - \$5B, and US\$750M - \$1B. The graph shows that larger companies are more likely to have implemented tax processes than smaller companies. For example, 55% of companies with revenues of US\$5B+ have training programs for skills required in strategic roles, compared to 64% of companies with revenues of US\$1B - \$5B and 39% of companies with revenues of US\$750M - \$1B.
87
+
88
+ {6}------------------------------------------------
89
+
90
+ Image /page/6/Picture/0 description: The image shows a line drawing of a handshake in front of a document. The handshake is between two people, and their hands are clasped together. The document behind the handshake has a signature and a check mark on it. The background is a solid teal color.
91
+
92
+ # 2. Deciding how to invest in technology
93
+
94
+ Image /page/6/Picture/60 description: The image is a teal background with a pattern of teal circles. The circles are arranged in a grid pattern, and the size of the circles decreases as they move towards the top of the image. The circles are also more densely packed at the bottom of the image and become more sparse as they move towards the top.
95
+
96
+ Digital transformation is embedded into most companies' agendas, but it is still difficult to identify clear returns on technology investment—from determining which actions drive the most impact, to which investments yield the highest enterprise value. With Generative AI also advancing at pace, it is increasingly difficult for businesses to work out the optimum point at which to invest at scale. When resources are constrained, it is worth weighing up the investment needed for developing, buying, maintaining, and replacing technology versus leveraging the technology of an outsource service provider.
97
+
98
+ > We outsource as much as possible with trusted partners. We don't have the resources, nor the budget, to develop all those tools ourselves.
99
+
100
+ **Philippe de Roose** Senior Vice President for Tax Treasury and Finance Administration, **Radisson Hospitality Group**
101
+
102
+ {7}------------------------------------------------
103
+
104
+ Image /page/7/Figure/0 description: The image is a bar graph comparing the major/significant and some percentages of different categories. The categories include access to the latest technology capabilities, reduced operating costs, access to tax subject matter expertise, reduced need for capital investment in technology, ability to provide flexibility and quickly scale tax operations as needed, transfer of risk associated with technology systems or processes to one or more third parties, and reallocation of current tax team to other strategic objectives. The major/significant percentages range from 40% to 54%, while the some percentages range from 26% to 37%.
105
+
106
+ ### **Figure 4. Benefit company has received—or could receive—from outsourcing an entire activity or function in the tax department**
107
+
108
+ Respondents to the Tax Transformation Trends 2023 survey cited *access to the latest technology capabilities* (54%) even more often than *reduced operating costs* (51%) as a major or significant benefit of outsourcing (Figure 4). *Reduced need for capital investment in technology* (45%) was also named frequently as an important benefit. Outsourcing can provide a strategy for tax departments to acquire the technology tools and expertise that the current environment demands without incurring the significant capital investment that would be required, upfront and ongoing, if enhancements were developed in-house.
109
+
110
+ While tax departments may have had discretionary budget for incremental changes, or fixing "broken" systems, wholescale finance transformation has centralized budgets, with IT taking a prominent role in deciding where transformation efforts will focus. This has led to a greater need for the tax department to collaborate with IT and other departments.
111
+
112
+ {8}------------------------------------------------
113
+
114
+ Image /page/8/Picture/0 description: The image shows a white outline of a money bag with a dollar sign on it, next to a stack of four coins. The money bag is full and tied at the top. The background is green.
115
+
116
+ # 3. Internal collaboration and obtaining budget
117
+
118
+ Data management and IT applications are increasingly important to tax departments. However, in Deloitte's Tax Transformation Trends survey, 78% respondents in 2023 said technology strategy and planning was largely controlled by Finance or IT; 56% said that the tax department has input into the process, while 22% said it had little input (Figure 5). These findings represent a change from the 2021 survey, in which tax leaders more often said their departments had control over technology strategy and budget. This may be due to an increased reliance on ERPs, rather than tax-department specific solutions, along with the growing need for tax to gather data from across the company—both of which would put more control into the hands of IT and Finance.
119
+
120
+ **Figure 5. Tax function role in technology strategy and planning**
121
+
122
+ Image /page/8/Figure/6 description: The image shows a comparison of tax autonomy in 2021 and 2023. In 2021, 40% of tax functions were largely set/controlled by Finance or IT with little input from tax, while in 2023, only 7% were. In 2021, 14% of tax functions were largely set/controlled by Finance or IT, but tax had input, while in 2023, 22% were. In 2023, 56% of tax functions had significant autonomy over technology strategy, but limited control over Capex budget.
123
+
124
+ **Tax in a data-driven world** | More regulations, more data, more technology 9
125
+
126
+ {9}------------------------------------------------
127
+
128
+ There were also significant regional differences. Respondents at North American companies (40%) more often said that the tax department has significant autonomy either over technology strategy or over both technology strategy and budget than did those at companies headquartered in Europe (10%) or Asia Pacific (20%) (Figure 6). European and Asian companies typically contend with more indirect taxes, requiring complicated integration with supply chain management in ERP systems, led by Finance, while in North America the emphasis is on income taxes, requiring the tax department to lead. Historically, Asian companies have been geared more toward managing reporting and compliance in multiple jurisdictions in a decentralized manner, and as a result, were not as experienced in having a common ERP platform to solve all jurisdictional issues. This is, however, changing rapidly as more tax technology expertise is developing in Asia, enabling common ERP platforms and local customization.
129
+
130
+ **Figure 6. Tax function role in technology strategy and planning** By region
131
+
132
+ Image /page/9/Figure/2 description: The image shows three donut charts comparing the level of tax control over technology strategy and Capex budget in Europe, North America, and Asia Pacific. In Europe, 65% of technology strategy and Capex budget are largely set/controlled by Finance or IT, but Tax has input, 25% are largely set/controlled by Finance or IT, with little input from Tax, 6% have tax with significant autonomy over technology strategy, but limited control over Capex budget, and 4% have tax with significant autonomy over both technology strategy and Capex budget. In North America, 50% of technology strategy and Capex budget are largely set/controlled by Finance or IT, but Tax has input, 10% are largely set/controlled by Finance or IT, with little input from Tax, 22% have tax with significant autonomy over technology strategy, but limited control over Capex budget, and 18% have tax with significant autonomy over both technology strategy and Capex budget. In Asia Pacific, 51% of technology strategy and Capex budget are largely set/controlled by Finance or IT, but Tax has input, 29% are largely set/controlled by Finance or IT, with little input from Tax, and 20% have tax with significant autonomy over technology strategy, but limited control over Capex budget.
133
+
134
+ Technology plays a key role in many aspects of tax operations and in transforming those operations to meet today's challenges—which was made clear in interviews with respondents.
135
+
136
+ It's a priority to meet compliance requirements, which are becoming significantly challenging these days, such as Pillar Two and e-reporting. All these new kinds of compliance are very connected to technology and digitalization.
137
+
138
+ #### **Jesus Bravo Fernandez**
139
+
140
+ Head of Indirect Tax, Transfer Pricing, and Tax Technology, **Coca-Cola Europacific Partners**
141
+
142
+ {10}------------------------------------------------
143
+
144
+ Many respondents said implementing a single, integrated tax platform was a key priority for the next few years as they pursue increased efficiency and access to better data. For many, there is still work to do on rationalizing fragmented technology landscapes.
145
+
146
+ > We are looking at how do we deal with all the various systems, and how do we bring some structure and consistency and visibility in that chaos—what evolution and trends are happening from a technology point of view.
147
+
148
+ **Dirk Timmermans**
149
+
150
+ Vice President of Global Statutory Finance and Tax Operations, **Johnson Controls**
151
+
152
+ To make the case for budget, tax departments need to demonstrate the value they generate and protect for the company. Companies that have taken the top-down company view, managed to explain the impact of tax authority digitalization to the C-suite and worked collaboratively with the IT department have typically been more successful in building this value case.
153
+
154
+ Understanding and communicating the aspiration of real-time compliance through direct connection between tax authorities and company systems (see the OECD's "[Tax Administration 3.0](https://www.oecd.org/tax/forum-on-tax-administration/publications-and-products/tax-administration-3-0-the-digital-transformation-of-tax-administration.htm)" discussion paper) is important for ERP system design as ERP systems are where most transactions are handled—thinking about the long term is imperative, as finding a point solution now, without thinking through the potential requirements in five to 10 years' time, may hinder the tax department from creating the environment that will enable being a strategic advisor to the business. Being able to identify all the potential outcomes, however, is the difficult part, especially since tax laws and regulations still differ significantly between jurisdictions and change frequently.
155
+
156
+ Image /page/10/Picture/6 description: The image shows a 3D rendering of several rings and a sphere. The rings are arranged in a circular pattern, with one ring surrounding the sphere. The sphere is located in the center of the image. The rings and sphere are all white, with a light blue dot pattern on one of the rings and the sphere. The background is white.
157
+
158
+ {11}------------------------------------------------
159
+
160
+ Image /page/11/Picture/0 description: The image shows a white outline of a conveyor belt with a gear above it against a blue background. The conveyor belt has two rollers on either end, and the gear is positioned in the center above the belt. The gear has several teeth and a circular center.
161
+
162
+ ## 4. Finding the optimal implementation and maintenance program
163
+
164
+ Tax departments often focus on immediate-need technology. Best practice, however, would suggest obtaining budget and developing a road map first to use the technology already available, identifying what might be needed in the future, and then making buildor-buy decisions. At this point, it's useful to have a holistic view of the tax department's operating model—it's not about doing everything now, but looking at increasing speed and accuracy, and freeing up tax professionals for more strategic business activity.
165
+
166
+ Once the technology is chosen, the question is often whether to implement using internal resources, appoint an implementation partner, or outsource the entire function requiring the technology.
167
+
168
+ If the decision is made to use in-house resources, tax departments need to develop professional teams with the new skills required, especially data management and technology expertise. This was evident from Deloitte's Tax Transformation Trends research in 2023: When asked where their tax department will have the greatest need for skills over the next three to five years, respondents most often named *data analytics, data-driven strategic insights, and data management* (44%)—a reflection of the growing importance of data-driven decision making and increased government requirements for direct access to companies' tax data (Figure 7 on the next page).
169
+
170
+ > We made the strategic decision to have capable IT people within our tax department many years ago, and that has allowed us to move much more quickly with getting our data needs met.
171
+
172
+ #### **Dirk Timmermans**
173
+
174
+ Vice President of Global Statutory Finance and Tax Operations, **Johnson Controls**
175
+
176
+ {12}------------------------------------------------
177
+
178
+ Several skill areas were cited less often in 2023 than in 2021, suggesting that some companies may have made progress in addressing their talent requirement in those areas—either through recruitment, or by leaning more on outside providers. For example, *technology transformation and process redesign* was named as a top talent need by 29% of respondents in the current survey, compared to 43% in 2021. However, this area still ranked fourth highest among the skills needed in the next few years, indicating that many companies are still working to develop or acquire technology talent.
179
+
180
+ ### **Figure 7. Greatest needs in the tax department for skills over the next one to two years**
181
+
182
+ Image /page/12/Figure/176 description: The image is a bar graph comparing the percentage of skills needed in 2021 and 2023. The x-axis lists different skills, such as data analytics, specialist tax technical skills, transactional tax skills, technology transformation and process re-design, risk management, expertise in emerging areas of regulatory compliance, cross-business advisory skills, external stakeholder management, business process skills, and communications skills. The y-axis shows the percentage, ranging from 0% to 50%. For example, data analytics skills were at 45% in 2021 and 44% in 2023.
183
+
184
+ 2021 vs. 2023
185
+
186
+ Note: Percentages do not add up to 100% since respondents could make multiple selections. Some items only appeared in the 2023 survey.
187
+
188
+ {13}------------------------------------------------
189
+
190
+ Image /page/13/Picture/0 description: The image shows a document with a shield and checkmarks, along with a pen. The shield is at the top of the document and has a checkmark inside it. There are two checkmarks on the left side of the document, next to two lines. A pen is on the right side of the document.
191
+
192
+ ## What's next?
193
+
194
+ | | | | | | . | |
195
+ |--|--|--|--|--|---|--|
196
+ | | | | | | . | |
197
+ | | | | | | . | |
198
+ | | | | | | . | |
199
+ | | | | | | . | |
200
+
201
+ Strategic management and effective use of data as an asset will be top of mind for tax leaders as both global tax reform and primary stakeholders—including boards, finance functions, and financial institutions—continue to place data management at the center of the tax function. The tax technology landscape, however, is broader than ERP and identifying tax data—tax leaders also need to consider how many technologies are really needed to meet their needs, how many are not yet connected to each other, and how fast technology is changing, threatening the obsolescence of existing systems.
202
+
203
+ The pace at which Generative AI technology and tooling is advancing can make it difficult for businesses to work out the optimum point at which to invest at scale. Generative AI activity is currently predominantly focused on identifying use cases and undertaking a tactical program of experimentation as part of a measured approach to understanding the role and impact Generative AI can have on a variety of business functions. There should, however, be an expectation that over time, Generative AI, combined with broader AI and data analytical techniques, will play an increasingly dominant role in the tax technology space, fueled by high levels of fluency, an expansion of functionality and, critically, reduced cost of deployment. All of which reinforces the need for a clear strategy and focus on data structures.
204
+
205
+ Today, tax directors are addressing the impact of data within their tax functions and have pivoted by introducing new skill sets within their tax function, which is encouraging. This is, however, just the first step of a continuous journey in which primary stakeholders use tax data through analytics as a strategic enabler to drive investment decisions, often these days using dynamic dashboarding and modeling.
206
+
207
+ The results of Deloitte's Tax Transformation Trends 2023 survey highlighted the need for datadriven insight from compliance activities, more agile partnering with other parts of the business, and a heightened need to integrate technology across functions and jurisdictions. As digitalization continues—accelerated by the introduction of Artificial Intelligence capabilities—tax departments will need to ensure their digital strategy meets an ever-changing tax regulatory landscape, is incorporated into and aligns with the business's overall digital transformation ambitions, and incorporates efforts to prepare their people and processes for accelerated transformation. Tax directors interviewed for Deloitte's Tax Transformation Trends research recommend embedding Tax into everyday processes and operations. This will lead to tax considerations in transformation efforts becoming "business as usual," and making building the business case for technology investment less onerous.
208
+
209
+ {14}------------------------------------------------
210
+
211
+ ### **About the research**
212
+
213
+ Deloitte's 2023 Tax Transformation Trends survey engaged tax and finance executives to understand their strategies for tax operations, outsourcing, technology, and talent. Deloitte surveyed 300 senior tax and finance leaders at companies across a range of industries, sizes, and regions to understand their future vision for the tax function and how they plan to achieve that vision. Deloitte also conducted a series of qualitative one-on-one interviews with senior tax executives at large multinational companies to develop deeper insights into their tax transformation activities.
214
+
215
+ ### **Figure 8. Demographics**
216
+
217
+ Image /page/14/Figure/3 description: The image contains four different charts that show the distribution of revenue, industry, headquarters location, and role. The revenue chart shows that 43% of the revenue is between US\$750M to 1B, 28% is between US\$1B to 5B, and 29% is US\$5B+. The industry chart shows that 35% of the industry is consumer, 7% is life sciences & health care, 13% is financial services, 16% is technology, media & telecommunications, and 29% is energy, resources, & industrials. The headquarters location chart shows that 30% of the headquarters are in Asia Pacific, 39% are in Europe, and 31% are in North America.
218
+
219
+ {15}------------------------------------------------
220
+
221
+ Image /page/15/Picture/0 description: The image shows a white outline of a smartphone on a teal background. Inside the smartphone is a gear icon. There are three circles on each side of the smartphone, each connected to the phone by a line.
222
+
223
+ ## Contacts
224
+
225
+ | | | | . | | | |
226
+ |--|--|--|---|--|--|--|
227
+ | | | | | | | |
228
+
229
+ Image /page/15/Picture/3 description: The image is a headshot of a man with short, graying hair and glasses. He is wearing a blue shirt and a dark suit jacket. The background is a dark gray color. The image is framed by a green circle.
230
+
231
+ ### **Andy Gwyther**
232
+
233
+ Deloitte Global Operate Leader, Tax & Legal [email protected]
234
+
235
+ ### **North America**
236
+
237
+ Image /page/15/Picture/7 description: This is a portrait of a middle-aged man with short, graying hair and blue eyes. He has a serious expression on his face and is wearing a blue shirt and a dark blazer. The background is blurred, but it appears to be an office setting. The man is framed by a blue circle.
238
+
239
+ **Eric Peel** Tax Operate Leader Deloitte Tax LLP (US) [email protected]
240
+
241
+ Image /page/15/Picture/9 description: This image is a portrait of a woman with fair skin, brown hair, and a bright smile. She is wearing small stud earrings and has a neutral expression. The photo is cropped in a circular frame with a blue border, giving it a professional and polished look.
242
+
243
+ **Emily VanVleet** Tax Operate Leader Deloitte Tax LLP (US) [email protected]
244
+
245
+ ### **Jeff Butt**
246
+
247
+ Tax & Legal Operate Leader
248
+
249
+ Image /page/15/Picture/13 description: This image is a headshot of a man with short, dark hair and a light complexion. He is wearing a dark suit with a white shirt and a yellow tie. The background is a light blue color, and the image is framed by a blue circle. The man is looking directly at the camera with a slight smile.
250
+
251
+ Deloitte Canada [email protected] **Arturo Camacho**
252
+
253
+ Tax & Legal Operate Leader Deloitte Spanish-LATAM [email protected]
254
+
255
+ ### **Europe, Middle East, Africa**
256
+
257
+ Image /page/15/Picture/18 description: This image is a headshot of a man with a bald head, glasses, and a beard. He is wearing a dark suit and a light-colored shirt. The background is white, and there is a blue circle around the man's head. The man is looking directly at the camera with a slight smile.
258
+
259
+ **Christophe De Waele** Tax & Legal Operate Leader Deloitte North & South Europe [email protected]
260
+
261
+ Image /page/15/Picture/20 description: This is a portrait of a woman with shoulder-length brown hair. She is wearing a dark blazer over a blue top and a gold necklace. The background is blurred, but it appears to be an office setting with a framed picture on the wall behind her. The image is framed by a blue circle.
262
+
263
+ **Ana Santiago Marques** Tax & Legal Operate Leader Deloitte Central Europe [email protected]
264
+
265
+ **Patrick Earlam** Tax & Legal Operate Leader Deloitte Africa [email protected]
266
+
267
+ ### **Asia Pacific**
268
+
269
+ Image /page/15/Picture/25 description: The image is a headshot of a bald man with light skin and blue eyes. He is wearing a dark suit jacket and a white shirt. The background is a light blue color. The man is smiling slightly and looking directly at the camera. The image is framed by a blue circle.
270
+
271
+ **Christopher Roberge** Tax Operate Leader Deloitte Asia Pacific [email protected]
272
+
273
+ {16}------------------------------------------------
274
+
275
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the "Deloitte organization"). DTTL (also referred to as "Deloitte Global") and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte. com/about to learn more.
276
+
277
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte's approximately 457,000 people worldwide make an impact that matters at www.deloitte.com.
278
+
279
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited ("DTTL"), its global network of member firms or their related entities (collectively, the "Deloitte organization") is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should consult a qualified professional adviser.
280
+
281
+ No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication.
282
+
283
+ © 2024. For information, contact Deloitte Global.
284
+
285
+ Designed by CoRe Creative Services. RITM1606967
marker-pdf-folder/md/dttl-tax-technology-report-2023/dttl-tax-technology-report-2023_meta.json ADDED
@@ -0,0 +1,1204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 39.252009987831116,
10
+ 38.475462198257446
11
+ ],
12
+ [
13
+ 196.9363957643509,
14
+ 37.420774698257446
15
+ ],
16
+ [
17
+ 196.9363957643509,
18
+ 78.49002689123154
19
+ ],
20
+ [
21
+ 39.252009987831116,
22
+ 79.54471439123154
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Tax in a data-driven world",
28
+ "heading_level": null,
29
+ "page_id": 0,
30
+ "polygon": [
31
+ [
32
+ 43.20000076293945,
33
+ 448.2710266113281
34
+ ],
35
+ [
36
+ 347.88041710853577,
37
+ 447.2163391113281
38
+ ],
39
+ [
40
+ 347.88041710853577,
41
+ 473.96299743652344
42
+ ],
43
+ [
44
+ 43.20000076293945,
45
+ 473.96299743652344
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Data and new regulations \ndrive tax transformation",
51
+ "heading_level": null,
52
+ "page_id": 1,
53
+ "polygon": [
54
+ [
55
+ 40.21080583333969,
56
+ 236.6385716199875
57
+ ],
58
+ [
59
+ 388.1338806152344,
60
+ 236.6385716199875
61
+ ],
62
+ [
63
+ 388.1338806152344,
64
+ 306.97779178619385
65
+ ],
66
+ [
67
+ 38.45299333333969,
68
+ 306.97779178619385
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "1. Customizing technology \nfor global compliance",
74
+ "heading_level": null,
75
+ "page_id": 3,
76
+ "polygon": [
77
+ [
78
+ 42.43564456701279,
79
+ 235.9452259540558
80
+ ],
81
+ [
82
+ 403.2868957519531,
83
+ 235.9452259540558
84
+ ],
85
+ [
86
+ 403.2868957519531,
87
+ 308.06032061576843
88
+ ],
89
+ [
90
+ 40.67783206701279,
91
+ 308.06032061576843
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "Figure 2. Challenges for the tax department over the next three to five years",
97
+ "heading_level": null,
98
+ "page_id": 3,
99
+ "polygon": [
100
+ [
101
+ 457.47220516204834,
102
+ 186.69272303581238
103
+ ],
104
+ [
105
+ 838.7261152267456,
106
+ 184.58334803581238
107
+ ],
108
+ [
109
+ 836.9683027267456,
110
+ 197.80264282226562
111
+ ],
112
+ [
113
+ 455.71439266204834,
114
+ 199.89537119865417
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "Kristi Doyle",
120
+ "heading_level": null,
121
+ "page_id": 4,
122
+ "polygon": [
123
+ [
124
+ 111.72197833657265,
125
+ 449.9366784095764
126
+ ],
127
+ [
128
+ 165.14025628566742,
129
+ 449.9366784095764
130
+ ],
131
+ [
132
+ 165.14025628566742,
133
+ 460.3724455833435
134
+ ],
135
+ [
136
+ 111.72197833657265,
137
+ 460.3724455833435
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "Figure 3: Strategies/actions fully implemented by the tax department\u2014by company size",
143
+ "heading_level": null,
144
+ "page_id": 5,
145
+ "polygon": [
146
+ [
147
+ 40.351152420043945,
148
+ 93.4028086066246
149
+ ],
150
+ [
151
+ 478.9751281738281,
152
+ 93.4028086066246
153
+ ],
154
+ [
155
+ 478.9751281738281,
156
+ 105.54357558488846
157
+ ],
158
+ [
159
+ 40.351152420043945,
160
+ 105.54357558488846
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "2. Deciding how to invest \nin technology",
166
+ "heading_level": null,
167
+ "page_id": 6,
168
+ "polygon": [
169
+ [
170
+ 41.20005816221237,
171
+ 235.09783565998077
172
+ ],
173
+ [
174
+ 386.1568603515625,
175
+ 235.09783565998077
176
+ ],
177
+ [
178
+ 386.1568603515625,
179
+ 309.16000485420227
180
+ ],
181
+ [
182
+ 39.44224566221237,
183
+ 309.16000485420227
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "Figure 4. Benefit company has received\u2014or could receive\u2014from outsourcing an entire activity or function in the tax department",
189
+ "heading_level": null,
190
+ "page_id": 7,
191
+ "polygon": [
192
+ [
193
+ 41.824060678482056,
194
+ 40.7785838842392
195
+ ],
196
+ [
197
+ 684.4816088676453,
198
+ 40.7785838842392
199
+ ],
200
+ [
201
+ 682.7237963676453,
202
+ 53.71147692203522
203
+ ],
204
+ [
205
+ 40.066248178482056,
206
+ 53.71147692203522
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "3. Internal collaboration \nand obtaining budget",
212
+ "heading_level": null,
213
+ "page_id": 8,
214
+ "polygon": [
215
+ [
216
+ 36.40371859073639,
217
+ 235.80553650856018
218
+ ],
219
+ [
220
+ 372.0970094203949,
221
+ 235.80553650856018
222
+ ],
223
+ [
224
+ 370.7369079589844,
225
+ 309.39496636390686
226
+ ],
227
+ [
228
+ 34.64590609073639,
229
+ 309.39496636390686
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "Jesus Bravo Fernandez",
235
+ "heading_level": null,
236
+ "page_id": 9,
237
+ "polygon": [
238
+ [
239
+ 93.49149316549301,
240
+ 441.8567705154419
241
+ ],
242
+ [
243
+ 191.16648864746094,
244
+ 441.8567705154419
245
+ ],
246
+ [
247
+ 191.16648864746094,
248
+ 453.21210622787476
249
+ ],
250
+ [
251
+ 93.49149316549301,
252
+ 453.21210622787476
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "4. Finding the optimal \nimplementation and \nmaintenance program",
258
+ "heading_level": null,
259
+ "page_id": 11,
260
+ "polygon": [
261
+ [
262
+ 36.59738749265671,
263
+ 236.47228002548218
264
+ ],
265
+ [
266
+ 377.5424838066101,
267
+ 236.47228002548218
268
+ ],
269
+ [
270
+ 375.85992431640625,
271
+ 343.905565738678
272
+ ],
273
+ [
274
+ 34.83957499265671,
275
+ 343.905565738678
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "Dirk Timmermans",
281
+ "heading_level": null,
282
+ "page_id": 11,
283
+ "polygon": [
284
+ [
285
+ 504.6441078186035,
286
+ 407.29888916015625
287
+ ],
288
+ [
289
+ 584.2084050178528,
290
+ 407.29888916015625
291
+ ],
292
+ [
293
+ 583.8782958984375,
294
+ 417.7321457862854
295
+ ],
296
+ [
297
+ 502.8862953186035,
298
+ 417.7321457862854
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "Figure 7. Greatest needs in the tax department for skills over the next one to two years",
304
+ "heading_level": null,
305
+ "page_id": 12,
306
+ "polygon": [
307
+ [
308
+ 39.73078429698944,
309
+ 105.77302515506744
310
+ ],
311
+ [
312
+ 474.8980712890625,
313
+ 105.77302515506744
314
+ ],
315
+ [
316
+ 474.8980712890625,
317
+ 118.00262451171875
318
+ ],
319
+ [
320
+ 39.73078429698944,
321
+ 118.00262451171875
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "What's next?",
327
+ "heading_level": null,
328
+ "page_id": 13,
329
+ "polygon": [
330
+ [
331
+ 38.97447511553764,
332
+ 237.37657606601715
333
+ ],
334
+ [
335
+ 210.25367081165314,
336
+ 237.37657606601715
337
+ ],
338
+ [
339
+ 210.25367081165314,
340
+ 270.90012788772583
341
+ ],
342
+ [
343
+ 38.97447511553764,
344
+ 270.90012788772583
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "About the research",
350
+ "heading_level": null,
351
+ "page_id": 14,
352
+ "polygon": [
353
+ [
354
+ 42.92682744562626,
355
+ 42.55055978894234
356
+ ],
357
+ [
358
+ 141.24699085950851,
359
+ 41.49587228894234
360
+ ],
361
+ [
362
+ 141.24699085950851,
363
+ 53.00262451171875
364
+ ],
365
+ [
366
+ 42.92682744562626,
367
+ 53.93846020102501
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "Figure 8. Demographics",
373
+ "heading_level": null,
374
+ "page_id": 14,
375
+ "polygon": [
376
+ [
377
+ 247.28888869285583,
378
+ 41.55384823679924
379
+ ],
380
+ [
381
+ 365.9250183105469,
382
+ 41.55384823679924
383
+ ],
384
+ [
385
+ 365.9250183105469,
386
+ 53.30041900277138
387
+ ],
388
+ [
389
+ 247.28888869285583,
390
+ 53.30041900277138
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "Contacts",
396
+ "heading_level": null,
397
+ "page_id": 15,
398
+ "polygon": [
399
+ [
400
+ 38.23763206601143,
401
+ 238.082554936409
402
+ ],
403
+ [
404
+ 161.31982505321503,
405
+ 237.027867436409
406
+ ],
407
+ [
408
+ 161.31982505321503,
409
+ 269.60467529296875
410
+ ],
411
+ [
412
+ 38.23763206601143,
413
+ 270.28781175613403
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "Andy Gwyther",
419
+ "heading_level": null,
420
+ "page_id": 15,
421
+ "polygon": [
422
+ [
423
+ 431.3799743652344,
424
+ 82.12379515171051
425
+ ],
426
+ [
427
+ 558.3301305770874,
428
+ 82.12379515171051
429
+ ],
430
+ [
431
+ 558.3301305770874,
432
+ 102.3258501291275
433
+ ],
434
+ [
435
+ 431.3799743652344,
436
+ 102.3258501291275
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "North America",
442
+ "heading_level": null,
443
+ "page_id": 15,
444
+ "polygon": [
445
+ [
446
+ 426.9602805376053,
447
+ 136.21973991394043
448
+ ],
449
+ [
450
+ 504.9969787597656,
451
+ 135.16505241394043
452
+ ],
453
+ [
454
+ 504.9969787597656,
455
+ 147.80264282226562
456
+ ],
457
+ [
458
+ 426.9602805376053,
459
+ 148.78815293312073
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "Jeff Butt",
465
+ "heading_level": null,
466
+ "page_id": 15,
467
+ "polygon": [
468
+ [
469
+ 424.0167438983917,
470
+ 292.0047891139984
471
+ ],
472
+ [
473
+ 475.4426300525665,
474
+ 290.9501016139984
475
+ ],
476
+ [
477
+ 473.6848175525665,
478
+ 304.0323078632355
479
+ ],
480
+ [
481
+ 422.2589313983917,
482
+ 305.0869953632355
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "",
488
+ "heading_level": null,
489
+ "page_id": 15,
490
+ "polygon": [
491
+ [
492
+ 427.9353976249695,
493
+ 358.8244307041168
494
+ ],
495
+ [
496
+ 513.5627746582031,
497
+ 357.7697432041168
498
+ ],
499
+ [
500
+ 511.8049621582031,
501
+ 370.371276140213
502
+ ],
503
+ [
504
+ 426.1775851249695,
505
+ 371.425963640213
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "Europe, Middle East, Africa",
511
+ "heading_level": null,
512
+ "page_id": 15,
513
+ "polygon": [
514
+ [
515
+ 694.8943197727203,
516
+ 83.69127810001373
517
+ ],
518
+ [
519
+ 829.3036758899689,
520
+ 82.63659060001373
521
+ ],
522
+ [
523
+ 829.3036758899689,
524
+ 96.70858025550842
525
+ ],
526
+ [
527
+ 694.8943197727203,
528
+ 97.76326775550842
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "",
534
+ "heading_level": null,
535
+ "page_id": 15,
536
+ "polygon": [
537
+ [
538
+ 645.6431686878204,
539
+ 240.17902314662933
540
+ ],
541
+ [
542
+ 702.1030247211456,
543
+ 239.12433564662933
544
+ ],
545
+ [
546
+ 700.3452122211456,
547
+ 290.32793641090393
548
+ ],
549
+ [
550
+ 643.8853561878204,
551
+ 291.38262391090393
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "Asia Pacific",
557
+ "heading_level": null,
558
+ "page_id": 15,
559
+ "polygon": [
560
+ [
561
+ 695.8800048828125,
562
+ 305.0473415851593
563
+ ],
564
+ [
565
+ 751.7570190429688,
566
+ 303.9926540851593
567
+ ],
568
+ [
569
+ 751.7570190429688,
570
+ 318.15812945365906
571
+ ],
572
+ [
573
+ 694.4779336452484,
574
+ 319.21281695365906
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "",
580
+ "heading_level": null,
581
+ "page_id": 16,
582
+ "polygon": [
583
+ [
584
+ 39.81453627347946,
585
+ 237.51217782497406
586
+ ],
587
+ [
588
+ 192.20708459615707,
589
+ 237.51217782497406
590
+ ],
591
+ [
592
+ 192.20708459615707,
593
+ 275.12985348701477
594
+ ],
595
+ [
596
+ 39.81453627347946,
597
+ 275.12985348701477
598
+ ]
599
+ ]
600
+ }
601
+ ],
602
+ "page_stats": [
603
+ {
604
+ "page_id": 0,
605
+ "text_extraction_method": "pdftext",
606
+ "block_counts": [
607
+ [
608
+ "Span",
609
+ 3
610
+ ],
611
+ [
612
+ "SectionHeader",
613
+ 2
614
+ ],
615
+ [
616
+ "Line",
617
+ 2
618
+ ],
619
+ [
620
+ "Picture",
621
+ 1
622
+ ],
623
+ [
624
+ "Text",
625
+ 1
626
+ ]
627
+ ],
628
+ "block_metadata": {
629
+ "llm_request_count": 2,
630
+ "llm_error_count": 0,
631
+ "llm_tokens_used": 3362
632
+ }
633
+ },
634
+ {
635
+ "page_id": 1,
636
+ "text_extraction_method": "pdftext",
637
+ "block_counts": [
638
+ [
639
+ "Span",
640
+ 55
641
+ ],
642
+ [
643
+ "Line",
644
+ 26
645
+ ],
646
+ [
647
+ "Text",
648
+ 6
649
+ ],
650
+ [
651
+ "Picture",
652
+ 1
653
+ ],
654
+ [
655
+ "SectionHeader",
656
+ 1
657
+ ],
658
+ [
659
+ "PageFooter",
660
+ 1
661
+ ]
662
+ ],
663
+ "block_metadata": {
664
+ "llm_request_count": 3,
665
+ "llm_error_count": 0,
666
+ "llm_tokens_used": 6879
667
+ }
668
+ },
669
+ {
670
+ "page_id": 2,
671
+ "text_extraction_method": "pdftext",
672
+ "block_counts": [
673
+ [
674
+ "Span",
675
+ 147
676
+ ],
677
+ [
678
+ "Line",
679
+ 67
680
+ ],
681
+ [
682
+ "Text",
683
+ 5
684
+ ],
685
+ [
686
+ "Figure",
687
+ 2
688
+ ],
689
+ [
690
+ "PageFooter",
691
+ 1
692
+ ]
693
+ ],
694
+ "block_metadata": {
695
+ "llm_request_count": 2,
696
+ "llm_error_count": 0,
697
+ "llm_tokens_used": 5977
698
+ }
699
+ },
700
+ {
701
+ "page_id": 3,
702
+ "text_extraction_method": "pdftext",
703
+ "block_counts": [
704
+ [
705
+ "Span",
706
+ 130
707
+ ],
708
+ [
709
+ "Line",
710
+ 58
711
+ ],
712
+ [
713
+ "ListItem",
714
+ 10
715
+ ],
716
+ [
717
+ "Text",
718
+ 3
719
+ ],
720
+ [
721
+ "SectionHeader",
722
+ 2
723
+ ],
724
+ [
725
+ "Picture",
726
+ 1
727
+ ],
728
+ [
729
+ "Figure",
730
+ 1
731
+ ],
732
+ [
733
+ "PageFooter",
734
+ 1
735
+ ],
736
+ [
737
+ "ListGroup",
738
+ 1
739
+ ]
740
+ ],
741
+ "block_metadata": {
742
+ "llm_request_count": 4,
743
+ "llm_error_count": 0,
744
+ "llm_tokens_used": 7781
745
+ }
746
+ },
747
+ {
748
+ "page_id": 4,
749
+ "text_extraction_method": "pdftext",
750
+ "block_counts": [
751
+ [
752
+ "Span",
753
+ 46
754
+ ],
755
+ [
756
+ "Line",
757
+ 21
758
+ ],
759
+ [
760
+ "Text",
761
+ 6
762
+ ],
763
+ [
764
+ "SectionHeader",
765
+ 1
766
+ ],
767
+ [
768
+ "PageFooter",
769
+ 1
770
+ ]
771
+ ],
772
+ "block_metadata": {
773
+ "llm_request_count": 1,
774
+ "llm_error_count": 0,
775
+ "llm_tokens_used": 3784
776
+ }
777
+ },
778
+ {
779
+ "page_id": 5,
780
+ "text_extraction_method": "pdftext",
781
+ "block_counts": [
782
+ [
783
+ "Span",
784
+ 210
785
+ ],
786
+ [
787
+ "Line",
788
+ 86
789
+ ],
790
+ [
791
+ "Text",
792
+ 1
793
+ ],
794
+ [
795
+ "SectionHeader",
796
+ 1
797
+ ],
798
+ [
799
+ "Figure",
800
+ 1
801
+ ],
802
+ [
803
+ "PageFooter",
804
+ 1
805
+ ]
806
+ ],
807
+ "block_metadata": {
808
+ "llm_request_count": 1,
809
+ "llm_error_count": 0,
810
+ "llm_tokens_used": 3637
811
+ }
812
+ },
813
+ {
814
+ "page_id": 6,
815
+ "text_extraction_method": "pdftext",
816
+ "block_counts": [
817
+ [
818
+ "Span",
819
+ 36
820
+ ],
821
+ [
822
+ "Line",
823
+ 16
824
+ ],
825
+ [
826
+ "Text",
827
+ 5
828
+ ],
829
+ [
830
+ "Picture",
831
+ 2
832
+ ],
833
+ [
834
+ "SectionHeader",
835
+ 1
836
+ ],
837
+ [
838
+ "PageFooter",
839
+ 1
840
+ ]
841
+ ],
842
+ "block_metadata": {
843
+ "llm_request_count": 4,
844
+ "llm_error_count": 0,
845
+ "llm_tokens_used": 6587
846
+ }
847
+ },
848
+ {
849
+ "page_id": 7,
850
+ "text_extraction_method": "pdftext",
851
+ "block_counts": [
852
+ [
853
+ "Span",
854
+ 108
855
+ ],
856
+ [
857
+ "Line",
858
+ 49
859
+ ],
860
+ [
861
+ "Text",
862
+ 2
863
+ ],
864
+ [
865
+ "Figure",
866
+ 1
867
+ ],
868
+ [
869
+ "SectionHeader",
870
+ 1
871
+ ],
872
+ [
873
+ "PageFooter",
874
+ 1
875
+ ]
876
+ ],
877
+ "block_metadata": {
878
+ "llm_request_count": 1,
879
+ "llm_error_count": 0,
880
+ "llm_tokens_used": 2877
881
+ }
882
+ },
883
+ {
884
+ "page_id": 8,
885
+ "text_extraction_method": "pdftext",
886
+ "block_counts": [
887
+ [
888
+ "Span",
889
+ 80
890
+ ],
891
+ [
892
+ "Line",
893
+ 36
894
+ ],
895
+ [
896
+ "Text",
897
+ 5
898
+ ],
899
+ [
900
+ "Picture",
901
+ 1
902
+ ],
903
+ [
904
+ "SectionHeader",
905
+ 1
906
+ ],
907
+ [
908
+ "Figure",
909
+ 1
910
+ ]
911
+ ],
912
+ "block_metadata": {
913
+ "llm_request_count": 5,
914
+ "llm_error_count": 0,
915
+ "llm_tokens_used": 9968
916
+ }
917
+ },
918
+ {
919
+ "page_id": 9,
920
+ "text_extraction_method": "pdftext",
921
+ "block_counts": [
922
+ [
923
+ "Span",
924
+ 75
925
+ ],
926
+ [
927
+ "Line",
928
+ 35
929
+ ],
930
+ [
931
+ "Text",
932
+ 5
933
+ ],
934
+ [
935
+ "Figure",
936
+ 1
937
+ ],
938
+ [
939
+ "SectionHeader",
940
+ 1
941
+ ],
942
+ [
943
+ "PageFooter",
944
+ 1
945
+ ]
946
+ ],
947
+ "block_metadata": {
948
+ "llm_request_count": 1,
949
+ "llm_error_count": 0,
950
+ "llm_tokens_used": 4012
951
+ }
952
+ },
953
+ {
954
+ "page_id": 10,
955
+ "text_extraction_method": "pdftext",
956
+ "block_counts": [
957
+ [
958
+ "Span",
959
+ 53
960
+ ],
961
+ [
962
+ "Line",
963
+ 24
964
+ ],
965
+ [
966
+ "Text",
967
+ 6
968
+ ],
969
+ [
970
+ "Picture",
971
+ 1
972
+ ],
973
+ [
974
+ "PageFooter",
975
+ 1
976
+ ]
977
+ ],
978
+ "block_metadata": {
979
+ "llm_request_count": 2,
980
+ "llm_error_count": 0,
981
+ "llm_tokens_used": 3276
982
+ }
983
+ },
984
+ {
985
+ "page_id": 11,
986
+ "text_extraction_method": "pdftext",
987
+ "block_counts": [
988
+ [
989
+ "Span",
990
+ 60
991
+ ],
992
+ [
993
+ "Line",
994
+ 27
995
+ ],
996
+ [
997
+ "Text",
998
+ 10
999
+ ],
1000
+ [
1001
+ "SectionHeader",
1002
+ 2
1003
+ ],
1004
+ [
1005
+ "Picture",
1006
+ 1
1007
+ ],
1008
+ [
1009
+ "PageFooter",
1010
+ 1
1011
+ ]
1012
+ ],
1013
+ "block_metadata": {
1014
+ "llm_request_count": 6,
1015
+ "llm_error_count": 0,
1016
+ "llm_tokens_used": 18406
1017
+ }
1018
+ },
1019
+ {
1020
+ "page_id": 12,
1021
+ "text_extraction_method": "pdftext",
1022
+ "block_counts": [
1023
+ [
1024
+ "Span",
1025
+ 116
1026
+ ],
1027
+ [
1028
+ "Line",
1029
+ 54
1030
+ ],
1031
+ [
1032
+ "Text",
1033
+ 4
1034
+ ],
1035
+ [
1036
+ "SectionHeader",
1037
+ 1
1038
+ ],
1039
+ [
1040
+ "PageFooter",
1041
+ 1
1042
+ ],
1043
+ [
1044
+ "Figure",
1045
+ 1
1046
+ ]
1047
+ ],
1048
+ "block_metadata": {
1049
+ "llm_request_count": 2,
1050
+ "llm_error_count": 0,
1051
+ "llm_tokens_used": 7291
1052
+ }
1053
+ },
1054
+ {
1055
+ "page_id": 13,
1056
+ "text_extraction_method": "pdftext",
1057
+ "block_counts": [
1058
+ [
1059
+ "TableCell",
1060
+ 84
1061
+ ],
1062
+ [
1063
+ "Span",
1064
+ 65
1065
+ ],
1066
+ [
1067
+ "Line",
1068
+ 32
1069
+ ],
1070
+ [
1071
+ "Text",
1072
+ 4
1073
+ ],
1074
+ [
1075
+ "Picture",
1076
+ 1
1077
+ ],
1078
+ [
1079
+ "SectionHeader",
1080
+ 1
1081
+ ],
1082
+ [
1083
+ "TableOfContents",
1084
+ 1
1085
+ ],
1086
+ [
1087
+ "PageFooter",
1088
+ 1
1089
+ ]
1090
+ ],
1091
+ "block_metadata": {
1092
+ "llm_request_count": 2,
1093
+ "llm_error_count": 0,
1094
+ "llm_tokens_used": 2538
1095
+ }
1096
+ },
1097
+ {
1098
+ "page_id": 14,
1099
+ "text_extraction_method": "pdftext",
1100
+ "block_counts": [
1101
+ [
1102
+ "Span",
1103
+ 172
1104
+ ],
1105
+ [
1106
+ "Line",
1107
+ 85
1108
+ ],
1109
+ [
1110
+ "SectionHeader",
1111
+ 2
1112
+ ],
1113
+ [
1114
+ "Text",
1115
+ 1
1116
+ ],
1117
+ [
1118
+ "Figure",
1119
+ 1
1120
+ ],
1121
+ [
1122
+ "PageFooter",
1123
+ 1
1124
+ ]
1125
+ ],
1126
+ "block_metadata": {
1127
+ "llm_request_count": 2,
1128
+ "llm_error_count": 0,
1129
+ "llm_tokens_used": 4696
1130
+ }
1131
+ },
1132
+ {
1133
+ "page_id": 15,
1134
+ "text_extraction_method": "pdftext",
1135
+ "block_counts": [
1136
+ [
1137
+ "TableCell",
1138
+ 84
1139
+ ],
1140
+ [
1141
+ "Span",
1142
+ 82
1143
+ ],
1144
+ [
1145
+ "Line",
1146
+ 40
1147
+ ],
1148
+ [
1149
+ "Text",
1150
+ 10
1151
+ ],
1152
+ [
1153
+ "Picture",
1154
+ 8
1155
+ ],
1156
+ [
1157
+ "SectionHeader",
1158
+ 8
1159
+ ],
1160
+ [
1161
+ "TableOfContents",
1162
+ 1
1163
+ ],
1164
+ [
1165
+ "PageFooter",
1166
+ 1
1167
+ ]
1168
+ ],
1169
+ "block_metadata": {
1170
+ "llm_request_count": 12,
1171
+ "llm_error_count": 0,
1172
+ "llm_tokens_used": 11019
1173
+ }
1174
+ },
1175
+ {
1176
+ "page_id": 16,
1177
+ "text_extraction_method": "pdftext",
1178
+ "block_counts": [
1179
+ [
1180
+ "Span",
1181
+ 29
1182
+ ],
1183
+ [
1184
+ "Line",
1185
+ 15
1186
+ ],
1187
+ [
1188
+ "Text",
1189
+ 6
1190
+ ],
1191
+ [
1192
+ "SectionHeader",
1193
+ 1
1194
+ ]
1195
+ ],
1196
+ "block_metadata": {
1197
+ "llm_request_count": 0,
1198
+ "llm_error_count": 0,
1199
+ "llm_tokens_used": 0
1200
+ }
1201
+ }
1202
+ ],
1203
+ "debug_data_path": "debug_data/dttl-tax-technology-report-2023"
1204
+ }
marker-pdf-folder/md/gx-iif-open-data/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
marker-pdf-folder/md/gx-iif-open-data/gx-iif-open-data_meta.json ADDED
@@ -0,0 +1,2639 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 31.114195585250854,
10
+ 28.323315605521202
11
+ ],
12
+ [
13
+ 180.3897581100464,
14
+ 26.678784355521202
15
+ ],
16
+ [
17
+ 180.3897581100464,
18
+ 67.63721327483654
19
+ ],
20
+ [
21
+ 31.114195585250854,
22
+ 69.28174452483654
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Contents",
28
+ "heading_level": null,
29
+ "page_id": 1,
30
+ "polygon": [
31
+ [
32
+ 64.92350509762764,
33
+ 90.45674681663513
34
+ ],
35
+ [
36
+ 197.8846036195755,
37
+ 88.81221556663513
38
+ ],
39
+ [
40
+ 196.7205411195755,
41
+ 124.78784227371216
42
+ ],
43
+ [
44
+ 63.75944259762764,
45
+ 126.43237352371216
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Executive summary",
51
+ "heading_level": null,
52
+ "page_id": 2,
53
+ "polygon": [
54
+ [
55
+ 34.01570129394531,
56
+ 93.74750313162804
57
+ ],
58
+ [
59
+ 290.0056457519531,
60
+ 93.74750313162804
61
+ ],
62
+ [
63
+ 290.0056457519531,
64
+ 125.72269013524055
65
+ ],
66
+ [
67
+ 34.01570129394531,
68
+ 125.72269013524055
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "\u2022 Key factors for success in Open Data initiatives:",
74
+ "heading_level": null,
75
+ "page_id": 3,
76
+ "polygon": [
77
+ [
78
+ 33.86559343338013,
79
+ 123.01099270582199
80
+ ],
81
+ [
82
+ 236.57374906539917,
83
+ 121.36646145582199
84
+ ],
85
+ [
86
+ 235.40968656539917,
87
+ 131.95452880859375
88
+ ],
89
+ [
90
+ 32.70153093338013,
91
+ 132.760968208313
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "Context and overview",
97
+ "heading_level": null,
98
+ "page_id": 4,
99
+ "polygon": [
100
+ [
101
+ 34.01570129394531,
102
+ 91.60791367292404
103
+ ],
104
+ [
105
+ 321.48167848587036,
106
+ 91.60791367292404
107
+ ],
108
+ [
109
+ 320.31761598587036,
110
+ 126.21900302171707
111
+ ],
112
+ [
113
+ 33.778176844120026,
114
+ 126.21900302171707
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "What is Open Data?",
120
+ "heading_level": null,
121
+ "page_id": 5,
122
+ "polygon": [
123
+ [
124
+ 32.97422042489052,
125
+ 119.81663328409195
126
+ ],
127
+ [
128
+ 130.78367614746094,
129
+ 119.81663328409195
130
+ ],
131
+ [
132
+ 130.78367614746094,
133
+ 132.37455254793167
134
+ ],
135
+ [
136
+ 32.97422042489052,
137
+ 132.37455254793167
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "How is it manifesting\u2013Background and emerging models",
143
+ "heading_level": null,
144
+ "page_id": 5,
145
+ "polygon": [
146
+ [
147
+ 33.89702361822128,
148
+ 397.14378267526627
149
+ ],
150
+ [
151
+ 315.3326110839844,
152
+ 397.14378267526627
153
+ ],
154
+ [
155
+ 315.3326110839844,
156
+ 408.95180612802505
157
+ ],
158
+ [
159
+ 33.89702361822128,
160
+ 408.95180612802505
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "Open Data ecosystem",
166
+ "heading_level": null,
167
+ "page_id": 7,
168
+ "polygon": [
169
+ [
170
+ 34.01570129394531,
171
+ 91.72022615373135
172
+ ],
173
+ [
174
+ 325.2255859375,
175
+ 91.72022615373135
176
+ ],
177
+ [
178
+ 325.2255859375,
179
+ 125.70088383555412
180
+ ],
181
+ [
182
+ 33.85888820886612,
183
+ 125.70088383555412
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "Predicting the future is becoming more difficult",
189
+ "heading_level": null,
190
+ "page_id": 8,
191
+ "polygon": [
192
+ [
193
+ 77.94080352783203,
194
+ 170.74402916431427
195
+ ],
196
+ [
197
+ 279.63720703125,
198
+ 170.74402916431427
199
+ ],
200
+ [
201
+ 279.63720703125,
202
+ 182.1434326171875
203
+ ],
204
+ [
205
+ 77.94080352783203,
206
+ 182.1434326171875
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "Traditional industry lines are blurring",
212
+ "heading_level": null,
213
+ "page_id": 8,
214
+ "polygon": [
215
+ [
216
+ 77.94080352783203,
217
+ 213.31143176555634
218
+ ],
219
+ [
220
+ 237.1407012939453,
221
+ 213.31143176555634
222
+ ],
223
+ [
224
+ 237.1407012939453,
225
+ 223.9138102531433
226
+ ],
227
+ [
228
+ 77.94080352783203,
229
+ 223.9138102531433
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "Technology is now both table stakes and a differentiator",
235
+ "heading_level": null,
236
+ "page_id": 8,
237
+ "polygon": [
238
+ [
239
+ 76.2818135023117,
240
+ 255.48837864398956
241
+ ],
242
+ [
243
+ 317.621458530426,
244
+ 253.84384739398956
245
+ ],
246
+ [
247
+ 317.621458530426,
248
+ 264.27044677734375
249
+ ],
250
+ [
251
+ 76.2818135023117,
252
+ 265.7924951314926
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "Emerging hypotheses",
258
+ "heading_level": null,
259
+ "page_id": 8,
260
+ "polygon": [
261
+ [
262
+ 33.35217306017876,
263
+ 311.23303455114365
264
+ ],
265
+ [
266
+ 141.91855466365814,
267
+ 309.58850330114365
268
+ ],
269
+ [
270
+ 140.75449216365814,
271
+ 321.5590828061104
272
+ ],
273
+ [
274
+ 32.18811056017876,
275
+ 323.2036140561104
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "Benefits of Open Data",
281
+ "heading_level": null,
282
+ "page_id": 8,
283
+ "polygon": [
284
+ [
285
+ 33.42646783590317,
286
+ 473.1239318847656
287
+ ],
288
+ [
289
+ 145.76266479492188,
290
+ 471.4794006347656
291
+ ],
292
+ [
293
+ 145.76266479492188,
294
+ 483.5210266113281
295
+ ],
296
+ [
297
+ 32.26240533590317,
298
+ 484.64739441871643
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "What we know about ecosystems",
304
+ "heading_level": null,
305
+ "page_id": 9,
306
+ "polygon": [
307
+ [
308
+ 33.23966294527054,
309
+ 390.07018542289734
310
+ ],
311
+ [
312
+ 200.75729942321777,
313
+ 390.07018542289734
314
+ ],
315
+ [
316
+ 200.75729942321777,
317
+ 401.2819358110428
318
+ ],
319
+ [
320
+ 33.23966294527054,
321
+ 401.2819358110428
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "Figure 3. Three types of ecosystems18",
327
+ "heading_level": null,
328
+ "page_id": 9,
329
+ "polygon": [
330
+ [
331
+ 34.01570129394531,
332
+ 589.4227247238159
333
+ ],
334
+ [
335
+ 183.97972643375397,
336
+ 587.7781934738159
337
+ ],
338
+ [
339
+ 182.81566393375397,
340
+ 598.5312805175781
341
+ ],
342
+ [
343
+ 32.95236849784851,
344
+ 599.6228535175323
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "Archetypes, main players, \nand responsibilities",
350
+ "heading_level": null,
351
+ "page_id": 10,
352
+ "polygon": [
353
+ [
354
+ 33.1855149269104,
355
+ 91.08372811973095
356
+ ],
357
+ [
358
+ 376.60955810546875,
359
+ 91.08372811973095
360
+ ],
361
+ [
362
+ 376.60955810546875,
363
+ 161.40606474876404
364
+ ],
365
+ [
366
+ 33.1855149269104,
367
+ 161.40606474876404
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "Roles and responsibilities",
373
+ "heading_level": null,
374
+ "page_id": 10,
375
+ "polygon": [
376
+ [
377
+ 33.618907779455185,
378
+ 228.75528556108475
379
+ ],
380
+ [
381
+ 160.106689453125,
382
+ 228.75528556108475
383
+ ],
384
+ [
385
+ 160.106689453125,
386
+ 240.2772216796875
387
+ ],
388
+ [
389
+ 33.618907779455185,
390
+ 240.2772216796875
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "Digital identity\nThe role digital ID could play in ecosystems",
396
+ "heading_level": null,
397
+ "page_id": 12,
398
+ "polygon": [
399
+ [
400
+ 34.01570129394531,
401
+ 88.6916033923626
402
+ ],
403
+ [
404
+ 490.34661865234375,
405
+ 87.0470721423626
406
+ ],
407
+ [
408
+ 490.34661865234375,
409
+ 159.29483100771904
410
+ ],
411
+ [
412
+ 33.369513392448425,
413
+ 160.93936225771904
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "Digital identity is a key enabler for digital ecosystems.",
419
+ "heading_level": null,
420
+ "page_id": 12,
421
+ "polygon": [
422
+ [
423
+ 34.01570129394531,
424
+ 228.95731377601624
425
+ ],
426
+ [
427
+ 302.1930122375488,
428
+ 227.31278252601624
429
+ ],
430
+ [
431
+ 301.5046081542969,
432
+ 240.2772216796875
433
+ ],
434
+ [
435
+ 32.982510924339294,
436
+ 240.79364275932312
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "What is digital ID? And why is it useful?",
442
+ "heading_level": null,
443
+ "page_id": 12,
444
+ "polygon": [
445
+ [
446
+ 34.01570129394531,
447
+ 541.326709985733
448
+ ],
449
+ [
450
+ 227.5716609954834,
451
+ 539.682178735733
452
+ ],
453
+ [
454
+ 226.4075984954834,
455
+ 552.3292303085327
456
+ ],
457
+ [
458
+ 33.03353279829025,
459
+ 553.9737615585327
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "Digital ID essentials.",
465
+ "heading_level": null,
466
+ "page_id": 13,
467
+ "polygon": [
468
+ [
469
+ 34.01570129394531,
470
+ 229.12692111730576
471
+ ],
472
+ [
473
+ 137.0697021484375,
474
+ 227.48238986730576
475
+ ],
476
+ [
477
+ 137.0697021484375,
478
+ 240.2772216796875
479
+ ],
480
+ [
481
+ 34.01570129394531,
482
+ 240.9272659420967
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "\u2022 Led by the state:",
488
+ "heading_level": null,
489
+ "page_id": 13,
490
+ "polygon": [
491
+ [
492
+ 34.01570129394531,
493
+ 285.4076255559921
494
+ ],
495
+ [
496
+ 113.7550277709961,
497
+ 283.7630943059921
498
+ ],
499
+ [
500
+ 113.7550277709961,
501
+ 294.358948469162
502
+ ],
503
+ [
504
+ 33.16778826713562,
505
+ 296.003479719162
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "\u2022 Led by the private sector:",
511
+ "heading_level": null,
512
+ "page_id": 13,
513
+ "polygon": [
514
+ [
515
+ 34.01569747924805,
516
+ 399.25655966997147
517
+ ],
518
+ [
519
+ 151.30886840820312,
520
+ 397.61202841997147
521
+ ],
522
+ [
523
+ 151.30886840820312,
524
+ 408.28281193971634
525
+ ],
526
+ [
527
+ 33.3618623316288,
528
+ 409.92734318971634
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "Value",
534
+ "heading_level": null,
535
+ "page_id": 14,
536
+ "polygon": [
537
+ [
538
+ 33.78304812312126,
539
+ 91.57719288766384
540
+ ],
541
+ [
542
+ 106.97570037841797,
543
+ 91.57719288766384
544
+ ],
545
+ [
546
+ 106.97570037841797,
547
+ 124.98872873187065
548
+ ],
549
+ [
550
+ 33.78304812312126,
551
+ 124.98872873187065
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "Common objectives of an Open Data ecosystem",
557
+ "heading_level": null,
558
+ "page_id": 14,
559
+ "polygon": [
560
+ [
561
+ 33.624853670597076,
562
+ 230.2772216796875
563
+ ],
564
+ [
565
+ 272.3346252441406,
566
+ 228.849336206913
567
+ ],
568
+ [
569
+ 272.3346252441406,
570
+ 240.2772216796875
571
+ ],
572
+ [
573
+ 33.624853670597076,
574
+ 240.60601824522018
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "Strategic impacts of Open Data on the financial services sector",
580
+ "heading_level": null,
581
+ "page_id": 15,
582
+ "polygon": [
583
+ [
584
+ 34.01570129394531,
585
+ 343.3561480641365
586
+ ],
587
+ [
588
+ 343.8675842285156,
589
+ 341.7116168141365
590
+ ],
591
+ [
592
+ 343.8675842285156,
593
+ 354.2772521972656
594
+ ],
595
+ [
596
+ 33.05267155170441,
597
+ 355.5872990489006
598
+ ]
599
+ ]
600
+ },
601
+ {
602
+ "title": "Value generated by Open Data",
603
+ "heading_level": null,
604
+ "page_id": 16,
605
+ "polygon": [
606
+ [
607
+ 33.515189945697784,
608
+ 204.4743974506855
609
+ ],
610
+ [
611
+ 184.46466064453125,
612
+ 204.4743974506855
613
+ ],
614
+ [
615
+ 184.46466064453125,
616
+ 216.3900346159935
617
+ ],
618
+ [
619
+ 33.515189945697784,
620
+ 216.3900346159935
621
+ ]
622
+ ]
623
+ },
624
+ {
625
+ "title": "Consumers can benefit from participation in an Open Data ecosystem in the following \ncommon ways:",
626
+ "heading_level": null,
627
+ "page_id": 16,
628
+ "polygon": [
629
+ [
630
+ 33.35066771507263,
631
+ 313.2631533741951
632
+ ],
633
+ [
634
+ 461.5229187011719,
635
+ 313.2631533741951
636
+ ],
637
+ [
638
+ 461.5229187011719,
639
+ 337.8682376742363
640
+ ],
641
+ [
642
+ 33.35066771507263,
643
+ 337.8682376742363
644
+ ]
645
+ ]
646
+ },
647
+ {
648
+ "title": "Augmented product and service choices",
649
+ "heading_level": null,
650
+ "page_id": 16,
651
+ "polygon": [
652
+ [
653
+ 33.03044217824936,
654
+ 349.35998195409775
655
+ ],
656
+ [
657
+ 231.85462951660156,
658
+ 349.35998195409775
659
+ ],
660
+ [
661
+ 231.85462951660156,
662
+ 360.9831160902977
663
+ ],
664
+ [
665
+ 33.03044217824936,
666
+ 360.9831160902977
667
+ ]
668
+ ]
669
+ },
670
+ {
671
+ "title": "Better consumer experiences",
672
+ "heading_level": null,
673
+ "page_id": 16,
674
+ "polygon": [
675
+ [
676
+ 33.97983980178833,
677
+ 565.5842987298965
678
+ ],
679
+ [
680
+ 182.59469604492188,
681
+ 565.5842987298965
682
+ ],
683
+ [
684
+ 182.59469604492188,
685
+ 576.5078245401382
686
+ ],
687
+ [
688
+ 33.97983980178833,
689
+ 576.5078245401382
690
+ ]
691
+ ]
692
+ },
693
+ {
694
+ "title": "Increased financial inclusion and literacy",
695
+ "heading_level": null,
696
+ "page_id": 17,
697
+ "polygon": [
698
+ [
699
+ 32.872811675071716,
700
+ 119.85615563392639
701
+ ],
702
+ [
703
+ 236.4786376953125,
704
+ 119.85615563392639
705
+ ],
706
+ [
707
+ 236.4786376953125,
708
+ 132.28644907474518
709
+ ],
710
+ [
711
+ 32.872811675071716,
712
+ 132.28644907474518
713
+ ]
714
+ ]
715
+ },
716
+ {
717
+ "title": "FIs can benefit from participation in Open Data ecosystems in the following common \nways:",
718
+ "heading_level": null,
719
+ "page_id": 17,
720
+ "polygon": [
721
+ [
722
+ 34.01570129394531,
723
+ 300.90472787618637
724
+ ],
725
+ [
726
+ 455.4527893066406,
727
+ 300.90472787618637
728
+ ],
729
+ [
730
+ 455.4527893066406,
731
+ 325.4774414896965
732
+ ],
733
+ [
734
+ 34.01570129394531,
735
+ 325.4774414896965
736
+ ]
737
+ ]
738
+ },
739
+ {
740
+ "title": "New business model development",
741
+ "heading_level": null,
742
+ "page_id": 17,
743
+ "polygon": [
744
+ [
745
+ 33.743354082107544,
746
+ 336.7188273668289
747
+ ],
748
+ [
749
+ 204.21305668354034,
750
+ 336.7188273668289
751
+ ],
752
+ [
753
+ 204.21305668354034,
754
+ 348.7553025484085
755
+ ],
756
+ [
757
+ 33.743354082107544,
758
+ 348.7553025484085
759
+ ]
760
+ ]
761
+ },
762
+ {
763
+ "title": "Improved efficiency and cost reduction across the organization",
764
+ "heading_level": null,
765
+ "page_id": 17,
766
+ "polygon": [
767
+ [
768
+ 33.37921154499054,
769
+ 469.0784492492676
770
+ ],
771
+ [
772
+ 347.18661403656006,
773
+ 469.0784492492676
774
+ ],
775
+ [
776
+ 347.18661403656006,
777
+ 480.81159353256226
778
+ ],
779
+ [
780
+ 33.37921154499054,
781
+ 480.81159353256226
782
+ ]
783
+ ]
784
+ },
785
+ {
786
+ "title": "Deeper relationship-building",
787
+ "heading_level": null,
788
+ "page_id": 18,
789
+ "polygon": [
790
+ [
791
+ 33.84500262141228,
792
+ 119.92841252684593
793
+ ],
794
+ [
795
+ 179.13267517089844,
796
+ 119.92841252684593
797
+ ],
798
+ [
799
+ 179.13267517089844,
800
+ 132.59503707289696
801
+ ],
802
+ [
803
+ 32.68094012141228,
804
+ 132.59503707289696
805
+ ]
806
+ ]
807
+ },
808
+ {
809
+ "title": "Data service providers benefit from participation in an Open Data ecosystem in the \nfollowing common way:",
810
+ "heading_level": null,
811
+ "page_id": 18,
812
+ "polygon": [
813
+ [
814
+ 33.1976820230484,
815
+ 264.7376875281334
816
+ ],
817
+ [
818
+ 448.8438415527344,
819
+ 264.7376875281334
820
+ ],
821
+ [
822
+ 448.8438415527344,
823
+ 288.88877922296524
824
+ ],
825
+ [
826
+ 33.1976820230484,
827
+ 288.88877922296524
828
+ ]
829
+ ]
830
+ },
831
+ {
832
+ "title": "Building new infrastructure business models",
833
+ "heading_level": null,
834
+ "page_id": 18,
835
+ "polygon": [
836
+ [
837
+ 33.05331099033356,
838
+ 301.3869758248329
839
+ ],
840
+ [
841
+ 255.67060148715973,
842
+ 301.3869758248329
843
+ ],
844
+ [
845
+ 255.67060148715973,
846
+ 312.4650277495384
847
+ ],
848
+ [
849
+ 33.05331099033356,
850
+ 312.4650277495384
851
+ ]
852
+ ]
853
+ },
854
+ {
855
+ "title": "How might one measure success?",
856
+ "heading_level": null,
857
+ "page_id": 19,
858
+ "polygon": [
859
+ [
860
+ 34.01570129394531,
861
+ 92.32276006042957
862
+ ],
863
+ [
864
+ 481.73553466796875,
865
+ 90.67822881042957
866
+ ],
867
+ [
868
+ 481.73553466796875,
869
+ 124.74949932098389
870
+ ],
871
+ [
872
+ 34.01570129394531,
873
+ 126.39403057098389
874
+ ]
875
+ ]
876
+ },
877
+ {
878
+ "title": "National/Regional level",
879
+ "heading_level": null,
880
+ "page_id": 19,
881
+ "polygon": [
882
+ [
883
+ 34.01570129394531,
884
+ 289.3623698949814
885
+ ],
886
+ [
887
+ 149.73167419433594,
888
+ 287.7178386449814
889
+ ],
890
+ [
891
+ 149.73167419433594,
892
+ 300.2772216796875
893
+ ],
894
+ [
895
+ 33.045215874910355,
896
+ 301.1550862789154
897
+ ]
898
+ ]
899
+ },
900
+ {
901
+ "title": "Institutional level",
902
+ "heading_level": null,
903
+ "page_id": 19,
904
+ "polygon": [
905
+ [
906
+ 34.01570129394531,
907
+ 492.8974026441574
908
+ ],
909
+ [
910
+ 121.98018324375153,
911
+ 491.2528713941574
912
+ ],
913
+ [
914
+ 121.60169982910156,
915
+ 504.2772521972656
916
+ ],
917
+ [
918
+ 33.08299604058266,
919
+ 505.06215608119965
920
+ ]
921
+ ]
922
+ },
923
+ {
924
+ "title": "Consumer level",
925
+ "heading_level": null,
926
+ "page_id": 20,
927
+ "polygon": [
928
+ [
929
+ 33.47020277380943,
930
+ 120.80999931693077
931
+ ],
932
+ [
933
+ 110.44569396972656,
934
+ 120.80999931693077
935
+ ],
936
+ [
937
+ 110.44569396972656,
938
+ 132.2772216796875
939
+ ],
940
+ [
941
+ 33.47020277380943,
942
+ 132.2772216796875
943
+ ]
944
+ ]
945
+ },
946
+ {
947
+ "title": "Success conditions and \nkey capabilities",
948
+ "heading_level": null,
949
+ "page_id": 21,
950
+ "polygon": [
951
+ [
952
+ 33.34974408149719,
953
+ 91.12907844781876
954
+ ],
955
+ [
956
+ 349.80157470703125,
957
+ 89.48454719781876
958
+ ],
959
+ [
960
+ 349.80157470703125,
961
+ 160.44608569145203
962
+ ],
963
+ [
964
+ 33.34974408149719,
965
+ 162.09061694145203
966
+ ]
967
+ ]
968
+ },
969
+ {
970
+ "title": "Ecosystem-level success conditions",
971
+ "heading_level": null,
972
+ "page_id": 21,
973
+ "polygon": [
974
+ [
975
+ 34.01570129394531,
976
+ 204.1009802520275
977
+ ],
978
+ [
979
+ 210.65965270996094,
980
+ 202.4564490020275
981
+ ],
982
+ [
983
+ 210.65965270996094,
984
+ 214.10406494140625
985
+ ],
986
+ [
987
+ 33.02484709024429,
988
+ 215.295880317688
989
+ ]
990
+ ]
991
+ },
992
+ {
993
+ "title": "Fair and proportionate exchange of value",
994
+ "heading_level": null,
995
+ "page_id": 21,
996
+ "polygon": [
997
+ [
998
+ 34.01570129394531,
999
+ 431.81155836582184
1000
+ ],
1001
+ [
1002
+ 237.92666625976562,
1003
+ 430.16702711582184
1004
+ ],
1005
+ [
1006
+ 237.92666625976562,
1007
+ 442.1040344238281
1008
+ ],
1009
+ [
1010
+ 32.9153698682785,
1011
+ 443.6181765794754
1012
+ ]
1013
+ ]
1014
+ },
1015
+ {
1016
+ "title": "Deep cross-sectoral collaboration to ensure the free flow of data",
1017
+ "heading_level": null,
1018
+ "page_id": 22,
1019
+ "polygon": [
1020
+ [
1021
+ 33.3683055639267,
1022
+ 120.70463147759438
1023
+ ],
1024
+ [
1025
+ 355.0695495605469,
1026
+ 120.70463147759438
1027
+ ],
1028
+ [
1029
+ 355.0695495605469,
1030
+ 132.2772216796875
1031
+ ],
1032
+ [
1033
+ 32.2042430639267,
1034
+ 132.2772216796875
1035
+ ]
1036
+ ]
1037
+ },
1038
+ {
1039
+ "title": "A flexible, principles-based framework",
1040
+ "heading_level": null,
1041
+ "page_id": 22,
1042
+ "polygon": [
1043
+ [
1044
+ 34.01570129394531,
1045
+ 277.8058842420578
1046
+ ],
1047
+ [
1048
+ 227.5736541748047,
1049
+ 277.8058842420578
1050
+ ],
1051
+ [
1052
+ 227.5736541748047,
1053
+ 288.9474730491638
1054
+ ],
1055
+ [
1056
+ 33.04075312614441,
1057
+ 288.9474730491638
1058
+ ]
1059
+ ]
1060
+ },
1061
+ {
1062
+ "title": "Common, cross-sector standards to maximize interoperability",
1063
+ "heading_level": null,
1064
+ "page_id": 23,
1065
+ "polygon": [
1066
+ [
1067
+ 34.01570129394531,
1068
+ 180.87020725011826
1069
+ ],
1070
+ [
1071
+ 341.037841796875,
1072
+ 180.87020725011826
1073
+ ],
1074
+ [
1075
+ 341.037841796875,
1076
+ 192.2772216796875
1077
+ ],
1078
+ [
1079
+ 33.114181995391846,
1080
+ 192.2772216796875
1081
+ ]
1082
+ ]
1083
+ },
1084
+ {
1085
+ "title": "Balanced and fair distribution of liability",
1086
+ "heading_level": null,
1087
+ "page_id": 23,
1088
+ "polygon": [
1089
+ [
1090
+ 33.47083777189255,
1091
+ 385.6054145693779
1092
+ ],
1093
+ [
1094
+ 236.6167755126953,
1095
+ 385.6054145693779
1096
+ ],
1097
+ [
1098
+ 236.6167755126953,
1099
+ 397.1006217598915
1100
+ ],
1101
+ [
1102
+ 33.47083777189255,
1103
+ 397.1006217598915
1104
+ ]
1105
+ ]
1106
+ },
1107
+ {
1108
+ "title": "Robustness and quality of data",
1109
+ "heading_level": null,
1110
+ "page_id": 23,
1111
+ "polygon": [
1112
+ [
1113
+ 33.38772851228714,
1114
+ 577.2256507873535
1115
+ ],
1116
+ [
1117
+ 187.40170288085938,
1118
+ 577.2256507873535
1119
+ ],
1120
+ [
1121
+ 187.40170288085938,
1122
+ 588.9212551116943
1123
+ ],
1124
+ [
1125
+ 33.38772851228714,
1126
+ 588.9212551116943
1127
+ ]
1128
+ ]
1129
+ },
1130
+ {
1131
+ "title": "Coherent regulation",
1132
+ "heading_level": null,
1133
+ "page_id": 24,
1134
+ "polygon": [
1135
+ [
1136
+ 33.80601462721825,
1137
+ 120.68695306777954
1138
+ ],
1139
+ [
1140
+ 133.99473571777344,
1141
+ 120.68695306777954
1142
+ ],
1143
+ [
1144
+ 133.99473571777344,
1145
+ 132.32587105035782
1146
+ ],
1147
+ [
1148
+ 33.80601462721825,
1149
+ 132.32587105035782
1150
+ ]
1151
+ ]
1152
+ },
1153
+ {
1154
+ "title": "Organization-level required capabilities",
1155
+ "heading_level": null,
1156
+ "page_id": 24,
1157
+ "polygon": [
1158
+ [
1159
+ 33.609258472919464,
1160
+ 289.49707210063934
1161
+ ],
1162
+ [
1163
+ 230.01670837402344,
1164
+ 289.49707210063934
1165
+ ],
1166
+ [
1167
+ 230.01670837402344,
1168
+ 300.77421629428864
1169
+ ],
1170
+ [
1171
+ 33.609258472919464,
1172
+ 300.77421629428864
1173
+ ]
1174
+ ]
1175
+ },
1176
+ {
1177
+ "title": "Technology",
1178
+ "heading_level": null,
1179
+ "page_id": 24,
1180
+ "polygon": [
1181
+ [
1182
+ 33.40947608649731,
1183
+ 350.2772521972656
1184
+ ],
1185
+ [
1186
+ 90.2527084350586,
1187
+ 350.2772521972656
1188
+ ],
1189
+ [
1190
+ 90.2527084350586,
1191
+ 361.63507175445557
1192
+ ],
1193
+ [
1194
+ 33.40947608649731,
1195
+ 361.63507175445557
1196
+ ]
1197
+ ]
1198
+ },
1199
+ {
1200
+ "title": "Governance and risk management",
1201
+ "heading_level": null,
1202
+ "page_id": 24,
1203
+ "polygon": [
1204
+ [
1205
+ 33.538129806518555,
1206
+ 433.96548879146576
1207
+ ],
1208
+ [
1209
+ 206.76170349121094,
1210
+ 433.96548879146576
1211
+ ],
1212
+ [
1213
+ 206.76170349121094,
1214
+ 444.3332425355911
1215
+ ],
1216
+ [
1217
+ 33.538129806518555,
1218
+ 444.3332425355911
1219
+ ]
1220
+ ]
1221
+ },
1222
+ {
1223
+ "title": "Organizational and process design",
1224
+ "heading_level": null,
1225
+ "page_id": 24,
1226
+ "polygon": [
1227
+ [
1228
+ 33.704961121082306,
1229
+ 530.2136274576187
1230
+ ],
1231
+ [
1232
+ 203.87767028808594,
1233
+ 530.2136274576187
1234
+ ],
1235
+ [
1236
+ 203.87767028808594,
1237
+ 540.7716907262802
1238
+ ],
1239
+ [
1240
+ 33.704961121082306,
1241
+ 540.7716907262802
1242
+ ]
1243
+ ]
1244
+ },
1245
+ {
1246
+ "title": "Strategy",
1247
+ "heading_level": null,
1248
+ "page_id": 24,
1249
+ "polygon": [
1250
+ [
1251
+ 33.81680737435818,
1252
+ 638.2772369384766
1253
+ ],
1254
+ [
1255
+ 76.45263242721558,
1256
+ 637.640643954277
1257
+ ],
1258
+ [
1259
+ 76.45263242721558,
1260
+ 648.2772369384766
1261
+ ],
1262
+ [
1263
+ 33.81680737435818,
1264
+ 649.7849210500717
1265
+ ]
1266
+ ]
1267
+ },
1268
+ {
1269
+ "title": "Lessons from leading jurisdictions",
1270
+ "heading_level": null,
1271
+ "page_id": 25,
1272
+ "polygon": [
1273
+ [
1274
+ 33.583663165569305,
1275
+ 120.58282735943794
1276
+ ],
1277
+ [
1278
+ 202.81650495529175,
1279
+ 120.58282735943794
1280
+ ],
1281
+ [
1282
+ 202.61370849609375,
1283
+ 132.2772216796875
1284
+ ],
1285
+ [
1286
+ 32.419600665569305,
1287
+ 132.2772216796875
1288
+ ]
1289
+ ]
1290
+ },
1291
+ {
1292
+ "title": "Potential implications for policymakers \nand market participants",
1293
+ "heading_level": null,
1294
+ "page_id": 27,
1295
+ "polygon": [
1296
+ [
1297
+ 33.679179310798645,
1298
+ 90.4009638428688
1299
+ ],
1300
+ [
1301
+ 547.8824462890625,
1302
+ 90.4009638428688
1303
+ ],
1304
+ [
1305
+ 547.8824462890625,
1306
+ 160.2535400390625
1307
+ ],
1308
+ [
1309
+ 33.679179310798645,
1310
+ 160.2535400390625
1311
+ ]
1312
+ ]
1313
+ },
1314
+ {
1315
+ "title": "Contacts",
1316
+ "heading_level": null,
1317
+ "page_id": 28,
1318
+ "polygon": [
1319
+ [
1320
+ 33.795526057481766,
1321
+ 94.2535400390625
1322
+ ],
1323
+ [
1324
+ 150.47770714759827,
1325
+ 94.2535400390625
1326
+ ],
1327
+ [
1328
+ 150.47770714759827,
1329
+ 125.25648951530457
1330
+ ],
1331
+ [
1332
+ 33.795526057481766,
1333
+ 125.25648951530457
1334
+ ]
1335
+ ]
1336
+ },
1337
+ {
1338
+ "title": "Endnotes",
1339
+ "heading_level": null,
1340
+ "page_id": 29,
1341
+ "polygon": [
1342
+ [
1343
+ 34.01570129394531,
1344
+ 93.02825909852982
1345
+ ],
1346
+ [
1347
+ 159.80569458007812,
1348
+ 91.38372784852982
1349
+ ],
1350
+ [
1351
+ 159.80569458007812,
1352
+ 124.65502208471298
1353
+ ],
1354
+ [
1355
+ 34.01570129394531,
1356
+ 126.29955333471298
1357
+ ]
1358
+ ]
1359
+ },
1360
+ {
1361
+ "title": "",
1362
+ "heading_level": null,
1363
+ "page_id": 31,
1364
+ "polygon": [
1365
+ [
1366
+ 31.58949387073517,
1367
+ 527.813529253006
1368
+ ],
1369
+ [
1370
+ 183.2702692747116,
1371
+ 527.813529253006
1372
+ ],
1373
+ [
1374
+ 183.2702692747116,
1375
+ 566.2168068885803
1376
+ ],
1377
+ [
1378
+ 31.58949387073517,
1379
+ 566.2168068885803
1380
+ ]
1381
+ ]
1382
+ }
1383
+ ],
1384
+ "page_stats": [
1385
+ {
1386
+ "page_id": 0,
1387
+ "text_extraction_method": "pdftext",
1388
+ "block_counts": [
1389
+ [
1390
+ "Span",
1391
+ 7
1392
+ ],
1393
+ [
1394
+ "Line",
1395
+ 4
1396
+ ],
1397
+ [
1398
+ "Picture",
1399
+ 2
1400
+ ],
1401
+ [
1402
+ "SectionHeader",
1403
+ 1
1404
+ ],
1405
+ [
1406
+ "Text",
1407
+ 1
1408
+ ]
1409
+ ],
1410
+ "block_metadata": {
1411
+ "llm_request_count": 2,
1412
+ "llm_error_count": 0,
1413
+ "llm_tokens_used": 2241
1414
+ }
1415
+ },
1416
+ {
1417
+ "page_id": 1,
1418
+ "text_extraction_method": "pdftext",
1419
+ "block_counts": [
1420
+ [
1421
+ "Span",
1422
+ 44
1423
+ ],
1424
+ [
1425
+ "TableCell",
1426
+ 40
1427
+ ],
1428
+ [
1429
+ "Line",
1430
+ 13
1431
+ ],
1432
+ [
1433
+ "PageHeader",
1434
+ 1
1435
+ ],
1436
+ [
1437
+ "SectionHeader",
1438
+ 1
1439
+ ],
1440
+ [
1441
+ "TableOfContents",
1442
+ 1
1443
+ ],
1444
+ [
1445
+ "PageFooter",
1446
+ 1
1447
+ ]
1448
+ ],
1449
+ "block_metadata": {
1450
+ "llm_request_count": 1,
1451
+ "llm_error_count": 0,
1452
+ "llm_tokens_used": 2641
1453
+ }
1454
+ },
1455
+ {
1456
+ "page_id": 2,
1457
+ "text_extraction_method": "pdftext",
1458
+ "block_counts": [
1459
+ [
1460
+ "Span",
1461
+ 81
1462
+ ],
1463
+ [
1464
+ "Line",
1465
+ 32
1466
+ ],
1467
+ [
1468
+ "ListItem",
1469
+ 5
1470
+ ],
1471
+ [
1472
+ "Text",
1473
+ 2
1474
+ ],
1475
+ [
1476
+ "PageHeader",
1477
+ 1
1478
+ ],
1479
+ [
1480
+ "SectionHeader",
1481
+ 1
1482
+ ],
1483
+ [
1484
+ "PageFooter",
1485
+ 1
1486
+ ],
1487
+ [
1488
+ "ListGroup",
1489
+ 1
1490
+ ],
1491
+ [
1492
+ "Reference",
1493
+ 1
1494
+ ]
1495
+ ],
1496
+ "block_metadata": {
1497
+ "llm_request_count": 0,
1498
+ "llm_error_count": 0,
1499
+ "llm_tokens_used": 0
1500
+ }
1501
+ },
1502
+ {
1503
+ "page_id": 3,
1504
+ "text_extraction_method": "pdftext",
1505
+ "block_counts": [
1506
+ [
1507
+ "Span",
1508
+ 61
1509
+ ],
1510
+ [
1511
+ "Line",
1512
+ 23
1513
+ ],
1514
+ [
1515
+ "ListItem",
1516
+ 7
1517
+ ],
1518
+ [
1519
+ "PageHeader",
1520
+ 1
1521
+ ],
1522
+ [
1523
+ "SectionHeader",
1524
+ 1
1525
+ ],
1526
+ [
1527
+ "PageFooter",
1528
+ 1
1529
+ ],
1530
+ [
1531
+ "ListGroup",
1532
+ 1
1533
+ ]
1534
+ ],
1535
+ "block_metadata": {
1536
+ "llm_request_count": 1,
1537
+ "llm_error_count": 0,
1538
+ "llm_tokens_used": 1499
1539
+ }
1540
+ },
1541
+ {
1542
+ "page_id": 4,
1543
+ "text_extraction_method": "pdftext",
1544
+ "block_counts": [
1545
+ [
1546
+ "Span",
1547
+ 82
1548
+ ],
1549
+ [
1550
+ "Line",
1551
+ 36
1552
+ ],
1553
+ [
1554
+ "Text",
1555
+ 5
1556
+ ],
1557
+ [
1558
+ "ListItem",
1559
+ 4
1560
+ ],
1561
+ [
1562
+ "PageHeader",
1563
+ 1
1564
+ ],
1565
+ [
1566
+ "SectionHeader",
1567
+ 1
1568
+ ],
1569
+ [
1570
+ "PageFooter",
1571
+ 1
1572
+ ],
1573
+ [
1574
+ "ListGroup",
1575
+ 1
1576
+ ],
1577
+ [
1578
+ "Reference",
1579
+ 1
1580
+ ]
1581
+ ],
1582
+ "block_metadata": {
1583
+ "llm_request_count": 0,
1584
+ "llm_error_count": 0,
1585
+ "llm_tokens_used": 0
1586
+ }
1587
+ },
1588
+ {
1589
+ "page_id": 5,
1590
+ "text_extraction_method": "pdftext",
1591
+ "block_counts": [
1592
+ [
1593
+ "Span",
1594
+ 94
1595
+ ],
1596
+ [
1597
+ "Line",
1598
+ 43
1599
+ ],
1600
+ [
1601
+ "Text",
1602
+ 5
1603
+ ],
1604
+ [
1605
+ "ListItem",
1606
+ 3
1607
+ ],
1608
+ [
1609
+ "SectionHeader",
1610
+ 2
1611
+ ],
1612
+ [
1613
+ "PageHeader",
1614
+ 1
1615
+ ],
1616
+ [
1617
+ "PageFooter",
1618
+ 1
1619
+ ],
1620
+ [
1621
+ "ListGroup",
1622
+ 1
1623
+ ]
1624
+ ],
1625
+ "block_metadata": {
1626
+ "llm_request_count": 0,
1627
+ "llm_error_count": 0,
1628
+ "llm_tokens_used": 0
1629
+ }
1630
+ },
1631
+ {
1632
+ "page_id": 6,
1633
+ "text_extraction_method": "pdftext",
1634
+ "block_counts": [
1635
+ [
1636
+ "Span",
1637
+ 32
1638
+ ],
1639
+ [
1640
+ "Line",
1641
+ 15
1642
+ ],
1643
+ [
1644
+ "Text",
1645
+ 2
1646
+ ],
1647
+ [
1648
+ "PageHeader",
1649
+ 1
1650
+ ],
1651
+ [
1652
+ "PageFooter",
1653
+ 1
1654
+ ]
1655
+ ],
1656
+ "block_metadata": {
1657
+ "llm_request_count": 0,
1658
+ "llm_error_count": 0,
1659
+ "llm_tokens_used": 0
1660
+ }
1661
+ },
1662
+ {
1663
+ "page_id": 7,
1664
+ "text_extraction_method": "pdftext",
1665
+ "block_counts": [
1666
+ [
1667
+ "Span",
1668
+ 109
1669
+ ],
1670
+ [
1671
+ "Line",
1672
+ 52
1673
+ ],
1674
+ [
1675
+ "Text",
1676
+ 3
1677
+ ],
1678
+ [
1679
+ "PageHeader",
1680
+ 1
1681
+ ],
1682
+ [
1683
+ "SectionHeader",
1684
+ 1
1685
+ ],
1686
+ [
1687
+ "Figure",
1688
+ 1
1689
+ ],
1690
+ [
1691
+ "PageFooter",
1692
+ 1
1693
+ ],
1694
+ [
1695
+ "Reference",
1696
+ 1
1697
+ ]
1698
+ ],
1699
+ "block_metadata": {
1700
+ "llm_request_count": 1,
1701
+ "llm_error_count": 0,
1702
+ "llm_tokens_used": 2302
1703
+ }
1704
+ },
1705
+ {
1706
+ "page_id": 8,
1707
+ "text_extraction_method": "pdftext",
1708
+ "block_counts": [
1709
+ [
1710
+ "Span",
1711
+ 90
1712
+ ],
1713
+ [
1714
+ "Line",
1715
+ 39
1716
+ ],
1717
+ [
1718
+ "Text",
1719
+ 9
1720
+ ],
1721
+ [
1722
+ "SectionHeader",
1723
+ 5
1724
+ ],
1725
+ [
1726
+ "ListItem",
1727
+ 5
1728
+ ],
1729
+ [
1730
+ "Picture",
1731
+ 2
1732
+ ],
1733
+ [
1734
+ "PageHeader",
1735
+ 1
1736
+ ],
1737
+ [
1738
+ "PageFooter",
1739
+ 1
1740
+ ],
1741
+ [
1742
+ "ListGroup",
1743
+ 1
1744
+ ]
1745
+ ],
1746
+ "block_metadata": {
1747
+ "llm_request_count": 2,
1748
+ "llm_error_count": 0,
1749
+ "llm_tokens_used": 1138
1750
+ }
1751
+ },
1752
+ {
1753
+ "page_id": 9,
1754
+ "text_extraction_method": "pdftext",
1755
+ "block_counts": [
1756
+ [
1757
+ "Span",
1758
+ 162
1759
+ ],
1760
+ [
1761
+ "Line",
1762
+ 70
1763
+ ],
1764
+ [
1765
+ "Text",
1766
+ 8
1767
+ ],
1768
+ [
1769
+ "ListItem",
1770
+ 7
1771
+ ],
1772
+ [
1773
+ "SectionHeader",
1774
+ 2
1775
+ ],
1776
+ [
1777
+ "ListGroup",
1778
+ 2
1779
+ ],
1780
+ [
1781
+ "PageHeader",
1782
+ 1
1783
+ ],
1784
+ [
1785
+ "Figure",
1786
+ 1
1787
+ ]
1788
+ ],
1789
+ "block_metadata": {
1790
+ "llm_request_count": 1,
1791
+ "llm_error_count": 0,
1792
+ "llm_tokens_used": 3323
1793
+ }
1794
+ },
1795
+ {
1796
+ "page_id": 10,
1797
+ "text_extraction_method": "pdftext",
1798
+ "block_counts": [
1799
+ [
1800
+ "Span",
1801
+ 59
1802
+ ],
1803
+ [
1804
+ "Line",
1805
+ 30
1806
+ ],
1807
+ [
1808
+ "Text",
1809
+ 4
1810
+ ],
1811
+ [
1812
+ "SectionHeader",
1813
+ 2
1814
+ ],
1815
+ [
1816
+ "PageHeader",
1817
+ 1
1818
+ ],
1819
+ [
1820
+ "Figure",
1821
+ 1
1822
+ ],
1823
+ [
1824
+ "PageFooter",
1825
+ 1
1826
+ ],
1827
+ [
1828
+ "Reference",
1829
+ 1
1830
+ ]
1831
+ ],
1832
+ "block_metadata": {
1833
+ "llm_request_count": 1,
1834
+ "llm_error_count": 0,
1835
+ "llm_tokens_used": 2819
1836
+ }
1837
+ },
1838
+ {
1839
+ "page_id": 11,
1840
+ "text_extraction_method": "pdftext",
1841
+ "block_counts": [
1842
+ [
1843
+ "Span",
1844
+ 56
1845
+ ],
1846
+ [
1847
+ "Line",
1848
+ 20
1849
+ ],
1850
+ [
1851
+ "ListItem",
1852
+ 5
1853
+ ],
1854
+ [
1855
+ "PageHeader",
1856
+ 1
1857
+ ],
1858
+ [
1859
+ "Text",
1860
+ 1
1861
+ ],
1862
+ [
1863
+ "PageFooter",
1864
+ 1
1865
+ ],
1866
+ [
1867
+ "ListGroup",
1868
+ 1
1869
+ ]
1870
+ ],
1871
+ "block_metadata": {
1872
+ "llm_request_count": 0,
1873
+ "llm_error_count": 0,
1874
+ "llm_tokens_used": 0
1875
+ }
1876
+ },
1877
+ {
1878
+ "page_id": 12,
1879
+ "text_extraction_method": "pdftext",
1880
+ "block_counts": [
1881
+ [
1882
+ "Span",
1883
+ 82
1884
+ ],
1885
+ [
1886
+ "Line",
1887
+ 38
1888
+ ],
1889
+ [
1890
+ "Text",
1891
+ 10
1892
+ ],
1893
+ [
1894
+ "SectionHeader",
1895
+ 3
1896
+ ]
1897
+ ],
1898
+ "block_metadata": {
1899
+ "llm_request_count": 0,
1900
+ "llm_error_count": 0,
1901
+ "llm_tokens_used": 0
1902
+ }
1903
+ },
1904
+ {
1905
+ "page_id": 13,
1906
+ "text_extraction_method": "pdftext",
1907
+ "block_counts": [
1908
+ [
1909
+ "Span",
1910
+ 92
1911
+ ],
1912
+ [
1913
+ "Line",
1914
+ 36
1915
+ ],
1916
+ [
1917
+ "Text",
1918
+ 10
1919
+ ],
1920
+ [
1921
+ "SectionHeader",
1922
+ 3
1923
+ ]
1924
+ ],
1925
+ "block_metadata": {
1926
+ "llm_request_count": 0,
1927
+ "llm_error_count": 0,
1928
+ "llm_tokens_used": 0
1929
+ }
1930
+ },
1931
+ {
1932
+ "page_id": 14,
1933
+ "text_extraction_method": "pdftext",
1934
+ "block_counts": [
1935
+ [
1936
+ "Span",
1937
+ 92
1938
+ ],
1939
+ [
1940
+ "Line",
1941
+ 41
1942
+ ],
1943
+ [
1944
+ "SectionHeader",
1945
+ 2
1946
+ ],
1947
+ [
1948
+ "Text",
1949
+ 2
1950
+ ],
1951
+ [
1952
+ "ListItem",
1953
+ 2
1954
+ ],
1955
+ [
1956
+ "PageHeader",
1957
+ 1
1958
+ ],
1959
+ [
1960
+ "PageFooter",
1961
+ 1
1962
+ ],
1963
+ [
1964
+ "ListGroup",
1965
+ 1
1966
+ ],
1967
+ [
1968
+ "Reference",
1969
+ 1
1970
+ ]
1971
+ ],
1972
+ "block_metadata": {
1973
+ "llm_request_count": 0,
1974
+ "llm_error_count": 0,
1975
+ "llm_tokens_used": 0
1976
+ }
1977
+ },
1978
+ {
1979
+ "page_id": 15,
1980
+ "text_extraction_method": "pdftext",
1981
+ "block_counts": [
1982
+ [
1983
+ "Span",
1984
+ 121
1985
+ ],
1986
+ [
1987
+ "Line",
1988
+ 44
1989
+ ],
1990
+ [
1991
+ "Text",
1992
+ 5
1993
+ ],
1994
+ [
1995
+ "ListItem",
1996
+ 2
1997
+ ],
1998
+ [
1999
+ "PageHeader",
2000
+ 1
2001
+ ],
2002
+ [
2003
+ "SectionHeader",
2004
+ 1
2005
+ ],
2006
+ [
2007
+ "PageFooter",
2008
+ 1
2009
+ ],
2010
+ [
2011
+ "ListGroup",
2012
+ 1
2013
+ ]
2014
+ ],
2015
+ "block_metadata": {
2016
+ "llm_request_count": 0,
2017
+ "llm_error_count": 0,
2018
+ "llm_tokens_used": 0
2019
+ }
2020
+ },
2021
+ {
2022
+ "page_id": 16,
2023
+ "text_extraction_method": "pdftext",
2024
+ "block_counts": [
2025
+ [
2026
+ "Span",
2027
+ 91
2028
+ ],
2029
+ [
2030
+ "Line",
2031
+ 46
2032
+ ],
2033
+ [
2034
+ "Text",
2035
+ 4
2036
+ ],
2037
+ [
2038
+ "SectionHeader",
2039
+ 4
2040
+ ],
2041
+ [
2042
+ "PageHeader",
2043
+ 1
2044
+ ],
2045
+ [
2046
+ "PageFooter",
2047
+ 1
2048
+ ]
2049
+ ],
2050
+ "block_metadata": {
2051
+ "llm_request_count": 0,
2052
+ "llm_error_count": 0,
2053
+ "llm_tokens_used": 0
2054
+ }
2055
+ },
2056
+ {
2057
+ "page_id": 17,
2058
+ "text_extraction_method": "pdftext",
2059
+ "block_counts": [
2060
+ [
2061
+ "Span",
2062
+ 79
2063
+ ],
2064
+ [
2065
+ "Line",
2066
+ 40
2067
+ ],
2068
+ [
2069
+ "SectionHeader",
2070
+ 4
2071
+ ],
2072
+ [
2073
+ "Text",
2074
+ 3
2075
+ ],
2076
+ [
2077
+ "PageHeader",
2078
+ 1
2079
+ ],
2080
+ [
2081
+ "PageFooter",
2082
+ 1
2083
+ ]
2084
+ ],
2085
+ "block_metadata": {
2086
+ "llm_request_count": 0,
2087
+ "llm_error_count": 0,
2088
+ "llm_tokens_used": 0
2089
+ }
2090
+ },
2091
+ {
2092
+ "page_id": 18,
2093
+ "text_extraction_method": "pdftext",
2094
+ "block_counts": [
2095
+ [
2096
+ "Span",
2097
+ 58
2098
+ ],
2099
+ [
2100
+ "Line",
2101
+ 25
2102
+ ],
2103
+ [
2104
+ "ListItem",
2105
+ 4
2106
+ ],
2107
+ [
2108
+ "SectionHeader",
2109
+ 3
2110
+ ],
2111
+ [
2112
+ "Text",
2113
+ 2
2114
+ ],
2115
+ [
2116
+ "PageHeader",
2117
+ 1
2118
+ ],
2119
+ [
2120
+ "PageFooter",
2121
+ 1
2122
+ ],
2123
+ [
2124
+ "ListGroup",
2125
+ 1
2126
+ ]
2127
+ ],
2128
+ "block_metadata": {
2129
+ "llm_request_count": 0,
2130
+ "llm_error_count": 0,
2131
+ "llm_tokens_used": 0
2132
+ }
2133
+ },
2134
+ {
2135
+ "page_id": 19,
2136
+ "text_extraction_method": "pdftext",
2137
+ "block_counts": [
2138
+ [
2139
+ "Span",
2140
+ 66
2141
+ ],
2142
+ [
2143
+ "Line",
2144
+ 33
2145
+ ],
2146
+ [
2147
+ "SectionHeader",
2148
+ 3
2149
+ ],
2150
+ [
2151
+ "Text",
2152
+ 3
2153
+ ],
2154
+ [
2155
+ "PageHeader",
2156
+ 1
2157
+ ],
2158
+ [
2159
+ "PageFooter",
2160
+ 1
2161
+ ],
2162
+ [
2163
+ "Reference",
2164
+ 1
2165
+ ]
2166
+ ],
2167
+ "block_metadata": {
2168
+ "llm_request_count": 0,
2169
+ "llm_error_count": 0,
2170
+ "llm_tokens_used": 0
2171
+ }
2172
+ },
2173
+ {
2174
+ "page_id": 20,
2175
+ "text_extraction_method": "pdftext",
2176
+ "block_counts": [
2177
+ [
2178
+ "Span",
2179
+ 34
2180
+ ],
2181
+ [
2182
+ "Line",
2183
+ 14
2184
+ ],
2185
+ [
2186
+ "Text",
2187
+ 2
2188
+ ],
2189
+ [
2190
+ "ListItem",
2191
+ 2
2192
+ ],
2193
+ [
2194
+ "PageHeader",
2195
+ 1
2196
+ ],
2197
+ [
2198
+ "SectionHeader",
2199
+ 1
2200
+ ],
2201
+ [
2202
+ "PageFooter",
2203
+ 1
2204
+ ],
2205
+ [
2206
+ "ListGroup",
2207
+ 1
2208
+ ]
2209
+ ],
2210
+ "block_metadata": {
2211
+ "llm_request_count": 0,
2212
+ "llm_error_count": 0,
2213
+ "llm_tokens_used": 0
2214
+ }
2215
+ },
2216
+ {
2217
+ "page_id": 21,
2218
+ "text_extraction_method": "pdftext",
2219
+ "block_counts": [
2220
+ [
2221
+ "Span",
2222
+ 78
2223
+ ],
2224
+ [
2225
+ "Line",
2226
+ 39
2227
+ ],
2228
+ [
2229
+ "Text",
2230
+ 7
2231
+ ],
2232
+ [
2233
+ "SectionHeader",
2234
+ 3
2235
+ ],
2236
+ [
2237
+ "PageHeader",
2238
+ 1
2239
+ ],
2240
+ [
2241
+ "PageFooter",
2242
+ 1
2243
+ ],
2244
+ [
2245
+ "Reference",
2246
+ 1
2247
+ ]
2248
+ ],
2249
+ "block_metadata": {
2250
+ "llm_request_count": 0,
2251
+ "llm_error_count": 0,
2252
+ "llm_tokens_used": 0
2253
+ }
2254
+ },
2255
+ {
2256
+ "page_id": 22,
2257
+ "text_extraction_method": "pdftext",
2258
+ "block_counts": [
2259
+ [
2260
+ "Span",
2261
+ 98
2262
+ ],
2263
+ [
2264
+ "Line",
2265
+ 43
2266
+ ],
2267
+ [
2268
+ "Text",
2269
+ 6
2270
+ ],
2271
+ [
2272
+ "SectionHeader",
2273
+ 2
2274
+ ],
2275
+ [
2276
+ "ListItem",
2277
+ 2
2278
+ ],
2279
+ [
2280
+ "PageHeader",
2281
+ 1
2282
+ ],
2283
+ [
2284
+ "PageFooter",
2285
+ 1
2286
+ ],
2287
+ [
2288
+ "ListGroup",
2289
+ 1
2290
+ ]
2291
+ ],
2292
+ "block_metadata": {
2293
+ "llm_request_count": 0,
2294
+ "llm_error_count": 0,
2295
+ "llm_tokens_used": 0
2296
+ }
2297
+ },
2298
+ {
2299
+ "page_id": 23,
2300
+ "text_extraction_method": "pdftext",
2301
+ "block_counts": [
2302
+ [
2303
+ "Span",
2304
+ 78
2305
+ ],
2306
+ [
2307
+ "Line",
2308
+ 38
2309
+ ],
2310
+ [
2311
+ "Text",
2312
+ 9
2313
+ ],
2314
+ [
2315
+ "SectionHeader",
2316
+ 3
2317
+ ],
2318
+ [
2319
+ "PageHeader",
2320
+ 1
2321
+ ],
2322
+ [
2323
+ "PageFooter",
2324
+ 1
2325
+ ]
2326
+ ],
2327
+ "block_metadata": {
2328
+ "llm_request_count": 0,
2329
+ "llm_error_count": 0,
2330
+ "llm_tokens_used": 0
2331
+ }
2332
+ },
2333
+ {
2334
+ "page_id": 24,
2335
+ "text_extraction_method": "pdftext",
2336
+ "block_counts": [
2337
+ [
2338
+ "Span",
2339
+ 100
2340
+ ],
2341
+ [
2342
+ "Line",
2343
+ 41
2344
+ ],
2345
+ [
2346
+ "ListItem",
2347
+ 9
2348
+ ],
2349
+ [
2350
+ "SectionHeader",
2351
+ 6
2352
+ ],
2353
+ [
2354
+ "Text",
2355
+ 4
2356
+ ],
2357
+ [
2358
+ "ListGroup",
2359
+ 4
2360
+ ],
2361
+ [
2362
+ "PageHeader",
2363
+ 1
2364
+ ],
2365
+ [
2366
+ "PageFooter",
2367
+ 1
2368
+ ]
2369
+ ],
2370
+ "block_metadata": {
2371
+ "llm_request_count": 0,
2372
+ "llm_error_count": 0,
2373
+ "llm_tokens_used": 0
2374
+ }
2375
+ },
2376
+ {
2377
+ "page_id": 25,
2378
+ "text_extraction_method": "pdftext",
2379
+ "block_counts": [
2380
+ [
2381
+ "Span",
2382
+ 104
2383
+ ],
2384
+ [
2385
+ "Line",
2386
+ 43
2387
+ ],
2388
+ [
2389
+ "Text",
2390
+ 5
2391
+ ],
2392
+ [
2393
+ "ListItem",
2394
+ 4
2395
+ ],
2396
+ [
2397
+ "SectionHeader",
2398
+ 1
2399
+ ],
2400
+ [
2401
+ "ListGroup",
2402
+ 1
2403
+ ]
2404
+ ],
2405
+ "block_metadata": {
2406
+ "llm_request_count": 0,
2407
+ "llm_error_count": 0,
2408
+ "llm_tokens_used": 0
2409
+ }
2410
+ },
2411
+ {
2412
+ "page_id": 26,
2413
+ "text_extraction_method": "pdftext",
2414
+ "block_counts": [
2415
+ [
2416
+ "Span",
2417
+ 101
2418
+ ],
2419
+ [
2420
+ "Line",
2421
+ 39
2422
+ ],
2423
+ [
2424
+ "ListItem",
2425
+ 7
2426
+ ],
2427
+ [
2428
+ "Text",
2429
+ 3
2430
+ ],
2431
+ [
2432
+ "ListGroup",
2433
+ 2
2434
+ ]
2435
+ ],
2436
+ "block_metadata": {
2437
+ "llm_request_count": 0,
2438
+ "llm_error_count": 0,
2439
+ "llm_tokens_used": 0
2440
+ }
2441
+ },
2442
+ {
2443
+ "page_id": 27,
2444
+ "text_extraction_method": "pdftext",
2445
+ "block_counts": [
2446
+ [
2447
+ "Span",
2448
+ 100
2449
+ ],
2450
+ [
2451
+ "Line",
2452
+ 40
2453
+ ],
2454
+ [
2455
+ "ListItem",
2456
+ 7
2457
+ ],
2458
+ [
2459
+ "PageHeader",
2460
+ 1
2461
+ ],
2462
+ [
2463
+ "SectionHeader",
2464
+ 1
2465
+ ],
2466
+ [
2467
+ "Text",
2468
+ 1
2469
+ ],
2470
+ [
2471
+ "PageFooter",
2472
+ 1
2473
+ ],
2474
+ [
2475
+ "ListGroup",
2476
+ 1
2477
+ ],
2478
+ [
2479
+ "Reference",
2480
+ 1
2481
+ ]
2482
+ ],
2483
+ "block_metadata": {
2484
+ "llm_request_count": 0,
2485
+ "llm_error_count": 0,
2486
+ "llm_tokens_used": 0
2487
+ }
2488
+ },
2489
+ {
2490
+ "page_id": 28,
2491
+ "text_extraction_method": "pdftext",
2492
+ "block_counts": [
2493
+ [
2494
+ "Span",
2495
+ 82
2496
+ ],
2497
+ [
2498
+ "Line",
2499
+ 41
2500
+ ],
2501
+ [
2502
+ "Text",
2503
+ 9
2504
+ ],
2505
+ [
2506
+ "PageHeader",
2507
+ 1
2508
+ ],
2509
+ [
2510
+ "SectionHeader",
2511
+ 1
2512
+ ],
2513
+ [
2514
+ "PageFooter",
2515
+ 1
2516
+ ],
2517
+ [
2518
+ "Reference",
2519
+ 1
2520
+ ]
2521
+ ],
2522
+ "block_metadata": {
2523
+ "llm_request_count": 0,
2524
+ "llm_error_count": 0,
2525
+ "llm_tokens_used": 0
2526
+ }
2527
+ },
2528
+ {
2529
+ "page_id": 29,
2530
+ "text_extraction_method": "pdftext",
2531
+ "block_counts": [
2532
+ [
2533
+ "Span",
2534
+ 295
2535
+ ],
2536
+ [
2537
+ "Line",
2538
+ 86
2539
+ ],
2540
+ [
2541
+ "ListItem",
2542
+ 40
2543
+ ],
2544
+ [
2545
+ "ListGroup",
2546
+ 2
2547
+ ],
2548
+ [
2549
+ "PageHeader",
2550
+ 1
2551
+ ],
2552
+ [
2553
+ "SectionHeader",
2554
+ 1
2555
+ ],
2556
+ [
2557
+ "PageFooter",
2558
+ 1
2559
+ ],
2560
+ [
2561
+ "Reference",
2562
+ 1
2563
+ ]
2564
+ ],
2565
+ "block_metadata": {
2566
+ "llm_request_count": 0,
2567
+ "llm_error_count": 0,
2568
+ "llm_tokens_used": 0
2569
+ }
2570
+ },
2571
+ {
2572
+ "page_id": 30,
2573
+ "text_extraction_method": "pdftext",
2574
+ "block_counts": [
2575
+ [
2576
+ "Span",
2577
+ 274
2578
+ ],
2579
+ [
2580
+ "Line",
2581
+ 79
2582
+ ],
2583
+ [
2584
+ "ListItem",
2585
+ 32
2586
+ ],
2587
+ [
2588
+ "ListGroup",
2589
+ 2
2590
+ ],
2591
+ [
2592
+ "PageHeader",
2593
+ 1
2594
+ ],
2595
+ [
2596
+ "Text",
2597
+ 1
2598
+ ],
2599
+ [
2600
+ "PageFooter",
2601
+ 1
2602
+ ]
2603
+ ],
2604
+ "block_metadata": {
2605
+ "llm_request_count": 0,
2606
+ "llm_error_count": 0,
2607
+ "llm_tokens_used": 0
2608
+ }
2609
+ },
2610
+ {
2611
+ "page_id": 31,
2612
+ "text_extraction_method": "pdftext",
2613
+ "block_counts": [
2614
+ [
2615
+ "Span",
2616
+ 37
2617
+ ],
2618
+ [
2619
+ "Line",
2620
+ 19
2621
+ ],
2622
+ [
2623
+ "Text",
2624
+ 4
2625
+ ],
2626
+ [
2627
+ "SectionHeader",
2628
+ 1
2629
+ ]
2630
+ ],
2631
+ "block_metadata": {
2632
+ "llm_request_count": 0,
2633
+ "llm_error_count": 0,
2634
+ "llm_tokens_used": 0
2635
+ }
2636
+ }
2637
+ ],
2638
+ "debug_data_path": "debug_data/gx-iif-open-data"
2639
+ }
marker-pdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {0}------------------------------------------------
2
+
3
+ Image /page/0/Picture/0 description: The image shows the logo for Everest Group. The logo consists of a gray triangle pointing upwards, followed by the text "Everest Group" in blue. A registered trademark symbol is located to the right of the word "Group".
4
+
5
+ ## **Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023**
6
+
7
+ **Focus on Deloitte** August 2023
8
+
9
+ Image /page/0/Picture/3 description: The image is a logo for Everest Group PEAK Matrix. The logo features the words "Everest Group" in blue, with a gray mountain peak above the text. Below "Everest Group" is the word "PEAK" in large, bold, black letters, with the "A" stylized to look like a mountain peak in blue. Below "PEAK" is the word "MATRIX" in smaller, bold, gray letters, with the registered trademark symbol to the right.
10
+
11
+ **Copyright © 2023 Everest Global, Inc.** *This document has been licensed to Deloitte*
12
+
13
+ {1}------------------------------------------------
14
+
15
+ ### Introduction
16
+
17
+ Historically, the traditional manufacturing industry was primarily focused on designing standardized manufacturing procedures and managing labor and mechanical systems, but with the emergence of Industry 4.0, technology adoption has become widespread across industries, unlocking numerous benefits. However, the life sciences industry has been slow in adopting technology to modernize manufacturing setups. Nevertheless, the pandemic, regulatory frameworks, and the urge to achieve operational excellence are now driving the adoption of smart manufacturing services.
18
+
19
+ Life sciences enterprises aim to unlock benefits such as cost optimization, increased productivity, visibility, and efficiency by investing in critical use cases, including digital twins, predictive maintenance, etc. They are also exploring high-growth opportunities such as sustainable manufacturing, batch-to-continuous manufacturing, and manufacturing of personalized medicines. As the industry experiences investments in smart manufacturing, service providers are taking on the role of end-to-end digital transformation partners by co-developing solutions to assist enterprises in their digital journeys.
20
+
21
+ In the full report, we present an assessment of 16 life sciences service providers featured on the [Life Sciences Smart Manufacturing Services PEAK Matrix](https://www2.everestgrp.com/reportaction/EGR-2023-46-R-6085/Toc)® Assessment 2023. The assessment is based on Everest Group's annual RFI process for the calendar year 2023, interactions with leading life sciences service providers, client reference checks, and an ongoing analysis of the life sciences smart manufacturing services market.
22
+
23
+ The full report includes the profiles of the following 16 leading life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix:
24
+
25
+ - ⚫ **Leaders:** Accenture, Cognizant, Deloitte, HCLTech, and TCS
26
+ - ⚫ **Major Contenders:** Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
27
+ - ⚫ **Aspirants:** Atos, HARMAN DTS, and NNIT
28
+
29
+ **Scope of this report**
30
+
31
+ Image /page/1/Picture/10 description: The image shows a gray icon of a globe on a stand. The globe has a grid pattern on it, and the stand is a simple vertical line with a small base. To the right of the globe are the words "Geo" and "Glo" in a sans-serif font, stacked vertically.
32
+
33
+ # Geography
34
+
35
+ Global
36
+
37
+ Image /page/1/Picture/12 description: The image shows two text labels and an icon. The first text label says "Geography" and "Global" below it. The second text label says "Industry" and "Life sciences (biopharmaceutical and medical devices)" below it. The icon is a hand holding a gear.
38
+
39
+ **Geography Industry Services** (biopharmaceuticals and medical devices)
40
+
41
+ Image /page/1/Picture/14 description: The image shows a gray gear icon surrounded by a dashed circle. The gear icon has multiple teeth and is centered within the circle. The dashed circle is made up of small squares, and it appears to be incomplete, with sections missing on the left and right sides.
42
+
43
+ Life sciences smart manufacturing services
44
+
45
+ Image /page/1/Picture/16 description: The image shows the Everest Group logo on the left side. To the right of the logo, it says "Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte". On the far right side of the image, the number 2 is present.
46
+
47
+ {2}------------------------------------------------
48
+
49
+ ## Life Sciences Smart Manufacturing Services PEAK Matrix® characteristics
50
+
51
+ ### **Leaders**
52
+
53
+ Accenture, Cognizant, Deloitte, HCLTech, and TCS
54
+
55
+ - ⚫ Leaders have positioned themselves as digital transformation partners for enterprises with end-to-end capabilities, and offer a balanced breadth of offerings across the life sciences manufacturing value chain
56
+ - ⚫ They demonstrate flexibility and innovation while pitching engagement models and commercial constructs, and possess a distinct talent pool specializing in the life sciences smart manufacturing space
57
+ - ⚫ There is a presence of a robust partnership ecosystem and investments aligned with the demand of the enterprises in the areas of digital twins, IoT-enabled analytics, cybersecurity, etc., as well as high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
58
+ - ⚫ They showcase a clear future roadmap to better supplement their internal capabilities and fill in the gaps in their existing portfolio of services through the development of IP, CoEs, and strategic initiatives
59
+
60
+ ### **Major Contenders**
61
+
62
+ Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
63
+
64
+ - ⚫ Major Contenders comprise a varied mix of midsize and large firms. They possess a relatively less balanced portfolio compared to Leaders and are inclined toward specialization in certain specific areas of the value chain. Additionally, they offer limited solutions around high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
65
+ - ⚫ Major Contenders have shortcomings in certain areas of the manufacturing value chain; the prevalent approach to address smart manufacturing use cases is by harnessing cross-industry intellectual property, talent, and partnerships
66
+ - ⚫ They have substantiated their position within the mid-tier segment of clients by pursuing active client management and ramping up/down resources commensurate to the ask of buyers
67
+
68
+ ### **Aspirants**
69
+
70
+ Atos, HARMAN DTS, and NNIT
71
+
72
+ - ⚫ When it comes to their services portfolio, Aspirants have restricted their focus to specific areas in the life sciences manufacturing value chain, with limited digital service capabilities
73
+ - ⚫ They have a limited partnership ecosystem and place more focus on leveraging horizontal capabilities to cater to the needs of life sciences enterprises rather than developing domain-specific services through CoEs and strategic alliances
74
+ - ⚫ They have a dedicated focus on capturing the market share in the small and midsize buyer segment
75
+
76
+ {3}------------------------------------------------
77
+
78
+ ## Everest Group PEAK Matrix®
79
+
80
+ ### Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 2023 | Deloitte is positioned as a Leader
81
+
82
+ ### **Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix® Assessment 20231,2,3**
83
+
84
+ Image /page/3/Figure/4 description: This image is a capability and market impact graph. The x-axis is labeled "Vision & capability" and "Measures ability to deliver services successfully" and the y-axis is labeled "Market impact" and "Measures impact created in the market". The graph is divided into four quadrants: Aspirants, Major Contenders, and Leaders. Several companies are plotted on the graph, including Accenture, Birlasoft, Tech Mahindra, HCLTech, Cognizant, TCS, LTIMindtree, Wipro, NNIT, HARMAN DTS, Innova Solutions, Deloitte, Atos, Capgemini, Infosys, and NTT DATA.
85
+
86
+ 1 Assessments for Atos, Capgemini, Infosys, and NTT DATA exclude provider inputs and are based on Everest Group's proprietary Transaction Intelligence (TI) database, provider public disclosures, and Everest Group's interactions with enterprise buyers
87
+
88
+ 2 Assessment for Birlasoft, HARMAN DTS, and NNIT is based on partial primary inputs (briefings only)
89
+
90
+ 3 The assessment of Atos is completed prior to its acquisition by Eviden
91
+
92
+ Confidentiality: Everest Group takes its confidentiality pledge very seriously. Any information we collect that is contract specific will only be presented back to the industry in an aggregated fashion Source: Everest Group (2023)
93
+
94
+ Major Contenders
95
+
96
+ Image /page/3/Picture/10 description: The image contains a partial view of a logo or text element, with the letters 'H' and 'M' visible. The text is rendered in a bold, sans-serif font, suggesting a modern and clean design. The background is plain white, which provides a stark contrast and makes the text stand out.
97
+
98
+ {4}------------------------------------------------
99
+
100
+ ### Deloitte profile (page 1 of 6) Overview
101
+
102
+ ### **Company mission**
103
+
104
+ Deloitte's Life Sciences Smart Manufacturing practice partners with life sciences enterprises in reimagining and reconfiguring their value chains to ensure the reliable and efficient supply of affordable and accessible therapies and medical products to the end customers, resulting in enhanced well-being of patients. It supports clients in their digital transformation journey and pushes life sciences manufacturing into the next generation of digital evolution. This is achieved through substantial investments in expanding global smart manufacturing capabilities, fostering robust partnerships, developing proprietary IP-based assets, leveraging smart factory technology, and nurturing talent.
105
+
106
+ ### **Overview of the client base**
107
+
108
+ Among its diverse customer base, Deloitte's life science smart manufacturing practice engages with the top 10 largest global pharmaceutical enterprises, top 10 largest BioTech enterprises, 9 out of the top 10 medical device enterprises, and 18 out of the 21 largest life sciences enterprises.
109
+
110
+ | Revenue by line of business1 | | | |
111
+ |---------------------------------------|-------------------------------------------|----------------------------------------|-------------|
112
+ | | Low (<10%) | Medium (10-35%) | High (>35%) |
113
+ | Biopharmaceuticals | Medical devices | Others | |
114
+ | Revenue by buyer size1 | | | |
115
+ | | Low (<20%) | Medium (20-40%) | High (>40%) |
116
+ | Small (annual revenue <US\$1 billion) | Midsize (annual revenue US\$1-10 billion) | Large (annual revenue >US\$10 billion) | |
117
+ | Revenue by geography1 | | | |
118
+ | | Low (<15%) | Medium (15-40%) | High (>40%) |
119
+ | North America | Rest of Europe | United Kingdom | |
120
+ | Asia Pacific | Middle East & Africa | South America | |
121
+
122
+ 1 All the revenue components add up to a total of 100%
123
+
124
+ Image /page/4/Picture/8 description: The image shows the logo for Everest Group. The logo consists of a gray triangle pointing upwards, followed by the text "Everest Group" in blue. A small "R" in a circle is located to the right of the word "Group".
125
+
126
+ {5}------------------------------------------------
127
+
128
+ ### Deloitte profile (page 2 of 6) Case studies
129
+
130
+ ### *NOT EXHAUSTIVE*
131
+
132
+ **Case study 1 Transformation of Quality Management System (QMS) for a global pharmaceutical manufacturer**
133
+
134
+ #### **Business challenge**
135
+
136
+ The client faced challenges with high costs of quality and the regulatory risks in managing compliance. It had basic and disconnected platforms for quality processes, and lacked integration and traceability. To address this, the client identified a QMS platform and set ambitious timelines to deploy multiple Quality System Elements (QSEs) across more than five sites.
137
+
138
+ #### **Solution**
139
+
140
+ Deloitte assisted the client in their QMS transformation journey by assessing the current state of QSEs and conducting a process design exercise. Additionally, it built solutions tailored to client requirements, including customization with next-generation functionalities, performed detailed validation and system testing, and supported the change management process through a training program strategy.
141
+
142
+ ### **Impact**
143
+
144
+ - ⚫ Assisted the clients in realizing benefits worth US\$30 million by eliminating non-value-added work, thereby reducing overhead expenses
145
+ - ⚫ Deployed more than 10 QSEs in 14 months across five manufacturing sites
146
+ - ⚫ Ensured QMS process adoption for more than 700 employees globally
147
+
148
+ **Case study 2 Developing a global security standard for the manufacturing sites of a global pharmaceutical enterprise**
149
+
150
+ #### **Business challenge**
151
+
152
+ The client recognized the necessity of developing and implementing a global security standard across all manufacturing and R&D sites to enhance the security maturity of Internet of Things (IoT), Industrial Control Systems (ICS), and Operational Technology (OT).
153
+
154
+ #### **Solution**
155
+
156
+ Deloitte implemented a tailored OT cybersecurity framework, conducted detailed site security assessments, and deployed monitoring solutions to enhance OT asset security monitoring, visibility, and situational awareness. It also deployed threat intelligence and analytics for detecting OT cybersecurity threats and established standards, communication plans, playbooks, and workflows for incident response and recovery.
157
+
158
+ ### **Impact**
159
+
160
+ - ⚫ Deployed 14 OT security controls
161
+ - ⚫ Remediated 42 manufacturing and R&D sites
162
+ - ⚫ Identified and monitored more than 30,000 OT digital assets
163
+
164
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte 6
165
+
166
+ {6}------------------------------------------------
167
+
168
+ ### Deloitte profile (page 3 of 6) Offerings
169
+
170
+ ### *NOT EXHAUSTIVE*
171
+
172
+ | Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list) | |
173
+ |------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
174
+ | Solution | Details |
175
+ | Supply chain control tower platform | It is an end-to-end platform solution that assists clients by providing prescriptive insights, monitoring transaction-level data, and offering analytical capabilities across the manufacturing and supply chain processes. |
176
+ | CentralSight | It has the capabilities to effectively visualize a multi-tier deep supplier ecosystem, helping enterprises identify and address the associated risks within the ecosystem in a timely manner. |
177
+ | Smart factory capability compass | It is an application that assists clients in assessing the current manufacturing maturity and readiness of their sites for smart factory investments and initiatives. |
178
+ | CognitiveSpark for manufacturing | It is a cloud-based, Al-powered solution designed to assist biopharma and MedTech manufacturers with insights that help optimize manufacturing processes and improve product quality. |
179
+ | Turnkey loT | It is a suite of pre-configured solution accelerators tailored to high-potential manufacturing use cases. |
180
+ | Managed Extended Detection and Response (MXDR) | It is a SaaS-based, modular cybersecurity solution designed to protect enterprises from internal and external cyber threats. |
181
+ | Greenlight | This is a decarbonization solution designed to achieve net-zero emissions. It includes a package of dashboard modules that can ingest Green House Gas (GHG) emissions and reduce project data, enabling clients to visualize and analyze their aggregate carbon footprint. |
182
+ | IDEA | It is an loT-based application that helps clients manage real-time energy consumption from different sources, combining the loT approach with traditional Energy Management Systems (EMS). |
183
+ | Digital loT | It is a preconfigured Siemens MindSphere application that offers a cloud-based, open loT operating system connecting products, plants, systems, and machines. This application unifies data from Digital Product Lifecycle Management (DPLM), Data Acquisition and Management System (DAMS), Digital Manufacturing Execution System (DMES), and IoT systems onto an integrated dashboard, thereby enabling actionable insights. |
184
+
185
+ {7}------------------------------------------------
186
+
187
+ ### Deloitte profile (page 4 of 6) Offerings
188
+
189
+ ### *NOT EXHAUSTIVE*
190
+
191
+ | Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list) | |
192
+ |------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
193
+ | Solution | Details |
194
+ | SupplyHorizon | It enables enterprises to proactively identify and mitigate supply chain issues. It leverages internal and external data, risk profiling, mitigation planning, persona-based visualizations, and AI to enable a visibility of multi-tier supply networks and sense any upcoming risks in order to mitigate disruptions. |
195
+ | Smart manufacturing platform | This is a platform solution that enables the comprehensive view of manufacturing operations across the organization with connected data from disparate systems to create dynamic data visualizations that provide useful insights and recommended actions. It assists in predictive analytics, quality analytics, planning and management, shop floor tracking and serialization, etc. |
196
+ | Supplier 360 | It is an end-to-end management solution that improves supplier relationships by consolidating data from various disparate sources to generate actionable insights on supplier performance, connecting stakeholders, and more. |
197
+
198
+ {8}------------------------------------------------
199
+
200
+ ### Deloitte profile (page 5 of 6) Recent developments
201
+
202
+ ### *NOT EXHAUSTIVE*
203
+
204
+ | Key events – related to smart manufacturing services (representative list) | | | |
205
+ |----------------------------------------------------------------------------|---------------|------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
206
+ | Event name | Type of event | Year | Details |
207
+ | Industrial data fabric | Alliance | 2023 | Forged a multi-party partnership with AWS, HighByte, and Element to help manufacturers connect, structure, and manage industrial data at scale through an open industrial data framework; supports Deloitte's smart manufacturing platform and services, offering data analytics, predictive insights, and faster time-to-value for manufacturers |
208
+ | Nubik | Acquisition | 2022 | Acquired to strengthen its presence and leadership in the Salesforce practice and firm up its relationships and offerings for mid-market clients; it will assist clients with advanced solutions in manufacturing and distribution |
209
+ | OCT Emissions Solutions | Acquisition | 2022 | Acquired to assist clients with an end-to-end offering across the climate change and decarbonization life cycle. It provides solutions for hydrogen, carbon sequestration and offsets, and carbon dioxide cleanup |
210
+ | AE Cloud Consultant | Acquisition | 2022 | Acquired to deploy front-end and back-end solutions for order management, production management, supply chain management, warehouse and fulfillment, procurement, etc., for enterprises |
211
+ | Smart factories spread across global locations | Investment | 2022 | The smart factories that are spread across the globe serve as an ecosystem of smart manufacturing capabilities built on advanced technologies such as IoT, cybersecurity, and digital twins; also acts as a platform that brings together solution providers, technology innovators, and academic researchers to drive innovation |
212
+ | Check Point | Alliance | 2021 | Alliance with Check Point, a leading provider of cybersecurity solutions, to assist Deloitte in strengthening Industry 4.0 technologies by securing the enterprise manufacturing and supply chain infrastructure |
213
+ | Syncronic | Acquisition | 2021 | Acquired to enhance its supply chain practice in the Nordics region |
214
+ | aeCyberSolutions | Acquisition | 2021 | Acquired to strengthen its cybersecurity offerings |
215
+ | Digital Immunity | Alliance | 2020 | Alliance with Digital Immunity to leverage Deloitte's multiple OT lab environments, such as the Smart Factory in Wichita, to accelerate deployment testing by utilizing configuration and deployment guidelines from the lab environment |
216
+ | Nozomi | Alliance | 2020 | Alliance with Nozomi Networks to deliver IT, OT, and IoT security services in the EMEA region. This collaboration aims to assist enterprises in enhancing their threat detection capabilities and implementing effective cyber risk solutions |
217
+ | Beelogix | Acquisition | 2019 | Acquired to expand its capabilities and leadership in SAP digital supply chain solution |
218
+
219
+ Image /page/8/Picture/4 description: The image shows the logo for Everest Group. The logo consists of a gray mountain peak symbol on the left, followed by the text "Everest Group" in blue. The text is slightly offset to the right of the mountain peak symbol.
220
+
221
+ {9}------------------------------------------------
222
+
223
+ ### Deloitte profile (page 6 of 6) Everest Group assessment – Leader
224
+
225
+ **Measure of capability:** Low High
226
+
227
+ | Market impact | | | | Vision & capability | | | | |
228
+ |--------------------|------------------|--------------------|---------|------------------------|------------------------------|-------------------------------|-----------------------|---------|
229
+ | Market<br>adoption | Portfolio<br>mix | Value<br>delivered | Overall | Vision and<br>strategy | Scope of<br>services offered | Innovation and<br>investments | Delivery<br>footprint | Overall |
230
+ | | | | | | | | | |
231
+
232
+ - **Strengths Limitations**
233
+ - ⚫ Deloitte has made substantial investments in developing manufacturing solutions throughout the life sciences value chain, focusing on futuristic domain use cases such as cell and gene therapy manufacturing and sustainable manufacturing. It is further reinforced by its dedicated investments in building the Wichita smart factory, which strengthens its capabilities in IoT, cybersecurity, digital twins, robotics, etc.
234
+ - ⚫ While clients highlight the premium pricing points, they acknowledge the innovative commercial constructs offered by Deloitte and perceive the dollar value per service provided to be better compared to peers
235
+ - ⚫ Clients view Deloitte as a reliable strategic partner as it addresses both the existing and emerging business problems, even by engaging third-party providers if necessary
236
+ - ⚫ Clients appreciate the high quality of the talent deployed and the strong technical domain knowledge they possess
237
+ - ⚫ Although clients appreciate the technical and domain expertise of the talent deployed, they expect better attrition management to ensure seamless project delivery
238
+ - ⚫ Deloitte's tendency to consistently agree with clients without conducting thorough evaluations can reveal a lack of critical assessment and hinder their ability to make decisions that align with the enterprise's expertise and best interests
239
+ - ⚫ While clients appreciate Deloitte's strategic inputs, they look for better transparency and alignment with the enterprise stakeholders
240
+
241
+ {10}------------------------------------------------
242
+
243
+ # **Appendix**
244
+
245
+ Image /page/10/Picture/1 description: The image shows the logo for Everest Group. The logo consists of a gray triangle pointing upwards and to the right, followed by the words "Everest Group" in blue. A registered trademark symbol is located to the upper right of the word "Group".
246
+
247
+ {11}------------------------------------------------
248
+
249
+ ### Everest Group PEAK Matrix® is a proprietary framework for assessment of market impact and vision & capability
250
+
251
+ Image /page/11/Picture/2 description: The image is a logo for Everest Group PEAK Matrix. The words "Everest Group" are in blue at the top of the logo. Below that, the word "PEAK" is in large, bold, black letters, with the "A" stylized to include a blue triangle. Below "PEAK" is the word "MATRIX" in smaller, gray letters, with the registered trademark symbol to the right.
252
+
253
+ **Everest Group PEAK Matrix**
254
+
255
+ Image /page/11/Figure/4 description: The image is a quadrant graph with the x-axis labeled as "Vision & capability" and the y-axis labeled as "Market impact". The x-axis measures the ability to deliver services successfully, and the y-axis measures the impact created in the market. The graph is divided into three sections: "Aspirants" in the lower-left, "Major Contenders" in the middle, and "Leaders" in the upper-right.
256
+
257
+ {12}------------------------------------------------
258
+
259
+ ### Services PEAK Matrix® evaluation dimensions
260
+
261
+ Image /page/12/Picture/2 description: The image shows the logo for Everest Group PEAK Matrix. The logo features the words "Everest Group" in a blue sans-serif font above the word "PEAK" in a larger, bolder font. The "E" in "PEAK" is stylized with a blue triangle shape. Below "PEAK" is the word "MATRIX" in a smaller, gray sans-serif font, with the registered trademark symbol to the right.
262
+
263
+ Measures impact created in the market – captured through three subdimensions
264
+
265
+ Image /page/12/Figure/4 description: The image shows a 2x2 matrix with the axes labeled "Market Impact" and "Vision & Capability". The matrix is divided into four quadrants: "Aspirants", "Major Contenders", and "Leaders". There are descriptions of "Market adoption", "Portfolio mix", "Value delivered", "Vision and strategy", "Scope of services offered", "Innovation and investments", and "Delivery footprint".
266
+
267
+ {13}------------------------------------------------
268
+
269
+ #### **Does the PEAK Matrix® assessment incorporate any subjective criteria?**
270
+
271
+ Everest Group's PEAK Matrix assessment takes an unbiased and fact-based approach that leverages provider / technology vendor RFIs and Everest Group's proprietary databases containing providers' deals and operational capability information. In addition, we validate/fine-tune these results based on our market experience, buyer interaction, and provider/vendor briefings.
272
+
273
+ #### **Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome?**
274
+
275
+ No. The PEAK Matrix highlights and positions only the best-in-class providers / technology vendors in a particular space. There are a number of providers from the broader universe that are assessed and do not make it to the PEAK Matrix at all. Therefore, being represented on the PEAK Matrix is itself a favorable recognition.
276
+
277
+ #### **What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning?**
278
+
279
+ A PEAK Matrix positioning is only one aspect of Everest Group's overall assessment. In addition to assigning a Leader, Major Contender, or Aspirant label, Everest Group highlights the distinctive capabilities and unique attributes of all the providers assessed on the PEAK Matrix. The detailed metric-level assessment and associated commentary are helpful for buyers in selecting providers/vendors for their specific requirements. They also help providers/vendors demonstrate their strengths in specific areas.
280
+
281
+ ### **What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?**
282
+
283
+ - ⚫ Enterprise participants receive summary of key findings from the PEAK Matrix assessment
284
+ - ⚫ For providers
285
+ - The RFI process is a vital way to help us keep current on capabilities; it forms the basis for our database without participation, it is difficult to effectively match capabilities to buyer inquiries
286
+ - In addition, it helps the provider/vendor organization gain brand visibility through being in included in our research reports
287
+
288
+ ### **What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?**
289
+
290
+ - ⚫ Providers/vendors can use their PEAK Matrix positioning or Star Performer rating in multiple ways including:
291
+ - Issue a press release declaring positioning; see our [citation policies](https://www.everestgrp.com/research/peak-matrix/peak-matrix-citation-policy/)
292
+ - Purchase a customized PEAK Matrix profile for circulation with clients, prospects, etc. The package includes the profile as well as quotes from Everest Group analysts, which can be used in PR
293
+ - Use PEAK Matrix badges for branding across communications (e-mail signatures, marketing brochures, credential packs, client presentations, etc.)
294
+ - ⚫ The provider must obtain the requisite licensing and distribution rights for the above activities through an agreement with Everest Group; please contact your CD or [contact us](https://www.everestgrp.com/contact-us/)
295
+
296
+ ### **Does the PEAK Matrix evaluation criteria change over a period of time?**
297
+
298
+ PEAK Matrix assessments are designed to serve enterprises' current and future needs. Given the dynamic nature of the global services market and rampant disruption, the assessment criteria are realigned as and when needed to reflect the current market reality and to serve enterprises' future expectations.
299
+
300
+ Proprietary © 2023, Everest Global, Inc. | this document has been licensed to Deloitte 14
301
+
302
+ {14}------------------------------------------------
303
+
304
+ Everest Group®
305
+ With you on the journey
306
+
307
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through
308
+ today's market challenges and strengthen their strategies by applying contextualized problem-solving to their unique
309
+ situations. This drives maximized operational and financial performance and transformative experiences. Our deep
310
+ expertise and tenacious research focused on technology, business processes, and engineering through the lenses of
311
+ talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content
312
+ at www.everestgrp.com.
313
+
314
+ Stay connected
315
+
316
+ Dallas (Headquarters)
317
318
+ +1-214-451-3000
319
+
320
+ Bangalore
321
322
+ +91-80-61463500
323
+
324
+ Delhi
325
326
+ +91-124-496-1000
327
+
328
+ London
329
330
+ +44-207-129-1318
331
+
332
+ Toronto
333
334
+ +1-214-451-3000
335
+
336
+ Website
337
+ everestgrp.com
338
+
339
+ Social Media
340
+ @EverestGroup
341
+ in @Everest Group
342
+ + @Everest Group
343
+ @Everest Group
344
+
345
+ Blog
346
+ everestgrp.com/blog
347
+
348
+ This document is for informational purposes only, and it is being provided
349
+ "as is" and "as available" without any warranty of any kind, including any
350
+ warranties of completeness, adequacy, or fitness for a particular purpose.
351
+ Everest Group is not a legal or investment adviser; the contents of this
352
+ document should not be construed as legal, tax, or investment advice.
353
+ This document should not be used as a substitute for consultation with
354
+ professional advisors, and Everest Group disclaims liability for any
355
+ actions or decisions not to act that are taken as a result of any material
356
+ in this publication.
357
+
358
+ NOTICE AND DISCLAIMERS
359
+
360
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY.
361
+ THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP'S TERMS OF USE.
362
+
363
+ Everest Group's Terms of Use, available at www.everestgrp.com/terms-of-use/, is hereby incorporated by
364
+ reference as if fully reproduced herein. Parts of these terms are pasted below for convenience; please refer
365
+ to the link above for the full version of the Terms of Use.
366
+
367
+ Everest Group is not registered as an investment adviser or research analyst with the U.S. Securities and
368
+ Exchange Commission, the Financial Industry Regulatory Authority (FINRA), or any state or foreign securities
369
+ regulatory authority. For the avoidance of doubt, Everest Group is not providing any advice concerning securities
370
+ as defined by the law or any regulatory entity or an analysis of equity securities as defined by the law or any
371
+ regulatory entity.
372
+
373
+ All Everest Group Products and/or Services are for informational purposes only and are provided "as is" without
374
+ any warranty of any kind. You understand and expressly agree that you assume the entire risk as to your use
375
+ and any reliance upon any Product or Service. Everest Group is not a legal, tax, financial, or investment advisor,
376
+ and nothing provided by Everest Group is legal, tax, financial, or investment advice. Nothing Everest Group
377
+ provides is an offer to sell or a solicitation of an offer to purchase any securities or instruments from any entity.
378
+ Nothing from Everest Group may be used or relied upon in evaluating the merits of any investment. Do not base
379
+ any investment decisions, in whole or part, on anything provided by Everest Group.
380
+
381
+ Products and/or Services represent research opinions or viewpoints, not representations or statements of fact.
382
+ Accessing, using, or receiving a grant of access to an Everest Group Product and/or Service does not constitute
383
+ any recommendation by Everest Group that recipient (1) take any action or refrain from taking any action or
384
+ (2) enter into a particular transaction. Nothing from Everest Group will be relied upon or interpreted as a promise
385
+ or representation as to past, present, or future performance of a business or a market. The information contained
386
+ in any Everest Group Product and/or Service is as of the date prepared, and Everest Group has no duty or
387
+ obligation to update or revise the information or documentation. Everest Group may have obtained information
388
+ that appears in its Products and/or Services from the parties mentioned therein, public sources, or third-party
389
+ sources, including information related to financials, estimates, and/or forecasts. Everest Group has not audited
390
+ such information and assumes no responsibility for independently verifying such information as Everest Group
391
+ has relied on such information being complete and accurate in all respects. Note, companies mentioned in
392
+ Products and/or Services may be customers of Everest Group or have interacted with Everest Group in some
393
+ other way, including, without limitation, participating in Everest Group research activities.
394
+
395
+ Everest Group®
396
+ With you on the journey
397
+
398
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through today's market challenges and strengthen their strategies by applying contextualized problem-solving to their unique situations. This drives maximized operational and financial performance and transformative experiences. Our deep expertise and tenacious research focused on technolo[gy, business processes,](http://www.everestgrp.com/) and engineering through the lenses of talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content at **[www.everestgrp.com](http://www.everestgrp.com/)**.
399
+
400
+ ### **Stay connected**
401
+
402
+ **Dallas (Headquarters)** [[email protected]](mailto:[email protected]) +1-214-451-3000
403
+
404
+ **Bangalore** [[email protected]](mailto:[email protected]) +91-80-61463500
405
+
406
+ **Delhi** [[email protected]](mailto:[email protected]) +91-124-496-1000
407
+
408
+ **London**
409
+
410
+ [[email protected]](mailto:[email protected]) +44-207-129-1318
411
+
412
+ **Toronto** [[email protected]](mailto:[email protected]) +1-214-451-3000
413
+
414
+ *This document is for informational purposes only, and it is being provided "as is" and "as available" without any warranty of any kind, including any warranties of completeness, adequacy, or fitness for a particular purpose. Everest Group is not a legal or investment adviser; the contents of this document should not be construed as legal, tax, or investment advice. This document should not be used as a substitute for consultation with professional advisors, and Everest Group disclaims liability for any actions or decisions not to act that are taken as a result of any material in this publication.*
415
+
416
+ #### NOTICE AND DISCLAIMERS
417
+
418
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY. THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP'S TERMS OF USE.
419
+
420
+ Everest Group's Terms of Use, available at www.everestgrp.com/terms-of-use/, is hereby incorporated by reference as if fully reproduced herein. Parts of these terms are pasted below for convenience; please refer to the link above for the full version of the Terms of Use.
421
+
422
+ Everest Group is not registered as an investment adviser or research analyst with the U.S. Securities and Exchange Commission, the Financial Industry Regulatory Authority (FINRA), or any state or foreign securities regulatory authority. For the avoidance of doubt, Everest Group is not providing any advice concerning securities as defined by the law or any regulatory entity or an analysis of equity securities as defined by the law or any regulatory entity.
423
+
424
+ All Everest Group Products and/or Services are for informational purposes only and are provided "as is" without any warranty of any kind. You understand and expressly agree that you assume the entire risk as to your use and any reliance upon any Product or Service. Everest Group is not a legal, tax, financial, or investment advisor, and nothing provided by Everest Group is legal, tax, financial, or investment advice. Nothing Everest Group provides is an offer to sell or a solicitation of an offer to purchase any securities or instruments from any entity. Nothing from Everest Group may be used or relied upon in evaluating the merits of any investment. Do not base any investment decisions, in whole or part, on anything provided by Everest Group.
425
+
426
+ Products and/or Services represent research opinions or viewpoints, not representations or statements of fact. Accessing, using, or receiving a grant of access to an Everest Group Product and/or Service does not constitute any recommendation by Everest Group that recipient (1) take any action or refrain from taking any action or (2) enter into a particular transaction. Nothing from Everest Group will be relied upon or interpreted as a promise or representation as to past, present, or future performance of a business or a market. The information contained in any Everest Group Product and/or Service is as of the date prepared, and Everest Group has no duty or obligation to update or revise the information or documentation. Everest Group may have obtained information that appears in its Products and/or Services from the parties mentioned therein, public sources, or third-party sources, including information related to financials, estimates, and/or forecasts. Everest Group has not audited such information and assumes no responsibility for independently verifying such information as Everest Group has relied on such information being complete and accurate in all respects. Note, companies mentioned in Products and/or Services may be customers of Everest Group or have interacted with Everest Group in some other way, including, without limitation, participating in Everest Group research activities.
427
+
428
+ **Website** [everestgrp.com](https://www.everestgrp.com/)
429
+
430
+ **Social Media**
431
+
432
+ - [@EverestGroup](https://twitter.com/EverestGroup)
433
+ -
434
+
435
+ [@Everest Group](https://www.youtube.com/channel/UCbQ1l16kgLcWzLOSIN3cdHg)
436
+
437
+ **Blog** [everestgrp.com/blog](https://www.everestgrp.com/blog)
438
+
439
+ everestgrp.com
440
+
441
+ Social Media
442
+
443
+ [@Everest Group](https://www.linkedin.com/company/everest-group)
444
+
445
+ [@Everest Group](https://www.facebook.com/everestgrp/)
446
+
447
+ @Everest Grou
marker-pdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023_meta.json ADDED
@@ -0,0 +1,1579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "table_of_contents": [
3
+ {
4
+ "title": "Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix\u00ae\nAssessment 2023",
5
+ "heading_level": null,
6
+ "page_id": 0,
7
+ "polygon": [
8
+ [
9
+ 48.46169471740723,
10
+ 229.98187065124512
11
+ ],
12
+ [
13
+ 820.7607650756836,
14
+ 229.98187065124512
15
+ ],
16
+ [
17
+ 820.7607650756836,
18
+ 281.15925550460815
19
+ ],
20
+ [
21
+ 48.46169471740723,
22
+ 281.15925550460815
23
+ ]
24
+ ]
25
+ },
26
+ {
27
+ "title": "Introduction",
28
+ "heading_level": null,
29
+ "page_id": 1,
30
+ "polygon": [
31
+ [
32
+ 24.260000228881836,
33
+ 50.21638423204422
34
+ ],
35
+ [
36
+ 145.91623306274414,
37
+ 49.16169673204422
38
+ ],
39
+ [
40
+ 145.91623306274414,
41
+ 69.75773066282272
42
+ ],
43
+ [
44
+ 24.260000228881836,
45
+ 70.81241816282272
46
+ ]
47
+ ]
48
+ },
49
+ {
50
+ "title": "Life Sciences Smart Manufacturing Services PEAK Matrix\u00ae characteristics",
51
+ "heading_level": null,
52
+ "page_id": 2,
53
+ "polygon": [
54
+ [
55
+ 24.260000228881836,
56
+ 48.84619653224945
57
+ ],
58
+ [
59
+ 758.5004425048828,
60
+ 47.79150903224945
61
+ ],
62
+ [
63
+ 756.8099975585938,
64
+ 70.94423800706863
65
+ ],
66
+ [
67
+ 23.597660064697266,
68
+ 71.99892550706863
69
+ ]
70
+ ]
71
+ },
72
+ {
73
+ "title": "Leaders",
74
+ "heading_level": null,
75
+ "page_id": 2,
76
+ "polygon": [
77
+ [
78
+ 24.260000228881836,
79
+ 130.99406719207764
80
+ ],
81
+ [
82
+ 70.40939569473267,
83
+ 129.93937969207764
84
+ ],
85
+ [
86
+ 68.53439569473267,
87
+ 144.5570433139801
88
+ ],
89
+ [
90
+ 22.934498190879822,
91
+ 145.6117308139801
92
+ ]
93
+ ]
94
+ },
95
+ {
96
+ "title": "Major Contenders",
97
+ "heading_level": null,
98
+ "page_id": 2,
99
+ "polygon": [
100
+ [
101
+ 23.933186531066895,
102
+ 286.69015288352966
103
+ ],
104
+ [
105
+ 119.73820209503174,
106
+ 285.63546538352966
107
+ ],
108
+ [
109
+ 119.73820209503174,
110
+ 299.9562084674835
111
+ ],
112
+ [
113
+ 23.933186531066895,
114
+ 301.0108959674835
115
+ ]
116
+ ]
117
+ },
118
+ {
119
+ "title": "Aspirants",
120
+ "heading_level": null,
121
+ "page_id": 2,
122
+ "polygon": [
123
+ [
124
+ 24.260000228881836,
125
+ 414.62048292160034
126
+ ],
127
+ [
128
+ 76.38568639755249,
129
+ 413.56579542160034
130
+ ],
131
+ [
132
+ 76.38568639755249,
133
+ 426.9079895019531
134
+ ],
135
+ [
136
+ 24.260000228881836,
137
+ 427.9511046409607
138
+ ]
139
+ ]
140
+ },
141
+ {
142
+ "title": "Everest Group PEAK Matrix\u00ae",
143
+ "heading_level": null,
144
+ "page_id": 3,
145
+ "polygon": [
146
+ [
147
+ 24.260000228881836,
148
+ 49.17774975299835
149
+ ],
150
+ [
151
+ 305.4876708984375,
152
+ 48.12306225299835
153
+ ],
154
+ [
155
+ 303.82000732421875,
156
+ 70.47649562358856
157
+ ],
158
+ [
159
+ 24.260000228881836,
160
+ 71.53118312358856
161
+ ]
162
+ ]
163
+ },
164
+ {
165
+ "title": "Life Sciences Smart Manufacturing Services PEAK Matrix\u00ae Assessment 2023 | \nDeloitte is positioned as a Leader",
166
+ "heading_level": null,
167
+ "page_id": 3,
168
+ "polygon": [
169
+ [
170
+ 24.260000228881836,
171
+ 71.46684229373932
172
+ ],
173
+ [
174
+ 655.9120483398438,
175
+ 70.41215479373932
176
+ ],
177
+ [
178
+ 655.9120483398438,
179
+ 113.20162296295166
180
+ ],
181
+ [
182
+ 24.260000228881836,
183
+ 114.25631046295166
184
+ ]
185
+ ]
186
+ },
187
+ {
188
+ "title": "Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix\u00ae Assessment 20231,2,3",
189
+ "heading_level": null,
190
+ "page_id": 3,
191
+ "polygon": [
192
+ [
193
+ 24.479999542236328,
194
+ 130.2620816230774
195
+ ],
196
+ [
197
+ 521.1074066162109,
198
+ 129.2073941230774
199
+ ],
200
+ [
201
+ 520.7200927734375,
202
+ 143.57458233833313
203
+ ],
204
+ [
205
+ 24.208803176879883,
206
+ 144.62926983833313
207
+ ]
208
+ ]
209
+ },
210
+ {
211
+ "title": "Deloitte profile (page 1 of 6)\nOverview",
212
+ "heading_level": null,
213
+ "page_id": 4,
214
+ "polygon": [
215
+ [
216
+ 24.260000228881836,
217
+ 48.9025953412056
218
+ ],
219
+ [
220
+ 272.4066638946533,
221
+ 47.8479078412056
222
+ ],
223
+ [
224
+ 270.5316638946533,
225
+ 91.55014038085938
226
+ ],
227
+ [
228
+ 24.260000228881836,
229
+ 92.05828160047531
230
+ ]
231
+ ]
232
+ },
233
+ {
234
+ "title": "Company mission",
235
+ "heading_level": null,
236
+ "page_id": 4,
237
+ "polygon": [
238
+ [
239
+ 27.600000381469727,
240
+ 131.85626327991486
241
+ ],
242
+ [
243
+ 108.25272560119629,
244
+ 130.80157577991486
245
+ ],
246
+ [
247
+ 106.37772560119629,
248
+ 142.46857345104218
249
+ ],
250
+ [
251
+ 27.183455228805542,
252
+ 143.52326095104218
253
+ ]
254
+ ]
255
+ },
256
+ {
257
+ "title": "Overview of the client base",
258
+ "heading_level": null,
259
+ "page_id": 4,
260
+ "polygon": [
261
+ [
262
+ 26.65986657142639,
263
+ 237.15555131435394
264
+ ],
265
+ [
266
+ 143.61801624298096,
267
+ 236.10086381435394
268
+ ],
269
+ [
270
+ 143.61801624298096,
271
+ 247.1001523733139
272
+ ],
273
+ [
274
+ 26.65986657142639,
275
+ 248.1548398733139
276
+ ]
277
+ ]
278
+ },
279
+ {
280
+ "title": "Deloitte profile (page 2 of 6)\nCase studies",
281
+ "heading_level": null,
282
+ "page_id": 5,
283
+ "polygon": [
284
+ [
285
+ 24.260000228881836,
286
+ 49.53986406326294
287
+ ],
288
+ [
289
+ 273.43408584594727,
290
+ 48.48517656326294
291
+ ],
292
+ [
293
+ 271.55908584594727,
294
+ 91.55014038085938
295
+ ],
296
+ [
297
+ 24.072904586791992,
298
+ 92.36079454421997
299
+ ]
300
+ ]
301
+ },
302
+ {
303
+ "title": "NOT EXHAUSTIVE",
304
+ "heading_level": null,
305
+ "page_id": 5,
306
+ "polygon": [
307
+ [
308
+ 842.0,
309
+ 104.32006180286407
310
+ ],
311
+ [
312
+ 937.9103393554688,
313
+ 103.26537430286407
314
+ ],
315
+ [
316
+ 937.9103393554688,
317
+ 117.94601082801819
318
+ ],
319
+ [
320
+ 842.0,
321
+ 119.00069832801819
322
+ ]
323
+ ]
324
+ },
325
+ {
326
+ "title": "",
327
+ "heading_level": null,
328
+ "page_id": 5,
329
+ "polygon": [
330
+ [
331
+ 28.54609966278076,
332
+ 149.14865791797638
333
+ ],
334
+ [
335
+ 84.79520559310913,
336
+ 149.14865791797638
337
+ ],
338
+ [
339
+ 84.79520559310913,
340
+ 160.85189759731293
341
+ ],
342
+ [
343
+ 28.54609966278076,
344
+ 160.85189759731293
345
+ ]
346
+ ]
347
+ },
348
+ {
349
+ "title": "Business challenge",
350
+ "heading_level": null,
351
+ "page_id": 5,
352
+ "polygon": [
353
+ [
354
+ 27.370558977127075,
355
+ 183.7496691942215
356
+ ],
357
+ [
358
+ 112.11127281188965,
359
+ 183.7496691942215
360
+ ],
361
+ [
362
+ 112.11127281188965,
363
+ 194.81922090053558
364
+ ],
365
+ [
366
+ 27.370558977127075,
367
+ 194.81922090053558
368
+ ]
369
+ ]
370
+ },
371
+ {
372
+ "title": "Solution",
373
+ "heading_level": null,
374
+ "page_id": 5,
375
+ "polygon": [
376
+ [
377
+ 27.30837106704712,
378
+ 254.9570882320404
379
+ ],
380
+ [
381
+ 66.04283094406128,
382
+ 254.9570882320404
383
+ ],
384
+ [
385
+ 66.04283094406128,
386
+ 265.6023895740509
387
+ ],
388
+ [
389
+ 27.30837106704712,
390
+ 265.6023895740509
391
+ ]
392
+ ]
393
+ },
394
+ {
395
+ "title": "Impact",
396
+ "heading_level": null,
397
+ "page_id": 5,
398
+ "polygon": [
399
+ [
400
+ 27.600000381469727,
401
+ 326.2266755104065
402
+ ],
403
+ [
404
+ 59.28905367851257,
405
+ 325.1719880104065
406
+ ],
407
+ [
408
+ 59.28905367851257,
409
+ 336.2142777442932
410
+ ],
411
+ [
412
+ 27.600000381469727,
413
+ 337.2689652442932
414
+ ]
415
+ ]
416
+ },
417
+ {
418
+ "title": "",
419
+ "heading_level": null,
420
+ "page_id": 5,
421
+ "polygon": [
422
+ [
423
+ 482.10737228393555,
424
+ 145.14101922512054
425
+ ],
426
+ [
427
+ 570.593318939209,
428
+ 145.14101922512054
429
+ ],
430
+ [
431
+ 568.718318939209,
432
+ 164.17966067790985
433
+ ],
434
+ [
435
+ 480.23237228393555,
436
+ 164.17966067790985
437
+ ]
438
+ ]
439
+ },
440
+ {
441
+ "title": "Business challenge",
442
+ "heading_level": null,
443
+ "page_id": 5,
444
+ "polygon": [
445
+ [
446
+ 493.978328704834,
447
+ 183.54074656963348
448
+ ],
449
+ [
450
+ 578.9457893371582,
451
+ 183.54074656963348
452
+ ],
453
+ [
454
+ 578.9457893371582,
455
+ 194.69617187976837
456
+ ],
457
+ [
458
+ 493.978328704834,
459
+ 194.69617187976837
460
+ ]
461
+ ]
462
+ },
463
+ {
464
+ "title": "Solution",
465
+ "heading_level": null,
466
+ "page_id": 5,
467
+ "polygon": [
468
+ [
469
+ 493.3433532714844,
470
+ 242.0630121231079
471
+ ],
472
+ [
473
+ 532.873649597168,
474
+ 242.0630121231079
475
+ ],
476
+ [
477
+ 532.873649597168,
478
+ 252.78549671173096
479
+ ],
480
+ [
481
+ 493.3433532714844,
482
+ 252.78549671173096
483
+ ]
484
+ ]
485
+ },
486
+ {
487
+ "title": "Impact",
488
+ "heading_level": null,
489
+ "page_id": 5,
490
+ "polygon": [
491
+ [
492
+ 492.77000427246094,
493
+ 313.6777997016907
494
+ ],
495
+ [
496
+ 526.8366622924805,
497
+ 312.6231122016907
498
+ ],
499
+ [
500
+ 526.8366622924805,
501
+ 323.5546803474426
502
+ ],
503
+ [
504
+ 492.77000427246094,
505
+ 324.6093678474426
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "title": "Deloitte profile (page 3 of 6)\nOfferings",
511
+ "heading_level": null,
512
+ "page_id": 6,
513
+ "polygon": [
514
+ [
515
+ 24.260000228881836,
516
+ 49.49769169092178
517
+ ],
518
+ [
519
+ 271.9366264343262,
520
+ 48.44300419092178
521
+ ],
522
+ [
523
+ 270.0616264343262,
524
+ 92.58416086435318
525
+ ],
526
+ [
527
+ 23.756632804870605,
528
+ 93.63884836435318
529
+ ]
530
+ ]
531
+ },
532
+ {
533
+ "title": "NOT EXHAUSTIVE",
534
+ "heading_level": null,
535
+ "page_id": 6,
536
+ "polygon": [
537
+ [
538
+ 841.7404174804688,
539
+ 103.42237204313278
540
+ ],
541
+ [
542
+ 937.9103393554688,
543
+ 102.36768454313278
544
+ ],
545
+ [
546
+ 937.9103393554688,
547
+ 117.59510546922684
548
+ ],
549
+ [
550
+ 841.7404174804688,
551
+ 118.64979296922684
552
+ ]
553
+ ]
554
+ },
555
+ {
556
+ "title": "Deloitte profile (page 4 of 6)\nOfferings",
557
+ "heading_level": null,
558
+ "page_id": 7,
559
+ "polygon": [
560
+ [
561
+ 24.260000228881836,
562
+ 49.18597340583801
563
+ ],
564
+ [
565
+ 271.1143684387207,
566
+ 48.13128590583801
567
+ ],
568
+ [
569
+ 271.1143684387207,
570
+ 92.59364783763885
571
+ ],
572
+ [
573
+ 24.260000228881836,
574
+ 93.64833533763885
575
+ ]
576
+ ]
577
+ },
578
+ {
579
+ "title": "NOT EXHAUSTIVE",
580
+ "heading_level": null,
581
+ "page_id": 7,
582
+ "polygon": [
583
+ [
584
+ 842.0,
585
+ 103.06019335985184
586
+ ],
587
+ [
588
+ 937.9103393554688,
589
+ 102.00550585985184
590
+ ],
591
+ [
592
+ 937.9103393554688,
593
+ 117.57199096679688
594
+ ],
595
+ [
596
+ 842.0,
597
+ 118.60275238752365
598
+ ]
599
+ ]
600
+ },
601
+ {
602
+ "title": "Deloitte profile (page 5 of 6)\nRecent developments",
603
+ "heading_level": null,
604
+ "page_id": 8,
605
+ "polygon": [
606
+ [
607
+ 24.260000228881836,
608
+ 49.705853909254074
609
+ ],
610
+ [
611
+ 271.318302154541,
612
+ 48.651166409254074
613
+ ],
614
+ [
615
+ 269.443302154541,
616
+ 92.43274748325348
617
+ ],
618
+ [
619
+ 24.260000228881836,
620
+ 93.48743498325348
621
+ ]
622
+ ]
623
+ },
624
+ {
625
+ "title": "NOT EXHAUSTIVE",
626
+ "heading_level": null,
627
+ "page_id": 8,
628
+ "polygon": [
629
+ [
630
+ 841.7701721191406,
631
+ 103.45222502946854
632
+ ],
633
+ [
634
+ 937.9103393554688,
635
+ 102.39753752946854
636
+ ],
637
+ [
638
+ 937.9103393554688,
639
+ 117.75925666093826
640
+ ],
641
+ [
642
+ 841.7701721191406,
643
+ 118.81394416093826
644
+ ]
645
+ ]
646
+ },
647
+ {
648
+ "title": "Deloitte profile (page 6 of 6) \nEverest Group assessment \u2013 Leader",
649
+ "heading_level": null,
650
+ "page_id": 9,
651
+ "polygon": [
652
+ [
653
+ 24.260000228881836,
654
+ 49.46215778589249
655
+ ],
656
+ [
657
+ 318.0318832397461,
658
+ 48.40747028589249
659
+ ],
660
+ [
661
+ 317.4540100097656,
662
+ 91.55014038085938
663
+ ],
664
+ [
665
+ 23.80847454071045,
666
+ 92.54972130060196
667
+ ]
668
+ ]
669
+ },
670
+ {
671
+ "title": "",
672
+ "heading_level": null,
673
+ "page_id": 9,
674
+ "polygon": [
675
+ [
676
+ 24.443140625953674,
677
+ 262.250856757164
678
+ ],
679
+ [
680
+ 77.91430234909058,
681
+ 262.250856757164
682
+ ],
683
+ [
684
+ 77.91430234909058,
685
+ 275.83019971847534
686
+ ],
687
+ [
688
+ 24.443140625953674,
689
+ 275.83019971847534
690
+ ]
691
+ ]
692
+ },
693
+ {
694
+ "title": "Appendix",
695
+ "heading_level": null,
696
+ "page_id": 10,
697
+ "polygon": [
698
+ [
699
+ 407.20001220703125,
700
+ 253.69231939315796
701
+ ],
702
+ [
703
+ 557.1471405029297,
704
+ 253.69231939315796
705
+ ],
706
+ [
707
+ 555.2721405029297,
708
+ 291.5674066543579
709
+ ],
710
+ [
711
+ 406.8303680419922,
712
+ 291.5674066543579
713
+ ]
714
+ ]
715
+ },
716
+ {
717
+ "title": "Everest Group PEAK Matrix\u00ae is a proprietary framework for assessment of \nmarket impact and vision & capability",
718
+ "heading_level": null,
719
+ "page_id": 11,
720
+ "polygon": [
721
+ [
722
+ 24.260000228881836,
723
+ 48.76386746764183
724
+ ],
725
+ [
726
+ 759.8800048828125,
727
+ 47.70917996764183
728
+ ],
729
+ [
730
+ 759.8800048828125,
731
+ 91.76259219646454
732
+ ],
733
+ [
734
+ 24.260000228881836,
735
+ 92.81727969646454
736
+ ]
737
+ ]
738
+ },
739
+ {
740
+ "title": "Services PEAK Matrix\u00ae evaluation dimensions",
741
+ "heading_level": null,
742
+ "page_id": 12,
743
+ "polygon": [
744
+ [
745
+ 24.260000228881836,
746
+ 49.13404047489166
747
+ ],
748
+ [
749
+ 473.8819580078125,
750
+ 48.07935297489166
751
+ ],
752
+ [
753
+ 473.8819580078125,
754
+ 70.01902878284454
755
+ ],
756
+ [
757
+ 24.260000228881836,
758
+ 71.07371628284454
759
+ ]
760
+ ]
761
+ },
762
+ {
763
+ "title": "Does the PEAK Matrix\u00ae assessment incorporate any subjective criteria?",
764
+ "heading_level": null,
765
+ "page_id": 13,
766
+ "polygon": [
767
+ [
768
+ 24.600000381469727,
769
+ 132.4527034163475
770
+ ],
771
+ [
772
+ 364.9549865722656,
773
+ 132.4527034163475
774
+ ],
775
+ [
776
+ 364.9549865722656,
777
+ 144.1358184814453
778
+ ],
779
+ [
780
+ 24.600000381469727,
781
+ 144.1358184814453
782
+ ]
783
+ ]
784
+ },
785
+ {
786
+ "title": "Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome?",
787
+ "heading_level": null,
788
+ "page_id": 13,
789
+ "polygon": [
790
+ [
791
+ 24.600000381469727,
792
+ 174.55144107341766
793
+ ],
794
+ [
795
+ 430.9308166503906,
796
+ 174.55144107341766
797
+ ],
798
+ [
799
+ 430.9308166503906,
800
+ 186.0894352197647
801
+ ],
802
+ [
803
+ 23.216514587402344,
804
+ 186.0894352197647
805
+ ]
806
+ ]
807
+ },
808
+ {
809
+ "title": "What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning?",
810
+ "heading_level": null,
811
+ "page_id": 13,
812
+ "polygon": [
813
+ [
814
+ 23.38113784790039,
815
+ 217.14796721935272
816
+ ],
817
+ [
818
+ 638.3446655273438,
819
+ 217.14796721935272
820
+ ],
821
+ [
822
+ 638.3446655273438,
823
+ 229.11954581737518
824
+ ],
825
+ [
826
+ 23.38113784790039,
827
+ 229.11954581737518
828
+ ]
829
+ ]
830
+ },
831
+ {
832
+ "title": "What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?",
833
+ "heading_level": null,
834
+ "page_id": 13,
835
+ "polygon": [
836
+ [
837
+ 24.600000381469727,
838
+ 271.10692620277405
839
+ ],
840
+ [
841
+ 514.4253730773926,
842
+ 270.05223870277405
843
+ ],
844
+ [
845
+ 512.67431640625,
846
+ 282.53094482421875
847
+ ],
848
+ [
849
+ 23.175315856933594,
850
+ 283.08404088020325
851
+ ]
852
+ ]
853
+ },
854
+ {
855
+ "title": "What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?",
856
+ "heading_level": null,
857
+ "page_id": 13,
858
+ "polygon": [
859
+ [
860
+ 24.40293788909912,
861
+ 337.7398216724396
862
+ ],
863
+ [
864
+ 478.21527099609375,
865
+ 336.6851341724396
866
+ ],
867
+ [
868
+ 478.21527099609375,
869
+ 348.6640512943268
870
+ ],
871
+ [
872
+ 22.52793788909912,
873
+ 349.7187387943268
874
+ ]
875
+ ]
876
+ },
877
+ {
878
+ "title": "Does the PEAK Matrix evaluation criteria change over a period of time?",
879
+ "heading_level": null,
880
+ "page_id": 13,
881
+ "polygon": [
882
+ [
883
+ 24.416441917419434,
884
+ 416.5271682739258
885
+ ],
886
+ [
887
+ 361.8797492980957,
888
+ 414.4822096824646
889
+ ],
890
+ [
891
+ 361.6329345703125,
892
+ 426.5471725463867
893
+ ],
894
+ [
895
+ 22.541441917419434,
896
+ 428.31461906433105
897
+ ]
898
+ ]
899
+ },
900
+ {
901
+ "title": "Stay connected",
902
+ "heading_level": null,
903
+ "page_id": 14,
904
+ "polygon": [
905
+ [
906
+ 276.8873405456543,
907
+ 161.26010131835938
908
+ ],
909
+ [
910
+ 373.3442687988281,
911
+ 161.26010131835938
912
+ ],
913
+ [
914
+ 371.4692687988281,
915
+ 173.65678489208221
916
+ ],
917
+ [
918
+ 275.0123405456543,
919
+ 174.71147239208221
920
+ ]
921
+ ]
922
+ },
923
+ {
924
+ "title": "NOTICE AND DISCLAIMERS",
925
+ "heading_level": null,
926
+ "page_id": 14,
927
+ "polygon": [
928
+ [
929
+ 545.8256721496582,
930
+ 141.9579827785492
931
+ ],
932
+ [
933
+ 667.276782989502,
934
+ 141.9579827785492
935
+ ],
936
+ [
937
+ 665.8710327148438,
938
+ 153.16049695014954
939
+ ],
940
+ [
941
+ 543.9506721496582,
942
+ 153.16049695014954
943
+ ]
944
+ ]
945
+ }
946
+ ],
947
+ "page_stats": [
948
+ {
949
+ "page_id": 0,
950
+ "text_extraction_method": "pdftext",
951
+ "block_counts": [
952
+ [
953
+ "Span",
954
+ 13
955
+ ],
956
+ [
957
+ "Line",
958
+ 6
959
+ ],
960
+ [
961
+ "Picture",
962
+ 2
963
+ ],
964
+ [
965
+ "Text",
966
+ 2
967
+ ],
968
+ [
969
+ "SectionHeader",
970
+ 1
971
+ ]
972
+ ],
973
+ "block_metadata": {
974
+ "llm_request_count": 2,
975
+ "llm_error_count": 0,
976
+ "llm_tokens_used": 2216
977
+ }
978
+ },
979
+ {
980
+ "page_id": 1,
981
+ "text_extraction_method": "pdftext",
982
+ "block_counts": [
983
+ [
984
+ "Span",
985
+ 78
986
+ ],
987
+ [
988
+ "Line",
989
+ 25
990
+ ],
991
+ [
992
+ "Text",
993
+ 8
994
+ ],
995
+ [
996
+ "Picture",
997
+ 4
998
+ ],
999
+ [
1000
+ "ListItem",
1001
+ 3
1002
+ ],
1003
+ [
1004
+ "PageHeader",
1005
+ 1
1006
+ ],
1007
+ [
1008
+ "SectionHeader",
1009
+ 1
1010
+ ],
1011
+ [
1012
+ "PageFooter",
1013
+ 1
1014
+ ],
1015
+ [
1016
+ "ListGroup",
1017
+ 1
1018
+ ]
1019
+ ],
1020
+ "block_metadata": {
1021
+ "llm_request_count": 6,
1022
+ "llm_error_count": 0,
1023
+ "llm_tokens_used": 8284
1024
+ }
1025
+ },
1026
+ {
1027
+ "page_id": 2,
1028
+ "text_extraction_method": "pdftext",
1029
+ "block_counts": [
1030
+ [
1031
+ "Span",
1032
+ 95
1033
+ ],
1034
+ [
1035
+ "Line",
1036
+ 27
1037
+ ],
1038
+ [
1039
+ "ListItem",
1040
+ 10
1041
+ ],
1042
+ [
1043
+ "SectionHeader",
1044
+ 5
1045
+ ],
1046
+ [
1047
+ "Text",
1048
+ 3
1049
+ ],
1050
+ [
1051
+ "ListGroup",
1052
+ 3
1053
+ ],
1054
+ [
1055
+ "PageFooter",
1056
+ 2
1057
+ ],
1058
+ [
1059
+ "PageHeader",
1060
+ 1
1061
+ ]
1062
+ ],
1063
+ "block_metadata": {
1064
+ "llm_request_count": 2,
1065
+ "llm_error_count": 0,
1066
+ "llm_tokens_used": 7152
1067
+ }
1068
+ },
1069
+ {
1070
+ "page_id": 3,
1071
+ "text_extraction_method": "pdftext",
1072
+ "block_counts": [
1073
+ [
1074
+ "Span",
1075
+ 102
1076
+ ],
1077
+ [
1078
+ "Line",
1079
+ 41
1080
+ ],
1081
+ [
1082
+ "Text",
1083
+ 5
1084
+ ],
1085
+ [
1086
+ "SectionHeader",
1087
+ 3
1088
+ ],
1089
+ [
1090
+ "Picture",
1091
+ 2
1092
+ ],
1093
+ [
1094
+ "PageFooter",
1095
+ 2
1096
+ ],
1097
+ [
1098
+ "PageHeader",
1099
+ 1
1100
+ ],
1101
+ [
1102
+ "Figure",
1103
+ 1
1104
+ ]
1105
+ ],
1106
+ "block_metadata": {
1107
+ "llm_request_count": 4,
1108
+ "llm_error_count": 0,
1109
+ "llm_tokens_used": 8971
1110
+ }
1111
+ },
1112
+ {
1113
+ "page_id": 4,
1114
+ "text_extraction_method": "pdftext",
1115
+ "block_counts": [
1116
+ [
1117
+ "Span",
1118
+ 100
1119
+ ],
1120
+ [
1121
+ "TableCell",
1122
+ 66
1123
+ ],
1124
+ [
1125
+ "Line",
1126
+ 32
1127
+ ],
1128
+ [
1129
+ "SectionHeader",
1130
+ 3
1131
+ ],
1132
+ [
1133
+ "Text",
1134
+ 3
1135
+ ],
1136
+ [
1137
+ "PageFooter",
1138
+ 2
1139
+ ],
1140
+ [
1141
+ "PageHeader",
1142
+ 1
1143
+ ],
1144
+ [
1145
+ "Table",
1146
+ 1
1147
+ ],
1148
+ [
1149
+ "Picture",
1150
+ 1
1151
+ ]
1152
+ ],
1153
+ "block_metadata": {
1154
+ "llm_request_count": 2,
1155
+ "llm_error_count": 0,
1156
+ "llm_tokens_used": 4601
1157
+ }
1158
+ },
1159
+ {
1160
+ "page_id": 5,
1161
+ "text_extraction_method": "pdftext",
1162
+ "block_counts": [
1163
+ [
1164
+ "Span",
1165
+ 95
1166
+ ],
1167
+ [
1168
+ "Line",
1169
+ 37
1170
+ ],
1171
+ [
1172
+ "SectionHeader",
1173
+ 10
1174
+ ],
1175
+ [
1176
+ "Text",
1177
+ 7
1178
+ ],
1179
+ [
1180
+ "ListItem",
1181
+ 6
1182
+ ],
1183
+ [
1184
+ "ListGroup",
1185
+ 2
1186
+ ],
1187
+ [
1188
+ "PageHeader",
1189
+ 1
1190
+ ],
1191
+ [
1192
+ "PageFooter",
1193
+ 1
1194
+ ]
1195
+ ],
1196
+ "block_metadata": {
1197
+ "llm_request_count": 0,
1198
+ "llm_error_count": 0,
1199
+ "llm_tokens_used": 0
1200
+ }
1201
+ },
1202
+ {
1203
+ "page_id": 6,
1204
+ "text_extraction_method": "pdftext",
1205
+ "block_counts": [
1206
+ [
1207
+ "Span",
1208
+ 81
1209
+ ],
1210
+ [
1211
+ "TableCell",
1212
+ 42
1213
+ ],
1214
+ [
1215
+ "Line",
1216
+ 25
1217
+ ],
1218
+ [
1219
+ "SectionHeader",
1220
+ 2
1221
+ ],
1222
+ [
1223
+ "PageFooter",
1224
+ 2
1225
+ ],
1226
+ [
1227
+ "PageHeader",
1228
+ 1
1229
+ ],
1230
+ [
1231
+ "Table",
1232
+ 1
1233
+ ]
1234
+ ],
1235
+ "block_metadata": {
1236
+ "llm_request_count": 2,
1237
+ "llm_error_count": 0,
1238
+ "llm_tokens_used": 8214
1239
+ }
1240
+ },
1241
+ {
1242
+ "page_id": 7,
1243
+ "text_extraction_method": "pdftext",
1244
+ "block_counts": [
1245
+ [
1246
+ "Span",
1247
+ 47
1248
+ ],
1249
+ [
1250
+ "TableCell",
1251
+ 18
1252
+ ],
1253
+ [
1254
+ "Line",
1255
+ 14
1256
+ ],
1257
+ [
1258
+ "SectionHeader",
1259
+ 2
1260
+ ],
1261
+ [
1262
+ "PageFooter",
1263
+ 2
1264
+ ],
1265
+ [
1266
+ "PageHeader",
1267
+ 1
1268
+ ],
1269
+ [
1270
+ "Table",
1271
+ 1
1272
+ ]
1273
+ ],
1274
+ "block_metadata": {
1275
+ "llm_request_count": 1,
1276
+ "llm_error_count": 0,
1277
+ "llm_tokens_used": 4357
1278
+ }
1279
+ },
1280
+ {
1281
+ "page_id": 8,
1282
+ "text_extraction_method": "pdftext",
1283
+ "block_counts": [
1284
+ [
1285
+ "Span",
1286
+ 147
1287
+ ],
1288
+ [
1289
+ "TableCell",
1290
+ 98
1291
+ ],
1292
+ [
1293
+ "Line",
1294
+ 31
1295
+ ],
1296
+ [
1297
+ "SectionHeader",
1298
+ 2
1299
+ ],
1300
+ [
1301
+ "PageFooter",
1302
+ 2
1303
+ ],
1304
+ [
1305
+ "PageHeader",
1306
+ 1
1307
+ ],
1308
+ [
1309
+ "Table",
1310
+ 1
1311
+ ],
1312
+ [
1313
+ "Picture",
1314
+ 1
1315
+ ]
1316
+ ],
1317
+ "block_metadata": {
1318
+ "llm_request_count": 3,
1319
+ "llm_error_count": 0,
1320
+ "llm_tokens_used": 7805
1321
+ }
1322
+ },
1323
+ {
1324
+ "page_id": 9,
1325
+ "text_extraction_method": "pdftext",
1326
+ "block_counts": [
1327
+ [
1328
+ "Span",
1329
+ 114
1330
+ ],
1331
+ [
1332
+ "Line",
1333
+ 40
1334
+ ],
1335
+ [
1336
+ "TableCell",
1337
+ 40
1338
+ ],
1339
+ [
1340
+ "ListItem",
1341
+ 8
1342
+ ],
1343
+ [
1344
+ "SectionHeader",
1345
+ 2
1346
+ ],
1347
+ [
1348
+ "PageFooter",
1349
+ 2
1350
+ ],
1351
+ [
1352
+ "ListGroup",
1353
+ 2
1354
+ ],
1355
+ [
1356
+ "PageHeader",
1357
+ 1
1358
+ ],
1359
+ [
1360
+ "Text",
1361
+ 1
1362
+ ],
1363
+ [
1364
+ "Table",
1365
+ 1
1366
+ ]
1367
+ ],
1368
+ "block_metadata": {
1369
+ "llm_request_count": 4,
1370
+ "llm_error_count": 0,
1371
+ "llm_tokens_used": 13456
1372
+ }
1373
+ },
1374
+ {
1375
+ "page_id": 10,
1376
+ "text_extraction_method": "pdftext",
1377
+ "block_counts": [
1378
+ [
1379
+ "Span",
1380
+ 3
1381
+ ],
1382
+ [
1383
+ "Line",
1384
+ 2
1385
+ ],
1386
+ [
1387
+ "SectionHeader",
1388
+ 1
1389
+ ],
1390
+ [
1391
+ "Picture",
1392
+ 1
1393
+ ],
1394
+ [
1395
+ "PageFooter",
1396
+ 1
1397
+ ]
1398
+ ],
1399
+ "block_metadata": {
1400
+ "llm_request_count": 1,
1401
+ "llm_error_count": 0,
1402
+ "llm_tokens_used": 1604
1403
+ }
1404
+ },
1405
+ {
1406
+ "page_id": 11,
1407
+ "text_extraction_method": "pdftext",
1408
+ "block_counts": [
1409
+ [
1410
+ "Span",
1411
+ 39
1412
+ ],
1413
+ [
1414
+ "Line",
1415
+ 17
1416
+ ],
1417
+ [
1418
+ "PageFooter",
1419
+ 2
1420
+ ],
1421
+ [
1422
+ "PageHeader",
1423
+ 1
1424
+ ],
1425
+ [
1426
+ "SectionHeader",
1427
+ 1
1428
+ ],
1429
+ [
1430
+ "Picture",
1431
+ 1
1432
+ ],
1433
+ [
1434
+ "Text",
1435
+ 1
1436
+ ],
1437
+ [
1438
+ "Figure",
1439
+ 1
1440
+ ]
1441
+ ],
1442
+ "block_metadata": {
1443
+ "llm_request_count": 2,
1444
+ "llm_error_count": 0,
1445
+ "llm_tokens_used": 2803
1446
+ }
1447
+ },
1448
+ {
1449
+ "page_id": 12,
1450
+ "text_extraction_method": "pdftext",
1451
+ "block_counts": [
1452
+ [
1453
+ "Span",
1454
+ 79
1455
+ ],
1456
+ [
1457
+ "Line",
1458
+ 36
1459
+ ],
1460
+ [
1461
+ "PageFooter",
1462
+ 2
1463
+ ],
1464
+ [
1465
+ "PageHeader",
1466
+ 1
1467
+ ],
1468
+ [
1469
+ "SectionHeader",
1470
+ 1
1471
+ ],
1472
+ [
1473
+ "Picture",
1474
+ 1
1475
+ ],
1476
+ [
1477
+ "Text",
1478
+ 1
1479
+ ],
1480
+ [
1481
+ "Figure",
1482
+ 1
1483
+ ]
1484
+ ],
1485
+ "block_metadata": {
1486
+ "llm_request_count": 2,
1487
+ "llm_error_count": 0,
1488
+ "llm_tokens_used": 3467
1489
+ }
1490
+ },
1491
+ {
1492
+ "page_id": 13,
1493
+ "text_extraction_method": "pdftext",
1494
+ "block_counts": [
1495
+ [
1496
+ "Span",
1497
+ 85
1498
+ ],
1499
+ [
1500
+ "Line",
1501
+ 26
1502
+ ],
1503
+ [
1504
+ "ListItem",
1505
+ 9
1506
+ ],
1507
+ [
1508
+ "SectionHeader",
1509
+ 6
1510
+ ],
1511
+ [
1512
+ "Text",
1513
+ 5
1514
+ ],
1515
+ [
1516
+ "ListGroup",
1517
+ 2
1518
+ ],
1519
+ [
1520
+ "PageHeader",
1521
+ 1
1522
+ ],
1523
+ [
1524
+ "PageFooter",
1525
+ 1
1526
+ ]
1527
+ ],
1528
+ "block_metadata": {
1529
+ "llm_request_count": 0,
1530
+ "llm_error_count": 0,
1531
+ "llm_tokens_used": 0
1532
+ }
1533
+ },
1534
+ {
1535
+ "page_id": 14,
1536
+ "text_extraction_method": "pdftext",
1537
+ "block_counts": [
1538
+ [
1539
+ "Span",
1540
+ 156
1541
+ ],
1542
+ [
1543
+ "Line",
1544
+ 73
1545
+ ],
1546
+ [
1547
+ "Text",
1548
+ 22
1549
+ ],
1550
+ [
1551
+ "SectionHeader",
1552
+ 2
1553
+ ],
1554
+ [
1555
+ "ListItem",
1556
+ 2
1557
+ ],
1558
+ [
1559
+ "Picture",
1560
+ 1
1561
+ ],
1562
+ [
1563
+ "ComplexRegion",
1564
+ 1
1565
+ ],
1566
+ [
1567
+ "ListGroup",
1568
+ 1
1569
+ ]
1570
+ ],
1571
+ "block_metadata": {
1572
+ "llm_request_count": 8,
1573
+ "llm_error_count": 0,
1574
+ "llm_tokens_used": 16428
1575
+ }
1576
+ }
1577
+ ],
1578
+ "debug_data_path": "debug_data/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023"
1579
+ }
pdfs/2023-conocophillips-aim-presentation-1-7.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b37716b2ae2ed90a5cfe26129fd27e61076fe5e50d67dd88dd32550022d77736
3
+ size 5061781
pdfs/XC9500_CPLD_Family-1-4.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f789fb4c45ca9b7a8451473b16bcae2382840d329ea555af95d1ca65143d928
3
+ size 97864
pdfs/deloitte-tech-risk-sector-banking.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:983748ff9207d8152d3fbbcfbb5e7361620537f3743bde2ebad1b4713da99b9d
3
+ size 144688
pdfs/dttl-tax-technology-report-2023.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d1132d8988a2d68eaaa1fe447fd73c752e540e2118d564624d54656dbe1a0c6
3
+ size 2733823
pdfs/gx-iif-open-data.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e851d5ad806209e5fcd3e102445737e93804c7fb4613141b363877fef95db413
3
+ size 1522273
pdfs/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de8a238184a91a9c7e5b37c9437f5432419fb5c5f3cbd836fdf71821cb9863dc
3
+ size 681229
pymupdf-folder/md/2023-conocophillips-aim-presentation-1-7.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -----
2
+
3
+ -----
4
+
5
+ -----
6
+
7
+ -----
8
+
9
+ -----
10
+
11
+ -----
12
+
13
+ -----
14
+
pymupdf-folder/md/XC9500_CPLD_Family-1-4.md ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ R **XC9500 In-System Programmable**
2
+
3
+ # CPLD Family
4
+
5
+ DS063 (v6.0) May 17, 2013 **0** **0** **Product Specification**
6
+
7
+
8
+ # Features
9
+
10
+ - High-performance
11
+
12
+ - 5 ns pin-to-pin logic delays on all pins
13
+
14
+ - fCNT to 125 MHz
15
+
16
+ - Large density range
17
+
18
+ - 36 to 288 macrocells with 800 to 6,400 usable
19
+ gates
20
+
21
+ - 5V in-system programmable
22
+
23
+ - Endurance of 10,000 program/erase cycles
24
+
25
+ - Program/erase over full commercial voltage and
26
+ temperature range
27
+
28
+ - Enhanced pin-locking architecture
29
+
30
+ - Flexible 36V18 Function Block
31
+
32
+ - 90 product terms drive any or all of 18 macrocells
33
+ within Function Block
34
+
35
+ - Global and product term clocks, output enables,
36
+ set and reset signals
37
+
38
+ - Extensive IEEE Std 1149.1 boundary-scan (JTAG)
39
+ support
40
+
41
+ - Programmable power reduction mode in each
42
+ macrocell
43
+
44
+ - Slew rate control on individual outputs
45
+
46
+ - User programmable ground pin capability
47
+
48
+ - Extended pattern security features for design
49
+ protection
50
+
51
+ - High-drive 24 mA outputs
52
+
53
+ - 3.3V or 5V I/O capability
54
+
55
+ _Table 1: XC9500 Device Family_
56
+
57
+
58
+ - Advanced CMOS 5V FastFLASH™ technology
59
+
60
+ - Supports parallel programming of multiple XC9500
61
+ devices
62
+
63
+ # Family Overview
64
+
65
+ The XC9500 CPLD family provides advanced in-system
66
+ programming and test capabilities for high performance,
67
+ general purpose logic integration. All devices are in-system
68
+ programmable for a minimum of 10,000 program/erase
69
+ cycles. Extensive IEEE 1149.1 (JTAG) boundary-scan support is also included on all family members.
70
+
71
+ As shown in Table 1, logic density of the XC9500 devices
72
+ ranges from 800 to over 6,400 usable gates with 36 to 288
73
+ registers, respectively. Multiple package options and associated I/O capacity are shown in Table 2. The XC9500 family is fully pin-compatible allowing easy design migration
74
+ across multiple density options in a given package footprint.
75
+
76
+ The XC9500 architectural features address the requirements of in-system programmability. Enhanced pin-locking
77
+ capability avoids costly board rework. An expanded JTAG
78
+ instruction set allows version control of programming patterns and in-system debugging. In-system programming
79
+ throughout the full device operating range and a minimum
80
+ of 10,000 program/erase cycles provide worry-free reconfigurations and system field upgrades.
81
+
82
+ Advanced system features include output slew rate control
83
+ and user-programmable ground pins to help reduce system
84
+ noise. I/Os may be configured for 3.3V or 5V operation. All
85
+ outputs provide 24 mA drive.
86
+
87
+ |Col1|XC9536|XC9572|XC95108|XC95144|XC95216|XC95288|
88
+ |---|---|---|---|---|---|---|
89
+ |Macrocells|36|72|108|144|216|288|
90
+ |Usable Gates|800|1,600|2,400|3,200|4,800|6,400|
91
+ |Registers|36|72|108|144|216|288|
92
+ |T (ns) PD|5|7.5|7.5|7.5|10|15|
93
+ |T (ns) SU|3.5|4.5|4.5|4.5|6.0|8.0|
94
+ |T (ns) CO|4.0|4.5|4.5|4.5|6.0|8.0|
95
+ |f (MHz)(1) CNT|100|125|125|125|111.1|92.2|
96
+ |f (MHz)(2) SYSTEM|100|83.3|83.3|83.3|66.7|56.6|
97
+
98
+
99
+ 1. fCNT = Operating frequency for 16-bit counters.
100
+ 2. fSYSTEM = Internal operating frequency for general purpose system designs spanning multiple FBs.
101
+
102
+ © 1998–2007, 2013 Xilinx, Inc. All rights reserved. All Xilinx trademarks, registered trademarks, patents, and disclaimers are as listed at **[http://www.xilinx.com/legal.htm.](http:www.xilinx.com/legal.htm)**
103
+ All other trademarks and registered trademarks are the property of their respective owners. All specifications are subject to change without notice.
104
+
105
+
106
+ -----
107
+
108
+ _Table 2: Available Packages and Device I/O Pins (not including dedicated JTAG pins)_
109
+
110
+ **XC9536** **XC9572** **XC95108** **XC95144**
111
+
112
+ 44-Pin VQFP 34 - -
113
+ 44-Pin PLCC 34 34 -
114
+ 48-Pin CSP 34 - -
115
+ 84-Pin PLCC - 69 69
116
+ 100-Pin TQFP - 72 81 81
117
+
118
+ 100-Pin PQFP - 72 81 81
119
+
120
+ 160-Pin PQFP - - 108 133
121
+
122
+ 208-Pin HQFP - - -
123
+ 352-Pin BGA - - -
124
+ 1. Most packages available in Pb-Free option. See individual data sheets for more details.
125
+ 2. [352-pin BGA package is being discontinued for the XC95216. See XCN07010 for details.](http://www.xilinx.com/bvdocs/notifications/xcn07010.pdf)
126
+
127
+ # Architecture Description
128
+
129
+ |Col1|XC9536|XC9572|XC95108|XC95144|XC95216|XC95288|
130
+ |---|---|---|---|---|---|---|
131
+ |44-Pin VQFP|34|-|-|-|-|-|
132
+ |44-Pin PLCC|34|34|-|-|-|-|
133
+ |48-Pin CSP|34|-|-|-|-|-|
134
+ |84-Pin PLCC|-|69|69|-|-|-|
135
+ |100-Pin TQFP|-|72|81|81|-|-|
136
+ |100-Pin PQFP|-|72|81|81|-|-|
137
+ |160-Pin PQFP|-|-|108|133|133|-|
138
+ |208-Pin HQFP|-|-|-|-|166|168|
139
+ |352-Pin BGA|-|-|-|-|166(2)|192|
140
+
141
+
142
+ Each XC9500 device is a subsystem consisting of multiple
143
+ Function Blocks (FBs) and I/O Blocks (IOBs) fully interconnected by the Fast CONNECT™ switch matrix. The IOB
144
+ provides buffering for device inputs and outputs. Each FB
145
+ provides programmable logic capability with 36 inputs and
146
+
147
+
148
+ 18 outputs. The Fast CONNECT switch matrix connects all
149
+ FB outputs and input signals to the FB inputs. For each FB,
150
+ 12 to 18 outputs (depending on package pin-count) and
151
+ associated output enable signals drive directly to the IOBs.
152
+ See Figure 1.
153
+
154
+
155
+ -----
156
+
157
+ JTAG Port
158
+
159
+
160
+ I/O
161
+
162
+ I/O
163
+
164
+ I/O
165
+
166
+ I/O
167
+
168
+ I/O
169
+
170
+ I/O
171
+
172
+ I/O
173
+
174
+ I/O
175
+
176
+ I/O/GCK
177
+
178
+ I/O/GSR
179
+
180
+ I/O/GTS
181
+
182
+ |Col1|Col2|Col3|
183
+ |---|---|---|
184
+ |1 2 or 4|||
185
+ ||||
186
+ ||||
187
+
188
+ |3|Col2|Col3|Col4|Col5|Col6|Col7|Col8|
189
+ |---|---|---|---|---|---|---|---|
190
+ |3 JTAG In-System Programming Controller Controller 36 Function 18 Block 1 Macrocells 1 to 18 36 Matrix Function 18 Block 2 Switch Macrocells I/O 1 to 18 Blocks II CONNECT 36 Function 18 Block 3 Macrocells Fast 1 to 18 3 36 Function 1 18 Block N 2 or 4 Macrocells 1 to 18|In-System Programming Controller|||||||
191
+ |||||||||
192
+ |||Function Block 1 Macrocells 1 to 18||||||
193
+ |||||||||
194
+ |||Function Block 2 Macrocells 1 to 18||||||
195
+ |||||||||
196
+ |||Function Block 3 Macrocells 1 to 18||||||
197
+ ||||Macrocells 1 to 18|||||
198
+ |||||||||
199
+ |||||||||
200
+ |||Function Block N Macrocells 1 to 18||||||
201
+ ||||Macrocells 1 to 18|||||
202
+ |||||||||
203
+
204
+
205
+ DS063_01_110501
206
+
207
+
208
+ _Figure 1: XC9500 Architecture_
209
+ Note: Function block outputs (indicated by the bold lines) drive the I/O blocks directly.
210
+
211
+ # Function Block
212
+
213
+
214
+ Each Function Block, as shown in Figure 2, is comprised of
215
+ 18 independent macrocells, each capable of implementing
216
+ a combinatorial or registered function. The FB also receives
217
+ global clock, output enable, and set/reset signals. The FB
218
+ generates 18 outputs that drive the Fast CONNECT switch
219
+ matrix. These 18 outputs and their corresponding output
220
+ enable signals also drive the IOB.
221
+
222
+ Logic within the FB is implemented using a sum-of-products
223
+ representation. Thirty-six inputs provide 72 true and complement signals into the programmable AND-array to form
224
+
225
+
226
+ 90 product terms. Any number of these product terms, up to
227
+ the 90 available, can be allocated to each macrocell by the
228
+ product term allocator.
229
+
230
+ Each FB (except for the XC9536) supports local feedback
231
+ paths that allow any number of FB outputs to drive into its
232
+ own programmable AND-array without going outside the
233
+ FB. These paths are used for creating very fast counters
234
+ and state machines where all state registers are within the
235
+ same FB.
236
+
237
+
238
+ -----
239
+
240
+ Programmable Product
241
+ AND-Array Term
242
+ Allocators
243
+ From 36
244
+ Fast CONNECT II
245
+ Switch Matrix
246
+
247
+ Macrocell 18
248
+
249
+ 1
250
+
251
+ Global
252
+ Set/Reset
253
+
254
+ |36|Programmable AND-Array|Product Term Allocators|Macrocell 1|
255
+ |---|---|---|---|
256
+ |||||
257
+ |||||
258
+ |||||
259
+ |||||
260
+ |||||
261
+ |||||
262
+ |||||
263
+ |||||
264
+ |||||
265
+ |||||
266
+ |||||
267
+ |||||
268
+ |||||
269
+ |||||
270
+ |||||
271
+ |||||
272
+ ||||Macrocell 18|
273
+
274
+
275
+ 3
276
+
277
+ Global
278
+ Clocks
279
+
280
+
281
+ 18
282
+
283
+
284
+ To Fast CONNECT II
285
+ Switch Matrix
286
+
287
+
288
+ OUT
289
+ To I/O Blocks
290
+
291
+ 18
292
+ PTOE
293
+
294
+ DS063_02_110501
295
+
296
+
297
+ _Figure 2: XC9500 Function Block_
298
+
299
+
300
+ -----
301
+
pymupdf-folder/md/deloitte-tech-risk-sector-banking.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pushing through undercurrents
2
+
3
+ ### Technology’s impact on systemic risk: A look at banking
4
+
5
+ As more financial institutions embrace digital innovation, risks emerge that could threaten the stability of the
6
+ financial system. Some of these risks originate from a single sector. Either way, they could proliferate and become
7
+ systemic without appropriate management.
8
+
9
+ To understand what these technology-driven risks look like, the World Economic Forum (the Forum) and Deloitte
10
+ consulted over 100 financial services and technology experts in the development of a new report, Pushing
11
+ through undercurrents. This group shared more specific perspectives on the forces behind technology-driven
12
+ [systemic risk in the banking sector. Here’s a summary of what we learned. You can learn more in the full report](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html)
13
+ _[from the Forum, and the executive summary from Deloitte.](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html)_
14
+
15
+ |How can the industry mitigate it?|Col2|
16
+ |---|---|
17
+ |Goal Mitigation opportunities||
18
+ |Strong security for BaaS platforms and API connectivity Properly vetted BaaS partners Institutional knowledge transfer from banks to BaaS partners|• Use input validation protocols • Apply network segmentation and access control measures • Improve due diligence on BaaS providers • Help BaaS and other fintech providers get better at risk management and compliance|
19
+
20
+
21
+ ## [Risk 1: Risk exposure from Banking as a Service offerings]
22
+
23
+ **What could go wrong?**
24
+
25
+ Banking as a service (BaaS) increasingly relies on application programming interfaces, introducing vulnerabilities
26
+ that can pose risks for banks. The risk is growing because:
27
+
28
+ **• Customers’ sensitive data and funds may be at risk from phishing and social engineering attacks**
29
+
30
+ **• Flawed APIs might provide a back door for hackers to penetrate banks’ systems**
31
+
32
+ **• Noncompliance with data privacy rules by BaaS providers might expose partner banks to reputational risks**
33
+
34
+ This risk could become systemic if, for example, a malicious actor launches a distributed denial-of-service attack on
35
+ a BaaS provider, keeping customers from accessing their accounts or making transactions.
36
+
37
+ **What sectoral and regional** **How can the industry mitigate it?**
38
+ **forces could amplify the risk?**
39
+
40
+ **Goal** **Mitigation opportunities**
41
+
42
+ **• A complex BaaS technology** Strong security for **• Use input validation protocols**
43
+ stack BaaS platforms and API
44
+
45
+ **• Apply network segmentation and**
46
+
47
+ connectivity
48
+
49
+ **• Limited redundancy measures** access control measures
50
+
51
+ **• A lack of input validation,**
52
+ enabling attackers to upload
53
+ malicious code into a bank’s Properly vetted BaaS **• Improve due diligence on BaaS**
54
+ systems through its APIs partners providers
55
+
56
+ Institutional knowledge **• Help BaaS and other fintech providers**
57
+ transfer from banks to BaaS get better at risk management and
58
+ partners compliance
59
+
60
+
61
+ **What sectoral and regional** **How can the industry mitigate it?**
62
+ **forces could amplify the risk?**
63
+
64
+ **Goal** **Mitigation opportunities**
65
+
66
+
67
+ -----
68
+
69
+ ## ^
70
+
71
+
72
+ ##### Risk 2: Inadequate stability mechanisms for stablecoin arrangements
73
+
74
+ |How can the industry mitigate it?|Col2|
75
+ |---|---|
76
+ |Goal Mitigation opportunities||
77
+ |Standardization and oversight of stablecoin arrangements Investor and customer protection Transparency of capital reserves|• Requirement for anti-money laundering and “know your customer” processes for stablecoin issuers • Offer insurance coverage for stablecoin tokens • Enforce responsible marketing rules and customer education • Periodically audit and stress-test stablecoin issuers’ reserve assets|
78
+
79
+
80
+ **What could go wrong?**
81
+
82
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run.
83
+ The risk is growing because:
84
+
85
+ **• Governance and regulatory gaps could perpetuate illicit activities that might threaten the integrity of the broader**
86
+ financial system
87
+
88
+ **• The novel technologies used for minting and managing stablecoins are exposed to security risks**
89
+
90
+ **• The absence of a stability mechanism like deposit insurance increases the risk of a run**
91
+
92
+ This risk could become systemic if, for example, a significant stablecoin issuer fails to promptly honor large
93
+ customer withdrawal requests, touching off a run and eventually collapsing the stablecoin arrangement.
94
+
95
+ **What sectoral and regional** **How can the industry mitigate it?**
96
+ **forces could amplify the risk?**
97
+
98
+ **Goal** **Mitigation opportunities**
99
+
100
+ **• A less mature regulatory** Standardization and oversight **• Requirement for anti-money laundering**
101
+ environment of stablecoin arrangements and “know your customer” processes
102
+
103
+ for stablecoin issuers
104
+
105
+ **• Stringent capital controls, which**
106
+ may encourage individuals in
107
+ those jurisdictions to park their
108
+ assets in global stablecoins
109
+
110
+ Investor and customer **• Offer insurance coverage for stablecoin**
111
+
112
+ **• Unsecure systems and poorly** protection tokens
113
+ managed internal processes
114
+
115
+ **• Enforce responsible marketing rules**
116
+ and customer education
117
+
118
+ Transparency of capital **• Periodically audit and stress-test**
119
+ reserves stablecoin issuers’ reserve assets
120
+
121
+
122
+ **What sectoral and regional** **How can the industry mitigate it?**
123
+ **forces could amplify the risk?**
124
+
125
+ **Goal** **Mitigation opportunities**
126
+
127
+
128
+ _[To learn more about technology’s impact on systemic risk in banking, including examples, please see pages 60-70 of the full report.](https://www.deloitte.com/global/en/Industries/financial-services/perspectives/pushing-through-undercurrents.html?id=gx:2em:3int:4GC1000205:5awa:6fs:20230330:WEFDel)_
129
+
130
+
131
+ **What could go wrong?**
132
+
133
+ Stablecoins mimic fiat currencies but without the backing of a central bank, heightening the probability of a run.
134
+ The risk is growing because:
135
+
136
+
137
+ #### Contacts
138
+
139
+
140
+ **Neal Baumann**
141
+
142
+ Financial Services Industry leader
143
+ Deloitte Global
144
+ [[email protected]](mailto:nealbaumann%40deloitte.com?subject=)
145
+
146
+
147
+ **Rob Galaski**
148
+
149
+ Vice-Chair and Managing Partner
150
+ Deloitte Canada
151
+ [[email protected]](mailto:rgalaski%40deloitte.ca?subject=)
152
+
153
+
154
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the “Deloitte organization”). DTTL ( also referred to as
155
+
156
+ “Deloitte Global”) and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties. DTTL and each DTTL
157
+
158
+ [member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.com/about to learn more.](http://www.deloitte.com/about)
159
+
160
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private
161
+
162
+ companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger economy,
163
+
164
+ a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte’s approximately 415,000 people
165
+
166
+ [worldwide make an impact that matters at www.deloitte.com.](http:// www.deloitte.com)
167
+
168
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited (“DTTL”), its global network of member firms or their related entities (collectively, the “Deloitte
169
+
170
+ organization”) is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you should
171
+
172
+ consult a qualified professional adviser. No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and
173
+
174
+ none of DTTL, its member firms, related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying
175
+
176
+ on this communication. DTTL and each of its member firms, and their related entities, are legally separate and independent entities.
177
+
178
+ © 2023. For information, contact Deloitte Global.
179
+
180
+
181
+ -----
182
+
pymupdf-folder/md/dttl-tax-technology-report-2023.md ADDED
@@ -0,0 +1,696 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Tax in a data-driven world More regulations more data more technology
2
+
3
+
4
+ -----
5
+
6
+ # Data and new regulations drive tax transformation
7
+
8
+
9
+ Immediate access to reliable, accurate, and fit for purpose tax data is essential to be
10
+ able to meet complex tax obligations, real-time reporting requirements, and increasing
11
+ expectations of tax transparency. Recent developments such as the OECD’s Pillar
12
+ Two rules, requiring large multinational enterprises to pay a minimum “global tax,” the
13
+ introduction of CESOP (Central Electronic System of Payment information) and ViDA rules
14
+ (VAT in a Digital Age) in the EU, e-reporting, and e-invoicing are all examples of initiatives
15
+ which are increasing the compliance requirements for companies and having a significant
16
+ impact on tax strategies and operations. Advances in the way technology is used to
17
+ identify, transform, and manage tax-related data should be an essential component of
18
+ a business’s response.
19
+
20
+ #### Pillar Two is at the forefront of our mind. We are still quantifying any additional liability and establishing any impact on our Effective Tax Rate. Naturally, there is a huge compliance and systems requirement to accommodate Pillar Two.
21
+
22
+ **Gemma Beck**
23
+ Head of Tax, Haleon Plc
24
+
25
+ Challenges such as version control, manual data collection, or getting the right format
26
+ and level of data can delay accurate reporting and insights—insights from data being
27
+ something the respondents to Deloitte’s Tax Transformation Trends 2023 research
28
+ highlighted as of high importance. The impact of these regulatory and digitalization
29
+ changes can vary across companies based on their size, region, or industry. Yet, the
30
+ overall trend has been toward growing workloads and increased complexity.
31
+
32
+
33
+ -----
34
+
35
+ In addition, many tax authorities are collecting and sharing
36
+ more detailed data about taxes and are requesting direct
37
+ access to large companies’ tax-related data. The digitalization
38
+ of tax authorities elevates the need for reliable and automated
39
+ tax models, and generating the right data, in the right format,
40
+ at the right time. Automating data input, validation, and
41
+ cleansing can save time and reduce risk, but is also key to
42
+ enabling the access tax administrations increasingly require.
43
+
44
+ All this at a time when businesses are starting to explore the
45
+ role and benefits of Generative AI, and having to evaluate how
46
+ trustworthy this technology is, the risks associated with data
47
+ privacy, as well as the consequences for their employees.
48
+
49
+ Technology can also facilitate greater visibility into tax data
50
+ across the enterprise, which can provide insights that can
51
+ generate value for the business when making strategic
52
+ decisions. In short, tax departments increasingly need
53
+ technology to help them pivot from task completion and
54
+ cost control toward being able to extract outcome-oriented
55
+ business insights from compliance activities through analytics.
56
+
57
+ Yet, when Deloitte asked 300 tax and finance professionals
58
+ what progress they had made in implementing tax
59
+ transformation strategies, 24% stated they intended to
60
+ implement an ERP system customized for tax issues in the next
61
+ 12 months (Figure 1). Only 37% of respondents said their tax
62
+ department had fully implemented the use of tools _to monitor_
63
+ _relevant developments in tax laws around the world. Similarly,_
64
+ many respondents reported that their tax department
65
+ had not yet fully implemented the data management and
66
+ technology applications required by these changes—
67
+ introduction of tax data management solutions and/or having tax
68
+ _professionals in the company’s data management team (38%), and_
69
+ _integrated processes (32%)_
70
+
71
+
72
+ **Figure 1. Progress made in implementing tax transformation strategies**
73
+
74
+
75
+ Fully implemented Plan to implement within 12 months
76
+
77
+
78
+ 37%
79
+
80
+ 37%
81
+
82
+
83
+ ERP system customized for
84
+ tax issues
85
+
86
+ Use of tools to monitor
87
+ relevant developments in tax
88
+ laws globally
89
+
90
+
91
+ Tax data management solutions
92
+
93
+ 38% and/or tax professionals in
94
+
95
+ company’s data management team
96
+
97
+
98
+ 24%
99
+
100
+ 7%
101
+
102
+ 6%
103
+
104
+ 4%
105
+
106
+ 4%
107
+
108
+ 4%
109
+
110
+ 2%
111
+
112
+
113
+ 37%
114
+
115
+ 32%
116
+
117
+ 41%
118
+
119
+ 41%
120
+
121
+
122
+ Use of advanced analytics in
123
+ monitoring of key controls
124
+
125
+ Integrated processes
126
+
127
+ Streamlining of processes not
128
+ appropriate for automation
129
+
130
+ Automation of tax compliance
131
+ and reporting processes
132
+
133
+
134
+ Implementing tax technology, or customizing existing ERP systems, requires identifying the appropriate issues to
135
+ customize the system for, involving the right stakeholders internally, obtaining budget when there are competing
136
+ demands, and devising a robust schedule of maintenance.
137
+
138
+
139
+ -----
140
+
141
+ Compliance is a top priority for the tax department (Figure 2) but to achieve it, comply
142
+ with Pillar Two, or calculate their global tax liability, tax departments need accurate,
143
+ timely, tax-related data integrated across their organization. However, achieving visibility
144
+ into enterprise-wide tax data has proven difficult for many companies, with respondents
145
+ to Deloitte’s Tax Transformation Trends 2023 survey citing integrating tax-related data
146
+ _across the company (36%) as their second-most important challenge. More than a fifth of_
147
+ respondents found challenges in having limited technology or data management expertise
148
+ (23%), obtaining a comprehensive view of the total tax paid globally (22%), and not having
149
+ _sufficient control over technology strategy and investment (22%) (Figure 2). There is a “perfect_
150
+ storm” with the compliance challenge at least partly linked to these other factors.
151
+
152
+ **Figure 2. Challenges for the tax department over the next three to five years**
153
+
154
+
155
+ # 1. Customizing technology
156
+ for global compliance
157
+
158
+
159
+ 50%
160
+
161
+ 25%
162
+
163
+ 0%
164
+
165
+ |43% 36% 23% 22% 22% 18% 11%|Col2|Col3|Col4|Col5|Col6|Col7|
166
+ |---|---|---|---|---|---|---|
167
+ ||||||||
168
+
169
+
170
+ Difficulty in aligning
171
+ with company’s
172
+ technology
173
+ transformation
174
+ strategy/
175
+ approach
176
+
177
+
178
+ Obtaining
179
+ adequate
180
+ budget
181
+
182
+
183
+ Obtaining a
184
+ comprehensive
185
+ view of the
186
+ total tax paid
187
+ globally
188
+
189
+
190
+ Lack of
191
+ sufficient
192
+ control over
193
+ technology
194
+ strategy and
195
+ investment
196
+
197
+
198
+ Limited
199
+ technology/
200
+ data
201
+ management
202
+ expertise
203
+
204
+
205
+ Complying
206
+ with evolving
207
+ tax laws and
208
+ regulations
209
+ around the
210
+ world
211
+
212
+
213
+ Integrating
214
+ tax-related
215
+ data across
216
+ the company
217
+
218
+
219
+ _Percentage ranked among top 3 challenges_
220
+
221
+
222
+ -----
223
+
224
+ The desire to continue customizing ERP systems for tax is not surprising—being able to incorporate
225
+ flexibility and information to respond to changing tax laws will help companies comply, thereby avoiding
226
+ penalties and costs. Modern ERP systems can provide the accurate, granular data that tax teams
227
+ need at the legal entity level, while still supporting the management-level reporting needed by other
228
+ stakeholders. In this way, the ERP can help support tax analytics so that companies can model the
229
+ impact of changing tax laws in multiple jurisdictions, improving the insights used for decision making.
230
+
231
+ Companies have been working to put in place the data management and technology capabilities
232
+ demanded by today’s tax environment, but many have more work to do.
233
+
234
+
235
+ -----
236
+
237
+ Many of the challenges appear greater for smaller companies than for larger ones. For example, respondents at companies with revenues of US$5 billion or greater were more likely to
238
+ say that their company had fully implemented introduction of tax data management solutions and/or having tax professionals in the company’s data management team (55%) than did those
239
+ at companies with revenues of US$1 billion to US$5 billion (35%) or US$750 million to US$1 billion (25%) (Figure 3).
240
+
241
+ **Figure 3: Strategies/actions fully implemented by the tax department—by company size**
242
+
243
+
244
+ -----
245
+
246
+ Digital transformation is embedded into most companies agendas, but it is still difficult
247
+ to identify clear returns on technology investment—from determining which actions
248
+ drive the most impact, to which investments yield the highest enterprise value. With
249
+ Generative AI also advancing at pace, it is increasingly difficult for businesses to work out
250
+ the optimum point at which to invest at scale. When resources are constrained, it is worth
251
+ weighing up the investment needed for developing, buying, maintaining, and replacing
252
+ technology versus leveraging the technology of an outsource service provider.
253
+
254
+
255
+ # 2. Deciding how to invest
256
+ in technology
257
+
258
+
259
+ -----
260
+
261
+ **Figure 4. Benefit company has received** **or could receive** **from outsourcing an entire activity or function in the tax department**
262
+
263
+ 100%
264
+
265
+ 75%
266
+
267
+ 26%
268
+
269
+ 27% 34% 37%
270
+
271
+ 33%
272
+
273
+ 35%
274
+
275
+ 30%
276
+
277
+ 50%
278
+
279
+ 54%
280
+
281
+ 51%
282
+
283
+ 25% 46% 45% 45% 43% 40%
284
+
285
+ 0%
286
+
287
+ Access to the Reduced Access to tax Reduced need for Ability to provide flexibility Transfer of risk associated Reallocation of current
288
+ latest technology operating costs subject matter capital investment in and quickly scale tax with technology systems or tax team to other
289
+ capabilities expertise technology operations as needed processes to one or more strategic objectives
290
+
291
+ third parties
292
+
293
+ Major/significant Some
294
+
295
+ Respondents to the Tax Transformation Trends 2023 survey cited access to the latest technology capabilities (54%) even more often than reduced operating costs (51%) as a major or
296
+ significant benefit of outsourcing (Figure 4). Reduced need for capital investment in technology (45%) was also named frequently as an important benefit. Outsourcing can provide a
297
+ strategy for tax departments to acquire the technology tools and expertise that the current environment demands without incurring the significant capital investment that would be
298
+ required, upfront and ongoing, if enhancements were developed in-house.
299
+
300
+ While tax departments may have had discretionary budget for incremental changes, or fixing “broken” systems, wholescale finance transformation has centralized budgets, with IT
301
+ taking a prominent role in deciding where transformation efforts will focus. This has led to a greater need for the tax department to collaborate with IT and other departments.
302
+
303
+
304
+ -----
305
+
306
+ # 3. Internal collaboration
307
+ and obtaining budget
308
+
309
+
310
+ Data management and IT applications are increasingly important to tax departments.
311
+ However, in Deloitte’s Tax Transformation Trends survey, 78% respondents in 2023 said
312
+ technology strategy and planning was largely controlled by Finance or IT; 56% said that
313
+ the tax department has input into the process, while 22% said it had little input (Figure
314
+ 5). These findings represent a change from the 2021 survey, in which tax leaders more
315
+ often said their departments had control over technology strategy and budget. This may
316
+ be due to an increased reliance on ERPs, rather than tax-department specific solutions,
317
+ along with the growing need for tax to gather data from across the company—both of
318
+ which would put more control into the hands of IT and Finance.
319
+
320
+ **Figure 5. Tax function role in technology strategy and planning**
321
+
322
+ 7%
323
+
324
+ 15%
325
+
326
+ 40%
327
+
328
+ 56%
329
+
330
+ 23%
331
+
332
+ 23%
333
+
334
+ 22%
335
+ 14%
336
+
337
+ **2021** **2023**
338
+
339
+
340
+ Largely set/controlled
341
+
342
+ by Finance or IT, with
343
+
344
+ little input from Tax
345
+
346
+
347
+ Largely set/controlled
348
+
349
+ by Finance or IT, but
350
+
351
+ Tax has input
352
+
353
+
354
+ Tax has significant
355
+
356
+ autonomy over
357
+ technology strategy,
358
+ but limited control over
359
+
360
+ Capex budget
361
+
362
+
363
+ Tax has significant
364
+ autonomy over both
365
+
366
+ technology strategy
367
+
368
+ and Capex budget
369
+
370
+
371
+ -----
372
+
373
+ There were also significant regional differences. Respondents at North American companies (40%) more often said that the tax department has significant autonomy either over
374
+ technology strategy or over both technology strategy and budget than did those at companies headquartered in Europe (10%) or Asia Pacific (20%) (Figure 6). European and Asian
375
+ companies typically contend with more indirect taxes, requiring complicated integration with supply chain management in ERP systems, led by Finance, while in North America the
376
+ emphasis is on income taxes, requiring the tax department to lead. Historically, Asian companies have been geared more toward managing reporting and compliance in multiple
377
+ jurisdictions in a decentralized manner, and as a result, were not as experienced in having a common ERP platform to solve all jurisdictional issues. This is, however, changing rapidly as
378
+ more tax technology expertise is developing in Asia, enabling common ERP platforms and local customization.
379
+
380
+ **Figure 6. Tax function role in technology strategy and planning**
381
+ By region
382
+
383
+ Largely set/controlled by Finance or IT, with little input from Tax
384
+
385
+ 10%
386
+
387
+ 6% [4%]
388
+
389
+ 25% 18% 20%
390
+
391
+ 29%
392
+
393
+ Largely set/controlled by Finance or IT, but Tax has input
394
+
395
+ **North** **Asia**
396
+
397
+ **Europe** **America** **Pacific**
398
+
399
+ 22% Tax has significant autonomy over technology strategy, but limited
400
+
401
+ control over Capex budget
402
+
403
+ 50%
404
+
405
+ 65%
406
+
407
+ 51% Tax has significant autonomy over both technology strategy
408
+
409
+ and Capex budget
410
+
411
+ Technology plays a key role in many aspects of tax operations and in transforming those operations to meet today’s challenges—which was made clear in interviews with respondents.
412
+
413
+
414
+ -----
415
+
416
+ Many respondents said implementing a single, integrated tax platform was a key priority
417
+ for the next few years as they pursue increased efficiency and access to better data. For
418
+ many, there is still work to do on rationalizing fragmented technology landscapes.
419
+
420
+ #### We are looking at how do we deal with all the various systems, and how do we bring some structure and consistency and visibility in that chaos—what evolution and trends are happening from a technology point of view.
421
+
422
+ **Dirk Timmermans**
423
+ Vice President of Global Statutory Finance and Tax Operations, Johnson Controls
424
+
425
+ To make the case for budget, tax departments need to demonstrate the value they
426
+ generate and protect for the company. Companies that have taken the top-down
427
+ company view, managed to explain the impact of tax authority digitalization to the C-suite
428
+ and worked collaboratively with the IT department have typically been more successful in
429
+ building this value case.
430
+
431
+ Understanding and communicating the aspiration of real-time compliance through
432
+ direct connection between tax authorities and company systems (see the OECD’s
433
+ [“Tax Administration 3.0” discussion paper) is important for ERP system design as ERP](https://www.oecd.org/tax/forum-on-tax-administration/publications-and-products/tax-administration-3-0-the-digital-transformation-of-tax-administration.htm)
434
+ systems are where most transactions are handled—thinking about the long term is
435
+ imperative, as finding a point solution now, without thinking through the potential
436
+ requirements in five to 10 years’ time, may hinder the tax department from creating
437
+ the environment that will enable being a strategic advisor to the business. Being able to
438
+ identify all the potential outcomes, however, is the difficult part, especially since tax laws
439
+ and regulations still differ significantly between jurisdictions and change frequently.
440
+
441
+
442
+ -----
443
+
444
+ # 4. Finding the optimal
445
+ implementation and maintenance program
446
+
447
+
448
+ Tax departments often focus on immediate need technology. Best practice, however,
449
+ would suggest obtaining budget and developing a road map first to use the technology
450
+ already available, identifying what might be needed in the future, and then making buildor-buy decisions. At this point, it’s useful to have a holistic view of the tax department’s
451
+ operating model—it’s not about doing everything now, but looking at increasing speed
452
+ and accuracy, and freeing up tax professionals for more strategic business activity.
453
+
454
+ Once the technology is chosen, the question is often whether to implement using
455
+ internal resources, appoint an implementation partner, or outsource the entire function
456
+ requiring the technology.
457
+
458
+ If the decision is made to use in-house resources, tax departments need to develop
459
+ professional teams with the new skills required, especially data management and
460
+ technology expertise. This was evident from Deloitte’s Tax Transformation Trends
461
+ research in 2023: When asked where their tax department will have the greatest need
462
+ for skills over the next three to five years, respondents most often named data analytics,
463
+ _data-driven strategic insights, and data management (44%)—a reflection of the growing_
464
+ importance of data-driven decision making and increased government requirements for
465
+ direct access to companies’ tax data (Figure 7 on the next page).
466
+
467
+
468
+ -----
469
+
470
+ Several skill areas were cited less often in 2023 than in 2021, suggesting that some companies may have made progress in addressing their talent requirement in those areas either
471
+ through recruitment, or by leaning more on outside providers. For example, technology transformation and process redesign was named as a top talent need by 29% of respondents
472
+ in the current survey, compared to 43% in 2021. However, this area still ranked fourth highest among the skills needed in the next few years, indicating that many companies are still
473
+ working to develop or acquire technology talent.
474
+
475
+ **Figure 7. Greatest needs in the tax department for skills over the next one to two years**
476
+
477
+ 2021 vs. 2023
478
+
479
+ 50%
480
+
481
+ 45%
482
+ 44% 43%
483
+
484
+ 40%
485
+
486
+ 36% 35% 36% 36%
487
+
488
+ 29% 29% 27% 28%
489
+
490
+ 25% 25% 25%
491
+
492
+ 25%
493
+
494
+ 10%
495
+
496
+ 0%
497
+
498
+ Data analytics, Specialist tax Transactional Technology Risk Expertise in Cross-business External Business process Communications
499
+ data-driven strategic technical skills tax skills transformation management emerging areas advisory skills stakeholder skills skills
500
+ insights, and data and process of regulatory management
501
+ management re-design compliance
502
+
503
+ 2023 2021
504
+
505
+ Note: Percentages do not add up to 100% since respondents could make multiple selections. Some items only appeared in the 2023 survey.
506
+
507
+
508
+ -----
509
+
510
+ # What’s next?
511
+
512
+
513
+ Strategic management and effective use of data as an asset will be top of mind for tax leaders as
514
+ both global tax reform and primary stakeholders—including boards, finance functions, and financial
515
+ institutions—continue to place data management at the center of the tax function. The tax technology
516
+ landscape, however, is broader than ERP and identifying tax data—tax leaders also need to consider
517
+ how many technologies are really needed to meet their needs, how many are not yet connected to
518
+ each other, and how fast technology is changing, threatening the obsolescence of existing systems.
519
+
520
+ The pace at which Generative AI technology and tooling is advancing can make it difficult for
521
+ businesses to work out the optimum point at which to invest at scale. Generative AI activity is
522
+ currently predominantly focused on identifying use cases and undertaking a tactical program of
523
+ experimentation as part of a measured approach to understanding the role and impact Generative
524
+ AI can have on a variety of business functions. There should, however, be an expectation that
525
+ over time, Generative AI, combined with broader AI and data analytical techniques, will play an
526
+ increasingly dominant role in the tax technology space, fueled by high levels of fluency, an expansion
527
+ of functionality and, critically, reduced cost of deployment. All of which reinforces the need for a clear
528
+ strategy and focus on data structures.
529
+
530
+ Today, tax directors are addressing the impact of data within their tax functions and have pivoted
531
+ by introducing new skill sets within their tax function, which is encouraging. This is, however,
532
+ just the first step of a continuous journey in which primary stakeholders use tax data through
533
+ analytics as a strategic enabler to drive investment decisions, often these days using dynamic
534
+ dashboarding and modeling.
535
+
536
+ The results of Deloitte’s Tax Transformation Trends 2023 survey highlighted the need for datadriven insight from compliance activities, more agile partnering with other parts of the business,
537
+ and a heightened need to integrate technology across functions and jurisdictions. As digitalization
538
+ continues—accelerated by the introduction of Artificial Intelligence capabilities—tax departments will
539
+ need to ensure their digital strategy meets an ever-changing tax regulatory landscape, is incorporated
540
+ into and aligns with the business’s overall digital transformation ambitions, and incorporates efforts
541
+ to prepare their people and processes for accelerated transformation. Tax directors interviewed for
542
+ Deloitte’s Tax Transformation Trends research recommend embedding Tax into everyday processes
543
+ and operations. This will lead to tax considerations in transformation efforts becoming “business as
544
+ usual,” and making building the business case for technology investment less onerous.
545
+
546
+
547
+ -----
548
+
549
+ **About the research**
550
+ Deloitte’s 2023 Tax Transformation Trends
551
+ survey engaged tax and finance executives
552
+ to understand their strategies for tax
553
+ operations, outsourcing, technology, and
554
+ talent. Deloitte surveyed 300 senior tax
555
+ and finance leaders at companies across
556
+ a range of industries, sizes, and regions to
557
+ understand their future vision for the tax
558
+ function and how they plan to achieve that
559
+ vision. Deloitte also conducted a series
560
+ of qualitative one-on-one interviews with
561
+ senior tax executives at large multinational
562
+ companies to develop deeper insights into
563
+ their tax transformation activities.
564
+
565
+
566
+ **Figure 8. Demographics**
567
+
568
+ |Revenue US$750M to 1B 43% US$1B to 5B 28% US$5B+ 29%|Life Sciences Industry & Health Care Consumer Financial 7% Services 35% 13% Technology, Media & 16% Telecommunications Energy,Resources, 29% & Industrials|
569
+ |---|---|
570
+
571
+
572
+ Headquarters location
573
+
574
+ **Asia Pacific**
575
+
576
+ ### 30%
577
+
578
+ **Europe**
579
+ ### 39%
580
+
581
+
582
+ **North America**
583
+ ### 31%
584
+
585
+
586
+ **Role**
587
+
588
+ **C-1**
589
+ **19%**
590
+ **C-2**
591
+ **35%**
592
+
593
+ **C-suite**
594
+ **46%**
595
+
596
+ **Finance**
597
+ **28%**
598
+
599
+ **Tax**
600
+ **72%**
601
+
602
+ Survey sample size = 300
603
+
604
+ C-suite (e.g., CFO, CAO, CTaxO) = 137
605
+
606
+ C-1 (e.g., EVP, SVP of Tax or Finance) = 57
607
+
608
+ C-2 (e.g., Directors, VP, Head of
609
+ sub-division) = 106
610
+
611
+
612
+ **Switzerland**
613
+ **5%**
614
+
615
+
616
+ -----
617
+
618
+ **Europe, Middle East, Africa**
619
+
620
+ **Christophe De Waele**
621
+ Tax & Legal Operate Leader
622
+ Deloitte North & South Europe
623
624
+
625
+ **Ana Santiago Marques**
626
+ Tax & Legal Operate Leader
627
+ Deloitte Central Europe
628
629
+
630
+ **Patrick Earlam**
631
+ Tax & Legal Operate Leader
632
+ Deloitte Africa
633
634
+
635
+ **Asia Pacific**
636
+
637
+ **Christopher Roberge**
638
+ Tax Operate Leader
639
+ Deloitte Asia Pacific
640
641
+
642
+
643
+ # Contacts
644
+
645
+
646
+ **Andy Gwyther**
647
+ Deloitte Global Operate Leader, Tax & Legal
648
649
+
650
+ **North America**
651
+
652
+ **Eric Peel**
653
+ Tax Operate Leader
654
+ Deloitte Tax LLP (US)
655
656
+
657
+ **Emily VanVleet**
658
+ Tax Operate Leader
659
+ Deloitte Tax LLP (US)
660
661
+
662
+ **Jeff Butt**
663
+ Tax & Legal Operate Leader
664
+ Deloitte Canada
665
666
+
667
+ **Arturo Camacho**
668
+ Tax & Legal Operate Leader
669
+ Deloitte Spanish-LATAM
670
671
+
672
+
673
+ -----
674
+
675
+ Deloitte refers to one or more of Deloitte Touche Tohmatsu Limited (DTTL), its global network of member firms, and their related entities (collectively, the “Deloitte organization”). DTTL (also
676
+ referred to as “Deloitte Global”) and each of its member firms and related entities are legally separate and independent entities, which cannot obligate or bind each other in respect of third parties.
677
+ DTTL and each DTTL member firm and related entity is liable only for its own acts and omissions, and not those of each other. DTTL does not provide services to clients. Please see www.deloitte.
678
+ com/about to learn more.
679
+
680
+ Deloitte provides industry-leading audit and assurance, tax and legal, consulting, financial advisory, and risk advisory services to nearly 90% of the Fortune Global 500® and thousands of private
681
+ companies. Our people deliver measurable and lasting results that help reinforce public trust in capital markets, enable clients to transform and thrive, and lead the way toward a stronger
682
+ economy, a more equitable society, and a sustainable world. Building on its 175-plus year history, Deloitte spans more than 150 countries and territories. Learn how Deloitte’s approximately
683
+ 457,000 people worldwide make an impact that matters at www.deloitte.com.
684
+
685
+ This communication contains general information only, and none of Deloitte Touche Tohmatsu Limited (“DTTL”), its global network of member firms or their related entities (collectively, the “Deloitte
686
+ organization”) is, by means of this communication, rendering professional advice or services. Before making any decision or taking any action that may affect your finances or your business, you
687
+ should consult a qualified professional adviser.
688
+
689
+ No representations, warranties or undertakings (express or implied) are given as to the accuracy or completeness of the information in this communication, and none of DTTL, its member firms,
690
+ related entities, employees or agents shall be liable or responsible for any loss or damage whatsoever arising directly or indirectly in connection with any person relying on this communication.
691
+
692
+ © 2024. For information, contact Deloitte Global.
693
+
694
+
695
+ -----
696
+
pymupdf-folder/md/gx-iif-open-data.md ADDED
The diff for this file is too large to render. See raw diff
 
pymupdf-folder/md/life-sciences-smart-manufacturing-services-peak-matrix-assessment-2023.md ADDED
@@ -0,0 +1,548 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix[®] Assessment 2023
2
+
3
+ ### Focus on Deloitte August 2023
4
+
5
+ ###### Copyright © 2023 Everest Global, Inc. Thi d t h b li d t D l itt
6
+
7
+
8
+ -----
9
+
10
+ ### Introduction
11
+
12
+ ###### Historically, the traditional manufacturing industry was primarily focused on designing standardized manufacturing procedures and managing labor and mechanical systems, but with the emergence of Industry 4.0, technology adoption has become widespread across industries, unlocking numerous benefits. However, the life sciences industry has been slow in adopting technology to modernize manufacturing setups. Nevertheless, the pandemic, regulatory frameworks, and the urge to achieve operational excellence are now driving the adoption of smart manufacturing services.
13
+
14
+ Life sciences enterprises aim to unlock benefits such as cost optimization, increased productivity, visibility, and efficiency by investing in critical use cases, including digital twins, predictive maintenance, etc. They are also exploring high-growth opportunities such as sustainable manufacturing, batch-to-continuous manufacturing, and manufacturing of personalized medicines. As the industry experiences investments in smart manufacturing, service providers are taking on the role of end-to-end digital transformation partners by co-developing solutions to assist enterprises in their digital journeys.
15
+
16
+ In the full report, we present an assessment of 16 life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix[®] Assessment 2023. The assessment is based on Everest Group’s annual RFI process for the calendar year 2023, interactions with leading life sciences service providers, client reference checks, and an ongoing analysis of the life sciences smart manufacturing services market.
17
+
18
+ The full report includes the profiles of the following 16 leading life sciences service providers featured on the Life Sciences Smart Manufacturing Services PEAK Matrix:
19
+
20
+  **Leaders: Accenture, Cognizant, Deloitte, HCLTech, and TCS**
21
+
22
+  **Major Contenders: Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys**
23
+
24
+  **Aspirants: Atos, HARMAN DTS, and NNIT**
25
+
26
+
27
+ ###### Scope of this report
28
+
29
+
30
+ ###### Geography Industry Services Global Life sciences (biopharmaceuticals and medical devices)
31
+
32
+
33
+ -----
34
+
35
+ ### Life Sciences Smart Manufacturing Services PEAK Matrix[®] characteristics
36
+
37
+ ###### Leaders
38
+
39
+ Accenture, Cognizant, Deloitte, HCLTech, and TCS
40
+
41
+  Leaders have positioned themselves as digital transformation partners for enterprises with end-to-end capabilities, and offer a balanced breadth of offerings across the life sciences
42
+
43
+ ###### manufacturing value chain
44
+
45
+  They demonstrate flexibility and innovation while pitching engagement models and commercial constructs, and possess a distinct talent pool specializing in the life sciences smart
46
+
47
+ ###### manufacturing space
48
+
49
+  There is a presence of a robust partnership ecosystem and investments aligned with the demand of the enterprises in the areas of digital twins, IoT-enabled analytics, cybersecurity, etc.,
50
+
51
+ ###### as well as high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
52
+
53
+  They showcase a clear future roadmap to better supplement their internal capabilities and fill in the gaps in their existing portfolio of services through the development of IP, CoEs, and
54
+
55
+ ###### strategic initiatives
56
+
57
+ Major Contenders
58
+
59
+ Capgemini, Tech Mahindra, LTIMindtree, Wipro, NTT DATA, Innova Solutions, Birlasoft, and Infosys
60
+
61
+  Major Contenders comprise a varied mix of midsize and large firms. They possess a relatively less balanced portfolio compared to Leaders and are inclined toward specialization in
62
+
63
+ ###### certain specific areas of the value chain. Additionally, they offer limited solutions around high-growth opportunity areas such as specialty drugs manufacturing, sustainable manufacturing, and batch-to-continuous manufacturing
64
+
65
+  Major Contenders have shortcomings in certain areas of the manufacturing value chain; the prevalent approach to address smart manufacturing use cases is by harnessing
66
+
67
+ ###### cross-industry intellectual property, talent, and partnerships
68
+
69
+  They have substantiated their position within the mid-tier segment of clients by pursuing active client management and ramping up/down resources commensurate to the ask of buyers
70
+
71
+ ###### Aspirants
72
+
73
+ Atos, HARMAN DTS, and NNIT
74
+
75
+  When it comes to their services portfolio, Aspirants have restricted their focus to specific areas in the life sciences manufacturing value chain, with limited digital service capabilities
76
+
77
+  They have a limited partnership ecosystem and place more focus on leveraging horizontal capabilities to cater to the needs of life sciences enterprises rather than developing
78
+
79
+ ###### domain-specific services through CoEs and strategic alliances
80
+
81
+
82
+ -----
83
+
84
+ ### Everest Group PEAK Matrix[®]
85
+ Life Sciences Smart Manufacturing Services PEAK Matrix[®] Assessment 2023 | Deloitte is positioned as a Leader
86
+
87
+ ###### Everest Group Life Sciences Smart Manufacturing Services PEAK Matrix[®] Assessment 2023[1,2,3]
88
+
89
+
90
+ _High_
91
+
92
+ _Low_
93
+
94
+
95
+ Leaders
96
+
97
+ Major Contenders
98
+
99
+
100
+ Aspirants
101
+
102
+
103
+ **Leaders**
104
+
105
+ Deloitte
106
+
107
+ Accenture
108
+
109
+ **Major Contenders** TCS
110
+
111
+ HCLTech
112
+
113
+ Cognizant
114
+
115
+ Capgemini
116
+
117
+ Wipro
118
+
119
+ NTT DATA
120
+ Infosys LTIMindtree
121
+
122
+ Innova Solutions Tech Mahindra
123
+
124
+ ###### Birlasoft
125
+
126
+ NNIT
127
+
128
+ HARMAN DTS
129
+
130
+ Atos
131
+
132
+ **Aspirants**
133
+
134
+
135
+ _Low_ _High_
136
+
137
+ **Vision & capability**
138
+ Measures ability to deliver services successfully
139
+
140
+ 1 Assessments for Atos, Capgemini, Infosys, and NTT DATA exclude provider inputs and are based on Everest Group’s proprietary Transaction Intelligence (TI) database, provider public disclosures, and Everest Group’s interactions with enterprise buyers
141
+ 2 Assessment for Birlasoft, HARMAN DTS, and NNIT is based on partial primary inputs (briefings only)
142
+ 3 The assessment of Atos is completed prior to its acquisition by Eviden
143
+ Confidentiality: Everest Group takes its confidentiality pledge very seriously Any information we collect that is contract specific will only be presented back to the industry in an aggregated fashion
144
+
145
+
146
+ **Leaders**
147
+
148
+ Deloitte
149
+
150
+ Accenture
151
+
152
+ **Major Contenders** TCS
153
+
154
+ HCLTech
155
+
156
+ Cognizant
157
+
158
+ Capgemini
159
+
160
+ Wipro
161
+
162
+ NTT DATA
163
+ Infosys LTIMindtree
164
+
165
+ Innova Solutions Tech Mahindra
166
+
167
+ ###### Birlasoft
168
+
169
+ NNIT
170
+
171
+ HARMAN DTS
172
+
173
+ Atos
174
+
175
+ **Aspirants**
176
+
177
+
178
+ -----
179
+
180
+ ### Deloitte profile (page 1 of 6) Overview
181
+
182
+ **Company mission**
183
+
184
+ Deloitte's Life Sciences Smart Manufacturing practice partners with life sciences enterprises in reimagining and
185
+ reconfiguring their value chains to ensure the reliable and efficient supply of affordable and accessible therapies
186
+ and medical products to the end customers, resulting in enhanced well-being of patients. It supports clients in
187
+ their digital transformation journey and pushes life sciences manufacturing into the next generation of digital
188
+ evolution. This is achieved through substantial investments in expanding global smart manufacturing
189
+ capabilities, fostering robust partnerships, developing proprietary IP-based assets, leveraging smart factory
190
+ technology, and nurturing talent.
191
+
192
+ **Overview of the client base**
193
+
194
+ Among its diverse customer base, Deloitte's life science smart manufacturing practice engages with the top 10
195
+ largest global pharmaceutical enterprises, top 10 largest BioTech enterprises, 9 out of the top 10 medical device
196
+ enterprises, and 18 out of the 21 largest life sciences enterprises.
197
+
198
+
199
+ -----
200
+
201
+ ### Deloitte profile (page 2 of 6) Case studies
202
+
203
+
204
+ ###### NOT EXHAUSTIVE
205
+
206
+
207
+ -----
208
+
209
+ ### Deloitte profile (page 3 of 6) Offerings
210
+
211
+
212
+ ###### NOT EXHAUSTIVE
213
+
214
+
215
+ **Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list)**
216
+
217
+
218
+ **Solution** **Details**
219
+
220
+ Supply chain control tower platform It is an end-to-end platform solution that assists clients by providing prescriptive insights, monitoring transaction-level data, and offering analytical capabilities across the
221
+ manufacturing and supply chain processes.
222
+
223
+ CentralSight It has the capabilities to effectively visualize a multi-tier deep supplier ecosystem, helping enterprises identify and address the associated risks within the ecosystem in a
224
+ timely manner.
225
+
226
+ Smart factory capability compass It is an application that assists clients in assessing the current manufacturing maturity and readiness of their sites for smart factory investments and initiatives.
227
+
228
+ CognitiveSpark for manufacturing It is a cloud-based, AI-powered solution designed to assist biopharma and MedTech manufacturers with insights that help optimize manufacturing processes and improve product
229
+ quality.
230
+
231
+ Turnkey IoT It is a suite of pre-configured solution accelerators tailored to high-potential manufacturing use cases.
232
+
233
+
234
+ Managed Extended Detection and Response
235
+ (MXDR)
236
+
237
+
238
+ It is a SaaS-based, modular cybersecurity solution designed to protect enterprises from internal and external cyber threats.
239
+
240
+
241
+ Greenlight This is a decarbonization solution designed to achieve net-zero emissions. It includes a package of dashboard modules that can ingest Green House Gas (GHG) emissions and
242
+ reduce project data, enabling clients to visualize and analyze their aggregate carbon footprint.
243
+
244
+ IDEA It is an IoT-based application that helps clients manage real-time energy consumption from different sources, combining the IoT approach with traditional Energy Management
245
+ Systems (EMS).
246
+
247
+ Digital IoT It is a preconfigured Siemens MindSphere application that offers a cloud-based, open IoT operating system connecting products, plants, systems, and machines. This application
248
+ unifies data from Digital Product Lifecycle Management (DPLM), Data Acquisition and Management System (DAMS), Digital Manufacturing Execution System (DMES), and IoT
249
+ systems onto an integrated dashboard, thereby enabling actionable insights.
250
+
251
+
252
+ -----
253
+
254
+ ### Deloitte profile (page 4 of 6) Offerings
255
+
256
+
257
+ ###### NOT EXHAUSTIVE
258
+
259
+
260
+ **Proprietary smart manufacturing solutions – such as IP, platforms, accelerators, and tools (representative list)**
261
+
262
+
263
+ **Solution** **Details**
264
+
265
+ SupplyHorizon It enables enterprises to proactively identify and mitigate supply chain issues. It leverages internal and external data, risk profiling, mitigation planning, persona-based
266
+ visualizations, and AI to enable a visibility of multi-tier supply networks and sense any upcoming risks in order to mitigate disruptions.
267
+
268
+ Smart manufacturing platform This is a platform solution that enables the comprehensive view of manufacturing operations across the organization with connected data from disparate systems to create dynamic
269
+ data visualizations that provide useful insights and recommended actions. It assists in predictive analytics, quality analytics, planning and management, shop floor tracking and
270
+ serialization, etc.
271
+
272
+ Supplier 360 It is an end-to-end management solution that improves supplier relationships by consolidating data from various disparate sources to generate actionable insights on supplier
273
+ performance, connecting stakeholders, and more.
274
+
275
+
276
+ -----
277
+
278
+ ### Deloitte profile (page 5 of 6) Recent developments
279
+
280
+
281
+ ###### NOT EXHAUSTIVE
282
+
283
+
284
+ **Key events – related to smart manufacturing services (representative list)**
285
+
286
+
287
+ **Event name** **Type of event** **Year** **Details**
288
+
289
+ Industrial data fabric Alliance 2023 Forged a multi-party partnership with AWS, HighByte, and Element to help manufacturers connect, structure, and manage industrial data at scale through an open
290
+ industrial data framework; supports Deloitte's smart manufacturing platform and services, offering data analytics, predictive insights, and faster time-to-value for
291
+ manufacturers
292
+
293
+ Nubik Acquisition 2022 Acquired to strengthen its presence and leadership in the Salesforce practice and firm up its relationships and offerings for mid-market clients; it will assist clients with
294
+ advanced solutions in manufacturing and distribution
295
+
296
+
297
+ OCT Emissions
298
+ Solutions
299
+
300
+
301
+ Acquisition 2022 Acquired to assist clients with an end-to-end offering across the climate change and decarbonization life cycle. It provides solutions for hydrogen, carbon sequestration
302
+ and offsets, and carbon dioxide cleanup
303
+
304
+
305
+ AE Cloud Consultant Acquisition 2022 Acquired to deploy front-end and back-end solutions for order management, production management, supply chain management, warehouse and fulfillment,
306
+ procurement, etc., for enterprises
307
+
308
+
309
+ Smart factories spread
310
+ across global locations
311
+
312
+
313
+ Investment 2022 The smart factories that are spread across the globe serve as an ecosystem of smart manufacturing capabilities built on advanced technologies such as IoT,
314
+ cybersecurity, and digital twins; also acts as a platform that brings together solution providers, technology innovators, and academic researchers to drive innovation
315
+
316
+
317
+ Check Point Alliance 2021 Alliance with Check Point, a leading provider of cybersecurity solutions, to assist Deloitte in strengthening Industry 4.0 technologies by securing the enterprise
318
+ manufacturing and supply chain infrastructure
319
+
320
+ Syncronic Acquisition 2021 Acquired to enhance its supply chain practice in the Nordics region
321
+
322
+ aeCyberSolutions Acquisition 2021 Acquired to strengthen its cybersecurity offerings
323
+
324
+ Digital Immunity Alliance 2020 Alliance with Digital Immunity to leverage Deloitte's multiple OT lab environments, such as the Smart Factory in Wichita, to accelerate deployment testing by utilizing
325
+ configuration and deployment guidelines from the lab environment
326
+
327
+ Nozomi Alliance 2020 Alliance with Nozomi Networks to deliver IT, OT, and IoT security services in the EMEA region. This collaboration aims to assist enterprises in enhancing their threat
328
+ detection capabilities and implementing effective cyber risk solutions
329
+
330
+ Beelogix Acquisition 2019 Acquired to expand its capabilities and leadership in SAP digital supply chain solution​
331
+
332
+
333
+ -----
334
+
335
+ ### Deloitte profile (page 6 of 6) Everest Group assessment – Leader
336
+
337
+ ###### Market impact
338
+
339
+ Market Portfolio Value Vision and adoption mix delivered Overall strategy
340
+
341
+ Strengths Limitations
342
+
343
+
344
+ **Measure of capability:** Low High
345
+
346
+ |Market impact|Col2|Col3|Col4|Vision & capability|Col6|Col7|Col8|Col9|
347
+ |---|---|---|---|---|---|---|---|---|
348
+ |Market adoption|Portfolio mix|Value delivered|Overall|Vision and strategy|Scope of services offered|Innovation and investments|Delivery footprint|Overall|
349
+ ||||||||||
350
+
351
+ | Deloitte has made substantial investments in developing manufacturing solutions throughout the life sciences value chain, focusing on futuristic domain use cases such as cell and gene therapy manufacturing and sustainable manufacturing. It is further reinforced by its dedicated investments in building the Wichita smart factory, which strengthens its capabilities in IoT, cybersecurity, digital twins, robotics, etc.  While clients highlight the premium pricing points, they acknowledge the innovative commercial constructs offered by Deloitte and perceive the dollar value per service provided to be better compared to peers  Clients view Deloitte as a reliable strategic partner as it addresses both the existing and emerging business problems, even by engaging third-party providers if necessary  Clients appreciate the high quality of the talent deployed and the strong technical domain knowledge they possess| Although clients appreciate the technical and domain expertise of the talent deployed, they expect better attrition management to ensure seamless project delivery  Deloitte's tendency to consistently agree with clients without conducting thorough evaluations can reveal a lack of critical assessment and hinder their ability to make decisions that align with the enterprise's expertise and best interests  While clients appreciate Deloitte’s strategic inputs, they look for better transparency and alignment with the enterprise stakeholders|
352
+ |---|---|
353
+
354
+
355
+ -----
356
+
357
+ # Appendix
358
+
359
+
360
+ -----
361
+
362
+ ### Everest Group PEAK Matrix[®] is a proprietary framework for assessment of market impact and vision & capability
363
+
364
+ ###### Everest Group PEAK Matrix
365
+
366
+
367
+ ###### High
368
+
369
+ Low
370
+
371
+
372
+ ##### Leaders
373
+
374
+ Major Contenders
375
+
376
+ Aspirants
377
+
378
+
379
+ ###### Low High
380
+ Vision & capability Measures ability to deliver services successfully
381
+
382
+
383
+ -----
384
+
385
+ ### Services PEAK Matrix[® ]evaluation dimensions
386
+
387
+ ###### Measures impact created in the market – captured through three subdimensions
388
+
389
+
390
+ ###### Leaders
391
+
392
+ Major Contenders
393
+
394
+ Aspirants
395
+
396
+
397
+ ###### Vision & capability
398
+
399
+
400
+ Measures ability to deliver services successfully.
401
+
402
+ This is captured through four subdimensions
403
+
404
+
405
+ ###### Vision for the client and itself; future
406
+ roadmap and strategy
407
+
408
+
409
+ ###### Depth and breadth of services portfolio across service subsegments/processes
410
+
411
+
412
+ ###### Innovation and investment in the enabling areas, e.g., technology IP, industry/domain
413
+ knowledge, innovative commercial
414
+
415
+
416
+ ###### Delivery footprint and global sourcing mix
417
+
418
+
419
+ -----
420
+
421
+ ### FAQs
422
+
423
+ ###### Does the PEAK Matrix[®] assessment incorporate any subjective criteria? Everest Group’s PEAK Matrix assessment takes an unbiased and fact-based approach that leverages provider / technology vendor RFIs and Everest Group’s proprietary databases containing providers’ deals and operational capability information. In addition, we validate/fine-tune these results based on our market experience, buyer interaction, and provider/vendor briefings.
424
+
425
+ Is being a Major Contender or Aspirant on the PEAK Matrix, an unfavorable outcome? No. The PEAK Matrix highlights and positions only the best-in-class providers / technology vendors in a particular space. There are a number of providers from the broader universe that are assessed and do not make it to the PEAK Matrix at all. Therefore, being represented on the PEAK Matrix is itself a favorable recognition.
426
+
427
+ What other aspects of the PEAK Matrix assessment are relevant to buyers and providers other than the PEAK Matrix positioning? A PEAK Matrix positioning is only one aspect of Everest Group’s overall assessment. In addition to assigning a Leader, Major Contender, or Aspirant label, Everest Group highlights the distinctive capabilities and unique attributes of all the providers assessed on the PEAK Matrix. The detailed metric-level assessment and associated commentary are helpful for buyers in selecting providers/vendors for their specific requirements. They also help providers/vendors demonstrate their strengths in specific areas.
428
+
429
+ What are the incentives for buyers and providers to participate/provide input to PEAK Matrix research?
430
+
431
+  Enterprise participants receive summary of key findings from the PEAK Matrix assessment
432
+
433
+  For providers
434
+
435
+ ###### – The RFI process is a vital way to help us keep current on capabilities; it forms the basis for our database – without participation, it is difficult to effectively match capabilities to buyer inquiries – In addition, it helps the provider/vendor organization gain brand visibility through being in included in our research reports
436
+
437
+ What is the process for a provider / technology vendor to leverage its PEAK Matrix positioning?
438
+
439
+  Providers/vendors can use their PEAK Matrix positioning or Star Performer rating in multiple ways including:
440
+
441
+ ###### – Issue a press release declaring positioning; see our citation policies – Purchase a customized PEAK Matrix profile for circulation with clients, prospects, etc. The package includes the profile as well as quotes from Everest Group analysts, which can be used in PR – Use PEAK Matrix badges for branding across communications (e-mail signatures, marketing brochures, credential packs, client presentations, etc.)
442
+
443
+  The provider must obtain the requisite licensing and distribution rights for the above activities through an agreement with Everest Group; please contact your CD or [contact us](https://www.everestgrp.com/contact-us/)
444
+
445
+ ###### Does the PEAK Matrix evaluation criteria change over a period of time? PEAK Matrix assessments are designed to serve enterprises’ current and future needs. Given the dynamic nature of the global services market and rampant disruption, the assessment criteria are realigned as and when needed to reflect the current market reality and to serve enterprises’ future expectations.
446
+
447
+
448
+ -----
449
+
450
+ ###### Stay connected
451
+
452
+ **Dallas (Headquarters)**
453
454
+ +1-214-451-3000
455
+
456
+ **Bangalore**
457
458
+ +91-80-61463500
459
+
460
+ **Delhi**
461
462
+ +91-124-496-1000
463
+
464
+ **London**
465
466
+ +44-207-129-1318
467
+
468
+ **Toronto**
469
470
+ +1-214-451-3000
471
+
472
+
473
+ Everest Group is a leading research firm helping business leaders make confident decisions. We guide clients through
474
+ today’s market challenges and strengthen their strategies by applying contextualized problem-solving to their unique
475
+ situations. This drives maximized operational and financial performance and transformative experiences. Our deep
476
+ expertise and tenacious research focused on technology, business processes, and engineering through the lenses of
477
+ talent, sustainability, and sourcing delivers precise and action-oriented guidance. Find further details and in-depth content
478
+ [at www.everestgrp.com.](http://www.everestgrp.com/)
479
+
480
+ NOTICE AND DISCLAIMERS
481
+
482
+ IMPORTANT INFORMATION. PLEASE REVIEW THIS NOTICE CAREFULLY AND IN ITS ENTIRETY.
483
+ THROUGH YOUR ACCESS, YOU AGREE TO EVEREST GROUP’S TERMS OF USE.
484
+
485
+
486
+ **Website**
487
+ everestgrp.com
488
+
489
+ **Social Media**
490
+
491
+ [@EverestGroup](https://twitter.com/EverestGroup)
492
+
493
+ [@Everest Group](https://www.linkedin.com/company/everest-group)
494
+
495
+ [@Everest Group](https://www.facebook.com/everestgrp/)
496
+
497
+ [@Everest Group](https://www.youtube.com/channel/UCbQ1l16kgLcWzLOSIN3cdHg)
498
+
499
+ **Blog**
500
+ [everestgrp.com/blog](https://www.everestgrp.com/blog)
501
+
502
+
503
+ Everest Group’s Terms of Use, available at www.everestgrp.com/terms-of-use/, is hereby incorporated by
504
+ reference as if fully reproduced herein. Parts of these terms are pasted below for convenience; please refer
505
+ to the link above for the full version of the Terms of Use.
506
+
507
+ Everest Group is not registered as an investment adviser or research analyst with the U.S. Securities and
508
+ Exchange Commission, the Financial Industry Regulatory Authority (FINRA), or any state or foreign securities
509
+ regulatory authority. For the avoidance of doubt, Everest Group is not providing any advice concerning securities
510
+ as defined by the law or any regulatory entity or an analysis of equity securities as defined by the law or any
511
+ regulatory entity.
512
+
513
+ All Everest Group Products and/or Services are for informational purposes only and are provided “as is” without
514
+ any warranty of any kind. You understand and expressly agree that you assume the entire risk as to your use
515
+ and any reliance upon any Product or Service. Everest Group is not a legal, tax, financial, or investment advisor,
516
+ and nothing provided by Everest Group is legal, tax, financial, or investment advice. Nothing Everest Group
517
+ provides is an offer to sell or a solicitation of an offer to purchase any securities or instruments from any entity.
518
+ Nothing from Everest Group may be used or relied upon in evaluating the merits of any investment. Do not base
519
+ any investment decisions, in whole or part, on anything provided by Everest Group.
520
+
521
+ Products and/or Services represent research opinions or viewpoints, not representations or statements of fact.
522
+ Accessing, using, or receiving a grant of access to an Everest Group Product and/or Service does not constitute
523
+ any recommendation by Everest Group that recipient (1) take any action or refrain from taking any action or
524
+ (2) enter into a particular transaction. Nothing from Everest Group will be relied upon or interpreted as a promise
525
+ or representation as to past, present, or future performance of a business or a market. The information contained
526
+ in any Everest Group Product and/or Service is as of the date prepared, and Everest Group has no duty or
527
+ obligation to update or revise the information or documentation. Everest Group may have obtained information
528
+ that appears in its Products and/or Services from the parties mentioned therein, public sources, or third-party
529
+ sources, including information related to financials, estimates, and/or forecasts. Everest Group has not audited
530
+ such information and assumes no responsibility for independently verifying such information as Everest Group
531
+ has relied on such information being complete and accurate in all respects. Note, companies mentioned in
532
+ Products and/or Services may be customers of Everest Group or have interacted with Everest Group in some
533
+ other way, including, without limitation, participating in Everest Group research activities.
534
+
535
+
536
+ _This document is for informational purposes only, and it is being provided_
537
+ _“as is” and “as available” without any warranty of any kind, including any_
538
+ _warranties of completeness, adequacy, or fitness for a particular purpose._
539
+ _Everest Group is not a legal or investment adviser; the contents of this_
540
+ _document should not be construed as legal, tax, or investment advice._
541
+ _This document should not be used as a substitute for consultation with_
542
+ _professional advisors, and Everest Group disclaims liability for any_
543
+ _actions or decisions not to act that are taken as a result of any material_
544
+ _in this publication._
545
+
546
+
547
+ -----
548
+
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit-pdf-viewer>=0.0.21