22 – 25 November, 2018
NIMHANS Convention Center, Bengaluru
How Blockchain is Reshaping Financial
and Data Science Fields
Ratnakar Pandey
HOW BLOCKCHAIN IS
RESHAPING FINANCIAL
AND DATA SCIENCE
FIELDS
RATNAKAR PANDEY
3
4
“
The business value-add of blockchain will
grow to slightly more than $176 billion by
2025, and then it will exceed $3.1 trillion by
2030 ”
Gartner 2017 Report
https://www.gartner.com/doc/3627117/forecast-blockchain-business-value-worldwide
WHAT WE ARE GOINGTO COVERTODAY
5
1 2 3
Distributed Ledger and
Blockchain Fundamentals
Blockchain Applications in
Financial Industry
Blockchain and Data
Science
DISTRIBUTED
LEDGER AND
BLOCKCHAIN
FUNDAMENTAL
Trust
7
WHAT ISTHE BIGGEST
PROBLEMTHAT A BANK
SOLVE?
 Blockchain technology leveraged
decades of computer science
research to create the first
cryptocurrency Bitcoin in 2009.
In the words of Satoshi Nakamoto,
the creator of Bitcoin-
“ I’ve been working on a new
electronic cash system that’s fully
peer-to-peer, with no trusted third
party. ” 8
GENESIS OF BLOCKCHAIN LIES IN CREATINGTRUST AMONG
THE PARTIESWHO DON’T KNOW EACH OTHER
9
WHAT IS A BLOCKCHAIN?
Source: MinuteVideos
10
WHAT IS A BLOCKCHAIN? (CONT.)
Digital Record Distributed
Like a
traditional
ledger, they
can be record
of anything
Spread over
many
systems
across
different
sites or
geographies
Decentralized
No one in
particular
controls the
ledger it’s the
network that
controls what
happens
Secure
Immutable,
Irreversible
and follows
consensus
mechanism
to add info
Replicated
Each
member of
the network
has full and
identical
copy of the
info
Automated
Actions are
taken based
on the
agreed
criteria
without any
intervention
11
KEY CONSTITUENTS OF A BLOCKCHAIN
Hash
A series of encrypted numbers and letters of a fixed length to create a digital fingerprint
unique to the data or block , as human finger prints are unique. Plays a vital role in
securing the chain.
Public Key
A digital signature in the form of encrypted hash to identify users on the network. This is
known to other users
Private Key
A digital signature in the form of encrypted hash only known to a specific user to validate
and push a transaction on a blockchain.
Mining /
Proof of Work
Computationally intensive part to guess a random number (nonce) and use it to compute
correct hash to add new information as a block.
Block
Contains details about transactions or any data, cryptographic reference to the current
block, previous block, time stamp etc. Several blocks are chained together to create a
blockchain. Any new information is added as a new block, post validation.
12
EXAMPLES OF SOME POPULAR BLOCKCHAIN NETWORKS
Bitcoin
• The very first and the largest blockchain
• Permissionless or Open- Anyone can join the network
Ethereum
• Open Source and Pemissionless
• Popular for the Smart Contracts
Ripple
• Permissioned and used for real time settlement
• Popular for the cross border payments
R3CEV
• Pemissioned and a consortia of 100+ financial institutions
• More focused on financial applications
13
DIVERSE USE CASES OF BLOCKCHAIN…
BLOCKCHAINVS DATABASE COMPARISON
• Decentralized and Distributed- Same data
resides on many nodes. Hence no single point
of failure
• Disintermediation and Transparency- Same
view available to all nodes in the chain
• Integrity- Better quality data as information is
validated using consensus mechanism
• Immutable and Append only - All historical
information remains intact and hence more
auditable over a period of time.
• Resource Hungry- Requires high amount of
energy and computing
• Suitable for network-effect and real time
sharing of info among all who have access
14
• Generally centralized and controlled by a
central authority and database
administrators
• Data can be altered or even deleted
• Prone to more errors or poor quality if the
correct information is not fed
• More private and maintains confidentiality
• Generally faster than blockchain
• CRUD (Create, Read, Update, Delete)
• Less suitable for peer to peer transactions
BLOCKCHAIN
APPLICATIONS
IN FINANCIAL
INDUSTRY
16
“ The Blockchain will do to the Financial
Systems what the Internet did to Media”
– Harvard Business Review
17
BLOCKCHAIN APPLICATION IN FINANCIAL INDUSTRY
P2P Lending
Real Time
Payments
Syndicated
Loans
Capital
Markets
Clearing &
Settlements
P2P Payment
International
Payments
Regulation
and
Compliance
Assets
Ownership
Fraud
Consortium
KYC/KYB Insurance
18
SAMPLE USE CASE- COLLABORATIVE LENDING
• One's trash is another's treasure
• Consortia of lenders where they share reject prospects and loan data with the fellow members on the
blockchain
Idea
• Share reject applications data on a private and confidential blockchain (with customer consent)
where other lenders/investors with different risk appetite and priorities may be able to underwrite
them
• Lenders earn a fee or royalty for each referral
Benefits
• Faster execution and settlement due to digitized loan contracts- Traditional process may take days
by which time customer may not have this need
• Scalable, robust and minimal requirements for manual or software driven validation
Why
Blockchain?
19
SAMPLE USE CASE- SMART CONTRACT LEDWORKING
CAPITAL
• Leverage third parties transaction to provide company’s customers timely cashIdea
• Customer get cash right away rather than waiting for weeks and months
• Newer ways of evaluating “Ability to Pay (ATP)” as we have better visibility of customers businessBenefits
• Near real time execution and settlement due to digitized smart contracts- Traditional process may
take days
• Even the third parties transaction are as transparent and real time as company’s itself
Why
Blockchain?
20
SAMPLE USE CASE- SMART CONTRACT LEDWORKING
CAPITAL (CONT.)
Single Source
of Truth
Triple Entry
Accounting and
Real Time Info
Sharing via
Blockchain
Company
Customer’s
Stakeholders
Company’s
Customer
Cash
Invoices
Info /
Payment
BLOCKCHAIN
BLOCKCHAIN
AND DATA
SCIENCE
INTERSECTION
22
TOP FIVE BENEFITS OF BLOCKCHAIN FOR DATA SCIENTIST
❶ Data is the King- Access and sharing of large amount of diverse data leads to better models
❷Garbage in, Garbage out- Blockchain’s consensus mechanism fixes many data quality issues
❸ Higher Processing Power- Blockchain based shared computing platform will give the needed boost to the
processing power for churning out more complex model. Example- https://golem.network/
❹ Real-time Analytics- Since each block contains stream of data over a period of time, real time analytics for areas
such as fraud detection is much easier.
❺ Crowd Solutioning- Combining predictive analytics solutions from different sources may address the bias variance
tradeoff and lead to better models.
23
HOWTO ACCESS AND DEVELOP BLOCKCHAIN
APPLICATIONS USING PYTHON
There are many packages/APIs being created in Python and R for blockchain analysis and mining. Some of them
include-
• bitcoin- python [conda install -c auto bitcoin-python]
• Steem [ pip install steem]
• Blockchain.info [ pip install blockchain]
• Populus [pip install populus]
• Etc.
Most of these packages will allow you to do the following and many more activities-
• Build a brand new blockchain and cryptocurrency
• Smart Contract
• Explore data on blockchain- statistics, network details, # of blocks etc.
• Get specific data from blocks
• Proof of Work
• Add new blocks (with appropriate permission)
• Wallet and payment processing
• Etc.
24
SOME KEY SKILLS REQUIRED
• Strong understanding of blockchain platforms such as – Ripple,
Hyperledger, Bitcoin, R3, Corda etc.
• Experience working with distributed databases and computing
• Strong coding experience- Python, Java, C++ etc.
• Keep abreast with latest development, use cases, and
architectural changes
25
RATNAKARPANDEY20@GMAIL.COM
HTTPS://WWW.LINKEDIN.COM/IN/RATNAKARPANDEY/
THANKYOU
Contact Us For Tickets
Thank You

