-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.html
200 lines (170 loc) · 9.7 KB
/
data.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>India Stack</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<link rel="stylesheet" href="style.css?v=7">
</head>
<body>
<header id="site-header">
<div class="top-bar">
<div class="top-bar-left">
<div class="logo-wrap">
<a href="index.html">
<img src="img/indiastack.png" alt="">
</a>
</div>
</div>
<div class="top-bar-right">
<ul class="menu main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="identity.html">Identity</a></li>
<li><a href="payments.html">Payments</a></li>
<li><a href="data.html" class="active">Data</a></li>
<li><a href="open-networks.html">Open Networks</a></li>
<li><a href="faq.html">FAQs</a></li>
</ul>
</div>
<div class="mobile-menu">
<div class="hamburger-menu"></div>
</div>
</div>
</header>
<div class="page-name">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="large-12 cell">
<div class="wrap">
<h1 class="title">Data</h1>
</div>
</div>
</div>
</div>
</div>
<div class="data-introduction">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-6 cell">
<p>The third and final piece of the India Stack puzzle focuses on establishing a new model for data governance in India. Enshrined in a policy framework known as the Data Empowerment and Protection Architecture (DEPA), the ‘data’ layer of India Stack aims to restore the ownership and control over user data to its rightful owners.</p>
<p>The past decade has seen the global conversation around individual privacy and data ownership change in a significant way. Seminal pieces of legislation like the General Data Protection Regulation (GDPR) in the European Union, Open Banking in the UK, and the California Consumer Privacy Bill in the United States have sought to empower individual citizens with agency and control over their personal data. DEPA represents India’s attempt at creating ‘a secure consent-based data sharing framework’ to accelerate the financial inclusion of its citizens.
</p>
</div>
<div class="medium-6 cell">
</div>
</div>
</div>
</div>
<div class="odd-section depa-core">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-12 cell">
<p>Where Aadhaar first helped seed India’s economy with hundreds of millions of new economic participants with bank accounts, UPI then gave those account holders an easy and cheap way to transact digitally. In similar fashion, the third layer of India Stack helps those same account holders to leverage the data trail they leave behind as they go about transacting and operating in the digital economy.</p>
</div>
</div>
</div>
</div>
<section class="even-section depa-core">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-4 cell">
<h3>At its core, there are three main pillars that make up the DEPA framework.</h3>
</div>
<div class="medium-8 cell">
<div class="box-wrap">
<div class="icon">
<img src="img/icons/bullseye.svg" alt="">
</div>
<p>A landmark Personal Data Protection Bill which, for the first time ever, gives Indian citizens a numbers of rights pertaining to their data</p>
</div>
<div class="box-wrap">
<div class="icon">
<img src="img/icons/pay.svg" alt="">
</div>
<p>An electronic consent artefact, which establishes a standardised and programmable digital template for capturing user consent to share their personal data with third parties</p>
</div>
<div class="box-wrap">
<div class="icon">
<img src="img/icons/aggrigate.svg" alt="">
</div>
<p>A new category of regulated entities known as ‘consent managers’ (in the Financial Services sector these will be known as Account Aggregators). These AA’s are tasked with playing the role of traffic cops in a typical data value chain. They provide an interface to facilitate the ‘easy sharing and consumption of data from various entities with user consent’.</p>
</div>
</div>
</div>
</div>
</section>
<section class="odd-section">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-12 cell">
<p>India has so far lacked a mechanism for sharing data between individuals and institutions in a secure, standardised manner. Typically this has led to a reliance on antiquated data sharing practices like screen scraping or manual printing and scanning of sensitive information like bank account statements or utility bills. In financial services in particular, the lack of an efficient apparatus for aggregating personal data has made it unviable for financial institutions to cater to the individuals and businesses that need it most. </p>
</div>
</div>
</div>
</section>
<section class="even-section">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-8 cell">
<figure>
<img src="img/aa.png" alt="">
</figure>
</div>
<div class="medium-4 cell">
<p>The Account Aggregator framework seeks to change that by providing a catalyst for India’s new data democracy, where the time and cost of retrieving and sharing user data will no longer be a hindrance in building sustainable financial products. Consumers can approve/manage/revoke all their consent agreements in one place, while at the same time institutions can clearly define their data requests at a granular level. For the first time, individuals and businesses have the ability to prove any data about themselves in a permissionless and verifiable manner.</p>
</div>
<div class="medium-12 cell">
<p>The entire AA system is interoperable by design, so a service provider that integrates with one AA app can make data requests to users of any other app too. This takes away the need for custom integrations with different banks, and it also gives users the freedom to use whichever AA they want to. </p>
<p>While initially earmarked to be piloted in the financial services industry, the grander vision is to enable consent-based data sharing across a number of important sectors like healthcare and e-commerce where ordinary citizens will have the ability to leverage their own data to avail of relevant products and services like loans, telemedicine, portfolio advisory and a litany of other use cases that are waiting to be developed.</p>
</div>
</div>
</div>
</section>
<div class="odd-section">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-12 cell">
<h4>Further resources:</h4>
<ul class="external-links">
<li><a href="https://niti.gov.in/sites/default/files/2020-09/DEPA-Book_0.pdf" target="_blank">NITI Aayog’s discussion paper on DEPA</a></li>
<li><a href="https://tigerfeathers.substack.com/p/this-can-be-as-big-as-upi-understanding" target="_blank">A 101 blogpost on DEPA and Account Aggregators</a></li>
<li><a href="https://sahamati.org.in/" target="_blank">The website of the DigiSahamati Foundation, which is a Collective of the Account Aggregator Ecosystem in India</a></li>
<li><a href="https://www.youtube.com/channel/UCFJvhLOcH7Sedu9a3zVQ6ig" target="_blank">The Sahamati Youtube channel, which contains a library of masterclasses, presentations and other learning material on DEPA and Account Aggregators</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer id="site-footer">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-4 cell">
<a href="index.html" class="footer-logo">
<img src="img/indiastack.svg" alt="">
</a>
<!-- <a href="https://twitter.com/India_Stack" target="_blank" class="button follow_on_twitter"><img src="img/icons/twitter.svg" alt=""> Follow us on Twitter</a> -->
</div>
<div class="medium-8 cell">
<ul class="menu align-right footer-menu">
<li><a href="#">Privacy policy</a></li>
<li><a href="https://developers.ispirt.in/" target="_blank">iSPIRT Developers</a></li>
<li><a href="https://research.ispirt.in/" target="_blank">Research at iSPIRT</a></li>
<li><a href="https://twitter.com/India_Stack" target="_blank"><img src="img/icons/twitter.svg" alt=""> Twitter</a></li>
<li><a href="https://github.com/iSPIRT" target="_blank"><img src="img/icons/github.svg" alt=""> Github</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>