More Related Content

PDF
Blockchain and Services – Exploring the Links
PPTX
Software Architecture and Model-Driven Engineering for Blockchain
PPTX
Blockchain: Background and Data61 Research Overview
PPTX
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
PDF
Analysing Data from Blockchains - Keynote @ SOCCA 2020
PDF
Blockchain for the Enterprise
PDF
Blockchain for Real Estate Industry
PDF
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain and Services – Exploring the Links
Software Architecture and Model-Driven Engineering for Blockchain
Blockchain: Background and Data61 Research Overview
Blockchains and Smart Contracts: Architecture Design and Model-Driven Develop...
Analysing Data from Blockchains - Keynote @ SOCCA 2020
Blockchain for the Enterprise
Blockchain for Real Estate Industry
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency

What's hot (20)

PDF
Block Chain meets Big Data
PDF
Blockchain for Executives, Entrepreneurs and Investors
PPTX
Blockchain Technology Developments in Government 3.0
PDF
Faster Payments on the Blockchain
PDF
Blockchain Innovation In Healthcare & Life Sciences
PPTX
5 Industries that Blockchain will Disrupt | Blockchain Technology | Blockchai...
PDF
Block Chain as a Platform February 2015 - LERNER Consulting
PPTX
Blockchain use cases
PPTX
Blockchain and the Real Estate Life Cycle
PPTX
Blockchain in banking bucharest meetup
PDF
Blockchains and databases a new era in distributed computing
PDF
An Introduction to Blockchain Technology
PPTX
Block chain as a graph
PDF
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
PDF
Blockchain overiew (itc)
PDF
Blockchain white paper
PPTX
MIT Blockchain Class - Intro and Overview
PDF
Smart Contracts (Qtum) by Alex Norta, PhD.
PPTX
2. blockchain basics
PPTX
Codemotion Milano 2014 - MongoDB and the Internet of Things
Block Chain meets Big Data
Blockchain for Executives, Entrepreneurs and Investors
Blockchain Technology Developments in Government 3.0
Faster Payments on the Blockchain
Blockchain Innovation In Healthcare & Life Sciences
5 Industries that Blockchain will Disrupt | Blockchain Technology | Blockchai...
Block Chain as a Platform February 2015 - LERNER Consulting
Blockchain use cases
Blockchain and the Real Estate Life Cycle
Blockchain in banking bucharest meetup
Blockchains and databases a new era in distributed computing
An Introduction to Blockchain Technology
Block chain as a graph
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
Blockchain overiew (itc)
Blockchain white paper
MIT Blockchain Class - Intro and Overview
Smart Contracts (Qtum) by Alex Norta, PhD.
2. blockchain basics
Codemotion Milano 2014 - MongoDB and the Internet of Things
Ad

Similar to Blockchain and its impact on Data Science and Financial Services (20)

PPT
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
PDF
Webinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
PPTX
Why we need to get savvy about blockchain
PPTX
Why we need to get savvy about blockchain
PPTX
Emergence of Blockchain in the finance world
PPTX
Blockchain A Comprehensive Overview.pptx
PDF
Banking on blockchains
PDF
Blockchain Fundamental_KIPMI_2022.02.26.pdf
PPTX
Blockchain Applications for Large Enterprises by Austin Higgins
PPTX
Technical seminar blockchain.pptx
PPTX
Blockchain technology
PPTX
Dr Asad Ali Jaffari Introduction to Fintech 4.pptx
PPTX
Abhishek jaiswal blockchain
PDF
Demystifying blockchain
PPTX
Blockchain Technology
PPT
The blockchain technology
PPTX
Blockchain basics
PPTX
BLOCKCHAIN PRESENTATION 2025 For learning
DOCX
Block chain technology a myriad of possibilities
PPTX
Blockchain an introduction_n_li
How Blockchain & Cryptocurrencies Redefining Financial Instruments in Finance
Webinar: Blockchain – A Revolution You Can’t Stop | by Intellectsoft
Why we need to get savvy about blockchain
Why we need to get savvy about blockchain
Emergence of Blockchain in the finance world
Blockchain A Comprehensive Overview.pptx
Banking on blockchains
Blockchain Fundamental_KIPMI_2022.02.26.pdf
Blockchain Applications for Large Enterprises by Austin Higgins
Technical seminar blockchain.pptx
Blockchain technology
Dr Asad Ali Jaffari Introduction to Fintech 4.pptx
Abhishek jaiswal blockchain
Demystifying blockchain
Blockchain Technology
The blockchain technology
Blockchain basics
BLOCKCHAIN PRESENTATION 2025 For learning
Block chain technology a myriad of possibilities
Blockchain an introduction_n_li
Ad

More from Ratnakar Pandey (8)

PDF
Computer vision and face recognition using python
PDF
Fintech Overview and Growth Drivers
PDF
Nasscom how can you identify fraud in fintech lending using deep learning
PDF
Key consulting frameworks_for_data_scientist
PPTX
Deep learning
PPTX
Credit cards basics and Bank's Profit and Loss Statement
PPTX
Basics of investment in Equity and Mutual Funds Markets
PDF
Fraud deep learning_v2
Computer vision and face recognition using python
Fintech Overview and Growth Drivers
Nasscom how can you identify fraud in fintech lending using deep learning
Key consulting frameworks_for_data_scientist
Deep learning
Credit cards basics and Bank's Profit and Loss Statement
Basics of investment in Equity and Mutual Funds Markets
Fraud deep learning_v2

Recently uploaded (20)

PDF
[EN] Industrial Machine Downtime Prediction
PPTX
retention in jsjsksksksnbsndjddjdnFPD.pptx
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
FMIS 108 and AISlaudon_mis17_ppt_ch11.pptx
PPTX
Lesson-01intheselfoflifeofthekennyrogersoftheunderstandoftheunderstanded
DOCX
Factor Analysis Word Document Presentation
PPTX
Leprosy and NLEP programme community medicine
PPTX
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
PPTX
Introduction to Inferential Statistics.pptx
PPTX
Topic 5 Presentation 5 Lesson 5 Corporate Fin
PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
PPTX
Pilar Kemerdekaan dan Identi Bangsa.pptx
PPT
Image processing and pattern recognition 2.ppt
PDF
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
PPTX
Phase1_final PPTuwhefoegfohwfoiehfoegg.pptx
PDF
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
PPTX
Steganography Project Steganography Project .pptx
PPTX
Business_Capability_Map_Collection__pptx
PDF
Data Engineering Interview Questions & Answers Data Modeling (3NF, Star, Vaul...
PPTX
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx
[EN] Industrial Machine Downtime Prediction
retention in jsjsksksksnbsndjddjdnFPD.pptx
SAP 2 completion done . PRESENTATION.pptx
FMIS 108 and AISlaudon_mis17_ppt_ch11.pptx
Lesson-01intheselfoflifeofthekennyrogersoftheunderstandoftheunderstanded
Factor Analysis Word Document Presentation
Leprosy and NLEP programme community medicine
Copy of 16 Timeline & Flowchart Templates – HubSpot.pptx
Introduction to Inferential Statistics.pptx
Topic 5 Presentation 5 Lesson 5 Corporate Fin
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
Pilar Kemerdekaan dan Identi Bangsa.pptx
Image processing and pattern recognition 2.ppt
Data Engineering Interview Questions & Answers Cloud Data Stacks (AWS, Azure,...
Phase1_final PPTuwhefoegfohwfoiehfoegg.pptx
Votre score augmente si vous choisissez une catégorie et que vous rédigez une...
Steganography Project Steganography Project .pptx
Business_Capability_Map_Collection__pptx
Data Engineering Interview Questions & Answers Data Modeling (3NF, Star, Vaul...
QUANTUM_COMPUTING_AND_ITS_POTENTIAL_APPLICATIONS[2].pptx

Blockchain and its impact on Data Science and Financial Services

  • 1. 22 – 25 November, 2018 NIMHANS Convention Center, Bengaluru How Blockchain is Reshaping Financial and Data Science Fields Ratnakar Pandey
  • 2. HOW BLOCKCHAIN IS RESHAPING FINANCIAL AND DATA SCIENCE FIELDS RATNAKAR PANDEY
  • 3. 3
  • 4. 4 “ The business value-add of blockchain will grow to slightly more than $176 billion by 2025, and then it will exceed $3.1 trillion by 2030 ” Gartner 2017 Report https://www.gartner.com/doc/3627117/forecast-blockchain-business-value-worldwide
  • 5. WHAT WE ARE GOINGTO COVERTODAY 5 1 2 3 Distributed Ledger and Blockchain Fundamentals Blockchain Applications in Financial Industry Blockchain and Data Science
  • 8.  Blockchain technology leveraged decades of computer science research to create the first cryptocurrency Bitcoin in 2009. In the words of Satoshi Nakamoto, the creator of Bitcoin- “ I’ve been working on a new electronic cash system that’s fully peer-to-peer, with no trusted third party. ” 8 GENESIS OF BLOCKCHAIN LIES IN CREATINGTRUST AMONG THE PARTIESWHO DON’T KNOW EACH OTHER
  • 9. 9 WHAT IS A BLOCKCHAIN? Source: MinuteVideos
  • 10. 10 WHAT IS A BLOCKCHAIN? (CONT.) Digital Record Distributed Like a traditional ledger, they can be record of anything Spread over many systems across different sites or geographies Decentralized No one in particular controls the ledger it’s the network that controls what happens Secure Immutable, Irreversible and follows consensus mechanism to add info Replicated Each member of the network has full and identical copy of the info Automated Actions are taken based on the agreed criteria without any intervention
  • 11. 11 KEY CONSTITUENTS OF A BLOCKCHAIN Hash A series of encrypted numbers and letters of a fixed length to create a digital fingerprint unique to the data or block , as human finger prints are unique. Plays a vital role in securing the chain. Public Key A digital signature in the form of encrypted hash to identify users on the network. This is known to other users Private Key A digital signature in the form of encrypted hash only known to a specific user to validate and push a transaction on a blockchain. Mining / Proof of Work Computationally intensive part to guess a random number (nonce) and use it to compute correct hash to add new information as a block. Block Contains details about transactions or any data, cryptographic reference to the current block, previous block, time stamp etc. Several blocks are chained together to create a blockchain. Any new information is added as a new block, post validation.
  • 12. 12 EXAMPLES OF SOME POPULAR BLOCKCHAIN NETWORKS Bitcoin • The very first and the largest blockchain • Permissionless or Open- Anyone can join the network Ethereum • Open Source and Pemissionless • Popular for the Smart Contracts Ripple • Permissioned and used for real time settlement • Popular for the cross border payments R3CEV • Pemissioned and a consortia of 100+ financial institutions • More focused on financial applications
  • 13. 13 DIVERSE USE CASES OF BLOCKCHAIN…
  • 14. BLOCKCHAINVS DATABASE COMPARISON • Decentralized and Distributed- Same data resides on many nodes. Hence no single point of failure • Disintermediation and Transparency- Same view available to all nodes in the chain • Integrity- Better quality data as information is validated using consensus mechanism • Immutable and Append only - All historical information remains intact and hence more auditable over a period of time. • Resource Hungry- Requires high amount of energy and computing • Suitable for network-effect and real time sharing of info among all who have access 14 • Generally centralized and controlled by a central authority and database administrators • Data can be altered or even deleted • Prone to more errors or poor quality if the correct information is not fed • More private and maintains confidentiality • Generally faster than blockchain • CRUD (Create, Read, Update, Delete) • Less suitable for peer to peer transactions
  • 16. 16 “ The Blockchain will do to the Financial Systems what the Internet did to Media” – Harvard Business Review
  • 17. 17 BLOCKCHAIN APPLICATION IN FINANCIAL INDUSTRY P2P Lending Real Time Payments Syndicated Loans Capital Markets Clearing & Settlements P2P Payment International Payments Regulation and Compliance Assets Ownership Fraud Consortium KYC/KYB Insurance
  • 18. 18 SAMPLE USE CASE- COLLABORATIVE LENDING • One's trash is another's treasure • Consortia of lenders where they share reject prospects and loan data with the fellow members on the blockchain Idea • Share reject applications data on a private and confidential blockchain (with customer consent) where other lenders/investors with different risk appetite and priorities may be able to underwrite them • Lenders earn a fee or royalty for each referral Benefits • Faster execution and settlement due to digitized loan contracts- Traditional process may take days by which time customer may not have this need • Scalable, robust and minimal requirements for manual or software driven validation Why Blockchain?
  • 19. 19 SAMPLE USE CASE- SMART CONTRACT LEDWORKING CAPITAL • Leverage third parties transaction to provide company’s customers timely cashIdea • Customer get cash right away rather than waiting for weeks and months • Newer ways of evaluating “Ability to Pay (ATP)” as we have better visibility of customers businessBenefits • Near real time execution and settlement due to digitized smart contracts- Traditional process may take days • Even the third parties transaction are as transparent and real time as company’s itself Why Blockchain?
  • 20. 20 SAMPLE USE CASE- SMART CONTRACT LEDWORKING CAPITAL (CONT.) Single Source of Truth Triple Entry Accounting and Real Time Info Sharing via Blockchain Company Customer’s Stakeholders Company’s Customer Cash Invoices Info / Payment BLOCKCHAIN
  • 22. 22 TOP FIVE BENEFITS OF BLOCKCHAIN FOR DATA SCIENTIST ❶ Data is the King- Access and sharing of large amount of diverse data leads to better models ❷Garbage in, Garbage out- Blockchain’s consensus mechanism fixes many data quality issues ❸ Higher Processing Power- Blockchain based shared computing platform will give the needed boost to the processing power for churning out more complex model. Example- https://golem.network/ ❹ Real-time Analytics- Since each block contains stream of data over a period of time, real time analytics for areas such as fraud detection is much easier. ❺ Crowd Solutioning- Combining predictive analytics solutions from different sources may address the bias variance tradeoff and lead to better models.
  • 23. 23 HOWTO ACCESS AND DEVELOP BLOCKCHAIN APPLICATIONS USING PYTHON There are many packages/APIs being created in Python and R for blockchain analysis and mining. Some of them include- • bitcoin- python [conda install -c auto bitcoin-python] • Steem [ pip install steem] • Blockchain.info [ pip install blockchain] • Populus [pip install populus] • Etc. Most of these packages will allow you to do the following and many more activities- • Build a brand new blockchain and cryptocurrency • Smart Contract • Explore data on blockchain- statistics, network details, # of blocks etc. • Get specific data from blocks • Proof of Work • Add new blocks (with appropriate permission) • Wallet and payment processing • Etc.
  • 24. 24 SOME KEY SKILLS REQUIRED • Strong understanding of blockchain platforms such as – Ripple, Hyperledger, Bitcoin, R3, Corda etc. • Experience working with distributed databases and computing • Strong coding experience- Python, Java, C++ etc. • Keep abreast with latest development, use cases, and architectural changes
  • 25. 25
  • 27. Contact Us For Tickets Thank You