Banking & Financial Services. White Paper. Understanding the Operational Risks in Blockchain Implementations

Size: px
Start display at page:

Download "Banking & Financial Services. White Paper. Understanding the Operational Risks in Blockchain Implementations"

Transcription

1 Banking & Financial Services White Paper Understanding the Operational Risks in Blockchain Implementations

2 About the Author Uma M Somayajula Uma M Somayajula is a Domain Consultant with the Risk Management practice of the Banking and Financial Services (BFS) business unit at Tata Consultancy Services (TCS). She has around 15 years of experience in strategy consulting and developing IT solutions for enterprise risk management. Somayajula's areas of interest include risk framework development, integration, and analytics across highly regulated domains, including banking and financial services.

3 Abstract Introduced as an alternative approach to digital payments, blockchain technology is being adopted for a wide range of financial transactions and instruments. Operational risks arising from information security deficiencies have impeded blockchain implementations at large, especially in the banking industry. Newer versions of blockchain protocols and applications are being designed to de-risk individual implementations. Once the challenges are effectively addressed, the blockchain technology will provide a dynamic and secure environment for financial transactions. This paper is part of a series that will address derisking of blockchain implementations in scenarios such as payment systems, securities trading, and so on. In this paper, we discuss the information security requirements, which form the majority of operational risks in blockchain implementations.

4 Contents Adopting Blockchain Technology in Financial Transactions. 5 Ensuring Information Security is Paramount 5 Inheritance and Other Legal Issues in Blockchain Implementations 8 Blockchain is the Way Forward 9

5 Adopting Blockchain Technology in Financial Transactions. Blockchain provides a mechanism to process transactions without the risks and costs associated with third-party authorization. Variants of blockchain technology Bitcoin, Litecoinn, Ripple, SatoshiDice, CIPHREX, and Ethereum¹ that have emerged over the last couple of years, have addressed the information security issues to a large extent. However, these developments have been mostly based on specific application needs, be it for payment systems or currency exchanges, or digital asset transactions. The open-access, transparent ledger system is an inherent feature of the blockchain technology. The blockchain can be configured to be a 'private' permissioned ledger within a closed group of pre-authenticated entities, or an 'open' permission-less ledger where the entity is unknown to the existing entities on the chain. It can be configured on any type of network: intranet or extranet or, on network servers connected to the internet. The block chain allows new applications to be built, addressing a combination of traditional payment and storage systems and smart contracts accessing digital assets. Table 1 lists the potential areas where blockchain technologies can be applied. Currency exchange or payment transactions Programmable money or conditional payments Digital assets transactions Peer to peer data storage Digital currency, clearing, settlement and reconciliation Enabling crowdfunding or donations Digital bonds, peer-to-peer mortgages, gift coupons Compliance with Know Your Customer (KYC), identity management, and Anti- Money Laundering (AML) regulations Micro-payments Multi-signature accounts Digital content distribution Cloud storage of information assets Trading, securities and derivatives (not fully operational yet, due to rate determination issues) Treasury securities operations through smart contracts Intellectual property protection or application Secure accounting ledger operations (front and back offices) Table 1: Applications of Blockchain Technology in Banking and Financial Services Industry (Source: TCS Internal) Ensuring Information Security is Paramount Risk management in financial institutions encompasses credit risk, market risk, liquidity risk, country risk, IT risk, and other business or organization-specific risks. Operational risk arising from information security breaches is a key concern, as financial transactions have a heavy digital information bias. Let us look at the information security aspects that financial institutions need to focus on in order to ensure reliability and security of financial transactions (see Table 2). 1 Institute of International Finance, CMM Research Note The Internet of Finance: Unleashing the Potential of Blockchain Technology (April 2015), accessed April 8, 2016, 5

6 Information security requirements Identity and access management (Authentication) What it means Identification of transacting parties source to destination Vulnerabilities or issues addressed Identity thefts, dictionary attacks, session hijacking, phishing, and so on Authorization Segregation of duties Fraud from unauthorized access to, and modification of, information Non-repudiation Confidentiality Integrity Availability Traceability Regulatory compliance Undisputable accountability of the transacting parties The guarantee that the information or data remains private to the provider and the recipient The guarantee that the information has not been tampered with, either at rest or in transit Transactions can be performed at all times, since the required information is available round the clock Audit trails to trace the path of transactions; admissible in a court of law for digital forensic investigations Compliance with financial regulations and international law for transaction settlements Counter denial or proxy transactions Sniffers, money laundering activities or other unauthorized activities Illegal creation and modification of transactions; man-in-the-middle attacks; insertion attacks Denial of service attacks on the network Internal fraud, system abuse due to design flaws and implementation loopholes Penalties and legal complexities Table 2: Information Security Requirements for Financial Transactions (Source: TCS Internal) Addressing information security requirements with blockchain technology can help address these vulnerabilities. Identity and access management: Every block that is generated has to be signed by a digital signature with the RSA hash function. Verification of the public key by the nodes (miners) on the network ensures the authenticity of the block. This provides a 'community of KYC effort', thereby minimizing the possibility of fraudulent transactions and eliminating instances of forgery. The propagation of the blockchain is inherently dependent on this authentication mechanism. However, uninterrupted network connectivity during a transaction is important. In case the connection is lost at some node, the concerned node will have to 'wait' until its ledger is updated before transacting the block. During this wait period, denial-of-service attacks are a possibility. Additionally, if the IP of a node is masked intentionally, identity can be hijacked and a system breach can occur. 6

7 Authorization: The blockchain technology involves 'block-wise' authorization of transactions enabled by the distributed ledger feature. This is ensured by 'incentive provisioning' from the block value itself. Once done, the authorization is realized by the receiver, eradicating double spending and duplication frauds. Here again, constant network connectivity is important. If it is lost at some node, the authorization process could be delayed. During this wait period, IP spoofing attacks could flood the network with 'false' authorizations. Organized financial crime groups could attempt such frauds, which could corrupt the entire block. Non-repudiation: In a blockchain-enabled process, the non-repudiation mechanism is inbuilt in the block, as it carries the chain of custodian links. Double spending of a block can result from the authentication of forked coin or blockchains on the network, when some nodes are slow. Therefore, a minimum number of transactions are enforced to make a new fork authentic. This ensures that there is enough time for the false forks to be dropped. This reiterates the role of infrastructure on which the network operates in ensuring the security of the system. However, due the advent of quantum computing and its use in multicore personal computers, double spending is still a major concern. This is because it takes just an infinitesimal amount of time to flood the network with spoofed messages that falsely authenticate a block, corrupting it. This leads to failure in providing protection for nonrepudiation to the block source itself. Confidentiality: Financial firms need to provide the highest level of data privacy to all stakeholders in a transaction. The crypto hash digital signature used in generating blocks ensures confidentiality of information from the source to the destination. This safeguards the interest of all the involved parties, enhancing the 'trust' factor in the execution of financial transactions. However, the open transparent ledger provided by the blockchain is a privacy-related concern, as the spending of the block by an individual is visible to all. This defeats the purpose of confidentiality with respect to the transaction. Another prime concern is that blocks can be spilt and transacted to generate new blocks, to mislead tracking. Doing this covers the explicit path from the source to the destination and masks the spend tracks. This is a downside as it opens up avenues for money laundering activities and fraud where the intent is to cover spending tracks. Integrity: Firms need to ensure robust system controls that do not allow illegal creation, copying, or modification of information. The blockchain technology, by its nature, ensures that data or information in the datagram is not altered or tampered with, during any stage of the transaction. Availability: There needs to be round-the-clock access to information to enable seamless execution of transactions. The blockchain technology works on a distributed ledger system. This ensures the availability of blocks at all times, even if a few nodes on the network are down or sections of the network are slow. Corruption of the chain by IP masking introduced with the intent of creating excess blocks could impede the availability of the network or blocks. Such attempts will result in slowing down of networks (denial of service attacks) in trading, surveillance, and other activities, for either the advantage or disadvantage of involved parties. 7

8 Traceability: The blockchain technology inherently fulfills this requirement since the custodian details of blocks are available at all times. This can be used for digital forensic investigations, thereby eliminating the need for an added layer specially for auditing of transactions. Since the custodian and transaction trails are independent of a third party, disclosure-related fraud can be effectively overcome. However, IP spoofing creates difficulties in making the trails traceable for forensic investigations or to be presented as evidence in a court of law. Regulatory compliance: Compliance with regulations and industry standards is of utmost importance to financial institutions. This area is yet to mature for the widespread adoption of blockchain technology. The currency traded on the blockchain is fiat currency. Various governments are working on introducing legislations and guidelines to facilitate blockchain adoption in a controlled fashion. For instance, the European Bank Authority (EBA)² is working on a regulation that deals with the reduction of the risk of financial crime while using blockchain technology. The EBA seeks to initially set up appropriate supervisory practices for the virtual currencies sector, and then follow it up with necessary regulatory practices. 3 The Financial Action Task Force (FATF) has noted the potential risks of using virtual currencies money laundering and terror financing. References to 'digital money' have been incorporated in directives such as the Payments 4 Services Regulations 2009, the Electronic Money Regulations 2011, and the Money Laundering Regulations. The Financial Conduct Authority (FCA), Bank of England (BoE), Prudential Regulation Authority (PRA), Payments Systems Regulator (PSR), and HM Treasury are yet to release specific guidelines. 5 In the US, the government has provided guidance for adopting Bitcoin. FinCEN has issued guidance on 'convertible virtual currencies' that can either be substituted for real currency or have an equivalent value in real currency. It defines the applicability of the Bank Secrecy Act, in the context of digital currencies. The New York Department of 6 Financial Services (NYDFS) published license requirements for virtual currency businesses in June Inheritance and Other Legal Issues in Blockchain Implementations Implementing blockchain technology also brings up other issues. For instance, lost blocks are actually 'lost'. They can never again be available in the money supply chain both in private and open networks. This can happen if the private keys generating the block are lost, pass phrases are forgotten or, the hard disks of individual computing systems or nodes are corrupted. 2 European Banking Authority, EBA Opinion on virtual currencies (July 2014), accessed April 8, 2016, Opinion+on+Virtual+Currencies.pdf 3 FATF, Guidance for a Risk-based Approach to Virtual Currencies (June 2015), accessed April 8, 2016, RBA-Virtual-Currencies.pdf 4 GOV.UK, Digital currencies: response to the call for information (March 2015), accessed April 8, 2016, 5 FinCEN, Guidance on Application of FinCEN s Regulations to Persons Administering, Exchanging, or Using Virtual Currencies (March 2013), accessed April 8, 2016, 6 New York Department of Financial Services, NYDFS ANNOUNCES FINAL BITLICENSE FRAMEWORK FOR REGULATING DIGITAL CURRENCY FIRMS (June 2015), accessed 8 April 8, 2016,

9 Another concern is the inheritance aspect of currency on the blockchain. How will blocks that represent financial property pass on in the legal sense, to heirs? If the private key in public key infrastructure (PKI) remains undisclosed due to requirements of information security, how will the next of kin, retrieve it? Is it possible to enable the datagram in a block for key escrow? A related concern would be whether there could be individual and joint holdings. Blockchain in financial transactions also brings up issues on conversion to commodity, cross-country exchange rates, and so on. Blockchain is the Way Forward Blockchain technology provides an efficient and innovative solution to traditional payment systems, institutional cross-border payments, trading exchanges, and monetary transactions. As the protocol versions strengthen, the financial sector is looking to leverage it to reduce costs while improving efficiencies and transparency. Customized applications are spurring governments, regulatory bodies, business houses, trading exchanges, and banks to adopt this technology. Features like de-centralized storage and shared responsibility are particularly driving this adoption to contain financial crime. However, careful thought and strategic planning should go into each implementation using blockchain, to de-risk from the process and architecture perspectives. Doing so will make the technology a force to reckon with in the global financial landscape. 9

10 About TCS' Banking and Financial Services Business Unit With over four decades of experience in partnering with the world's leading banks and financial institutions, TCS offers a comprehensive portfolio of domain-focused processes, frameworks, and solutions that empower organizations to respond to market changes quickly, manage customer relationships profitably, and stay ahead of competition. Our offerings combine customizable solution accelerators with expertise gained from engaging with global banks, regulatory and development institutions, and diversified and specialty financial institutions. TCS helps leading organizations achieve key operational and strategic objectives across retail and corporate banking, capital markets, market infrastructure, cards, risk management, and treasury. TCS has been ranked #1 in the 2015 FinTech Rankings Top 100 of global technology providers to the financial services industry, by both, FinTech Forward (a collaboration of American Banker and BAI) and IDC Financial Insights. TCS has also been recognized as a 'Leader' and a 'Star Performer' in Everest Group's 2015 PEAK Matrix report for Capital Markets Application Outsourcing (AO), as well as a 'Leader' in the 2015 PEAK Matrix report for Banking Application Outsourcing (AO). Contact Visit TCS Banking and Financial Services unit page for more information bfs.marketing@tcs.com Blog: Drive Governance Subscribe to TCS White Papers TCS.com RSS: Feedburner: About Tata Consultancy Services (TCS) Tata Consultancy Services is an IT services, consulting and business solutions organization that delivers real results to global business, ensuring a level of certainty no other firm can match. TCS offers a consulting-led, integrated portfolio of IT and IT-enabled infrastructure, engineering and TM assurance services. This is delivered through its unique Global Network Delivery Model, recognized as the benchmark of excellence in software development. A part of the Tata Group, India s largest industrial conglomerate, TCS has a global footprint and is listed on the National Stock Exchange and Bombay Stock Exchange in India. For more information, visit us at IT Services Business Solutions Consulting All content / information present here is the exclusive property of Tata Consultancy Services Limited (TCS). The content / information contained here is correct at the time of publishing. No material from here may be copied, modified, reproduced, republished, uploaded, transmitted, posted or distributed in any form without prior written permission from TCS. Unauthorized use of the content / information appearing here may violate copyright, trademark and other applicable laws, and could result in criminal or civil penalties. Copyright 2016 Tata Consultancy Services Limited TCS Design Services I M I 04 I 16

Riding the Blockchain Wave for High Tech

Riding the Blockchain Wave for High Tech Riding the Blockchain Wave for High Tech Abstract Given the disruptive power of blockchain, a growing number of high tech companies are deploying proofs of concept across different enterprise scenarios.

More information

Economic Incentives and Blockchain Security

Economic Incentives and Blockchain Security Economic Incentives and Blockchain Security Abstract Much like steam engines and the internet, blockchain has emerged as a disruptive technology and a foundation for tomorrow s businesses and ecosystem.

More information

The Great Custodian Bank Shake-up Part 1: Blockchain to Rewire Custodial Operations

The Great Custodian Bank Shake-up Part 1: Blockchain to Rewire Custodial Operations The Great Custodian Bank Shake-up Part 1: Blockchain to Rewire Custodial Operations Abstract Custodian banks are facing a slew of challenges such as cost pressures, operational inef ciencies, and aging

More information

Regulations in Investment Management An EU Perspective

Regulations in Investment Management An EU Perspective Regulations in Investment Management An EU Perspective Abstract The UK s decision to leave the European Union (EU) will have a profound impact on the financial regulations that are being formulated currently.

More information

Brexit Impact on Sell Side Firms in the UK

Brexit Impact on Sell Side Firms in the UK Brexit Impact on Sell Side Firms in the UK Abstract The UK s decision to leave the European Union (EU) has far-reaching impact on the nancial services sector in both the EU and the UK. The impact of Brexit

More information

Blockchain for the Internet of Things

Blockchain for the Internet of Things Blockchain for the Internet of Things Abstract Blockchain has begun to have a signi cant in uence in the Internet of Things by enhancing security, empowering the incorporation of an increasing number of

More information

IFRS 17 Implementation: A Solution Approach for Insurers

IFRS 17 Implementation: A Solution Approach for Insurers IFRS 17 Implementation: A Solution Approach for Insurers Abstract The International Accounting Standards Board's (IASB) International Financial Reporting Standard 17 (IFRS 17) for insurance contracts takes

More information

Cryptocurrencies (Session I) Computer Science and Law

Cryptocurrencies (Session I) Computer Science and Law Cryptocurrencies (Session I) Computer Science and Law Outline Part 1 SoK: Research Perspectives and Challenges for Bitcoin and Cryptocurrencies Part 2 Advancing a Framework for Regulating Cryptocurrency

More information

Overview. With the property & casualty solution from TCS BaNCS, your insurance firm can gain from:

Overview. With the property & casualty solution from TCS BaNCS, your insurance firm can gain from: Property & Casualty In today's competitive environment, insurers seek technology solutions that help them stay tuned to evolving customer needs and afford them with the flexibility to respond to regulatory

More information

Assurance in a blockchain world How you can prepare to address the risks

Assurance in a blockchain world How you can prepare to address the risks Assurance in a blockchain world How you can prepare to address the risks Brochure / report title goes here Section title goes here Introduction As your organization begins to embark on a journey to develop

More information

Cisco Live /11/2016

Cisco Live /11/2016 1 2 3 4 5 Blockchain technology will become Like the TCP / IP for the WWW everyone uses it, but it will be transparent to them. Examples: Disrupt business models Car energy supplier can advertise where

More information

Disruptive Trends in the Investment Management Industry

Disruptive Trends in the Investment Management Industry Disruptive Trends in the Investment Management Industry Abstract The investment management industry is continuously evolving to adapt to changes in customer demographics, regulations across geographies,

More information

Primechain-CONTRACT. 16 th March A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. Save?

Primechain-CONTRACT. 16 th March A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. Save? Primechain-CONTRACT A private blockchain for contract management - secure storage, authen8ca8on & verifica8on. 16 th March. 2018 Private blockchain Source code with license to modify Run on your cloud

More information

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market

blockchain bitcoin cryptography currency Blockchain: The Next Big Digital Disruptor for CFOs cryptocurrency exchange transaction financial market cryptography business digital virtual currency network transaction internet coin cryptocurrency market blockchain ledger data exchange electronic payments business technology money contract transaction

More information

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018)

EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) EVERYTHING YOU NEED TO KNOW ABOUT DIGITAL LEDGER TECHNOLOGY, THE BLOCKCHAIN AND CRYPTOCURRENCIESÓ (Part I June 2018) Robert C. Brighton, Jr. Brighton Legal Solutions P.A. rcbrightonbizlaw@gmail.com This

More information

Blockchain Technology for Next Generation ICT

Blockchain Technology for Next Generation ICT Blockchain Technology for Next Generation ICT Jun Kogure Ken Kamakura Tsunekazu Shima Takekiyo Kubo Blockchain technology, which supports low-cost decentralized distributed data management featuring tamper

More information

primechain building blockchains for a better world

primechain building blockchains for a better world primechain building blockchains for a better world 8 steps to building blockchain solutions Rohas Nagpal, Primechain Technologies Pvt. Ltd. 8 steps to building blockchain solutions When Blockchain technology

More information

ANTI-FRAUD CODE CONTENTS INTRODUCTION GOAL CORPORATE REFERENCE FRAMEWORK CONCEPTUAL FRAMEWORK ACTION FRAMEWORK GOVERNANCE STRUCTURE

ANTI-FRAUD CODE CONTENTS INTRODUCTION GOAL CORPORATE REFERENCE FRAMEWORK CONCEPTUAL FRAMEWORK ACTION FRAMEWORK GOVERNANCE STRUCTURE ANTI-FRAUD CODE CONTENTS INTRODUCTION GOAL CORPORATE REFERENCE FRAMEWORK CONCEPTUAL FRAMEWORK ACTION FRAMEWORK GOVERNANCE STRUCTURE PREVENTION, DETECTION, INVESTIGATION AND RESPONSE MECHANISMS APPLICATION

More information

Investing in the Blockchain Ecosystem

Investing in the Blockchain Ecosystem Introduction When investors hear the term Blockchain, most probably think of cryptocurrencies (which are digital currencies, operated independently from a central bank), with Bitcoin being the most well-known.

More information

BLOCKCHAIN, CRYPTOCURRENCY & THE LEGAL ENVIRONMENT IN SINGAPORE. 28 November 2017

BLOCKCHAIN, CRYPTOCURRENCY & THE LEGAL ENVIRONMENT IN SINGAPORE. 28 November 2017 BLOCKCHAIN, CRYPTOCURRENCY & THE LEGAL ENVIRONMENT IN SINGAPORE 28 November 2017 I. Introduction In the wake of the recent explosion of the use of blockchain and cryptocurrencies in Singapore, we examine

More information

Blockchain: An introduction and use-cases June 12 th, 2018

Blockchain: An introduction and use-cases June 12 th, 2018 Blockchain: An introduction and use-cases June 12 th, 2018 Agenda What we will cover today An introduction to Blockchain Blockchain for CFO Proof-of-Concepts Round up 2018 Deloitte Belgium Blockchain:

More information

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology

BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING. Jessica B. Lee, Partner, Advanced Media and Technology BLOCKCHAIN: INCREASING TRANSPARENCY IN MEDIA & ADVERTISING Jessica B. Lee, Partner, Advanced Media and Technology jblee@loeb.com July 2018 1 Today s Topics Blockchain basics Smart contracts and permissioned

More information

ARK Fintech Innovation ETF

ARK Fintech Innovation ETF January 30, 2019 ARK Fintech Innovation ETF NYSE Arca, Inc: ARKF Summary Prospectus Before you invest, you may want to review the Fund s prospectus, which contains more information about the Fund and its

More information

Financial crime and cryptocurrencies

Financial crime and cryptocurrencies Link to Article on website Financial crime and cryptocurrencies Whilst the challenges of cryptocurrencies may on the face of it appear to be new, the truth is that navigating the risks associated with

More information

Federal Reserve Bank of Chicago

Federal Reserve Bank of Chicago Federal Reserve Bank of Chicago Blockchain and Financial Market Innovation Rebecca Lewis, John McPartland, and Rajeev Ranjan June 2017 PDP 2017-03 * Working papers are not edited, and all opinions and

More information

Blockchain Technology in Banking and Financial Services

Blockchain Technology in Banking and Financial Services Blockchain Technology in Banking and Financial Services Daniel Rozycki Payments Consultant Payments, Standards, & Outreach Group Federal Reserve Bank of Minneapolis EPCOR Payments Conference Spring 2017

More information

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview

Technical Line. A holder s accounting for cryptocurrencies. What you need to know. Overview No. 2018-12 18 October 2018 Technical Line A holder s accounting for cryptocurrencies In this issue: Overview... 1 Blockchain, cryptocurrencies and tokens... 2 Tokens... 3 A holder s accounting for cryptocurrencies...

More information

Digital KYC Utility for UAE Concept Paper

Digital KYC Utility for UAE Concept Paper Digital KYC Utility for UAE Concept Paper Overview of KYC shared utility concept What is Know Your Customer (KYC)? KYC is the process of verifying the identity of clients and assessing potential risks

More information

Decrypting Blockchain Technology: Basic Concepts & Legal Issues

Decrypting Blockchain Technology: Basic Concepts & Legal Issues Decrypting Blockchain Technology: Basic Concepts & Legal Issues The blockchain is a global spreadsheet -- an incorruptible digital ledger of economic transactions that can be programmed to record not just

More information

Insurance Fight insurance fraud: data sharing with blockchain technology

Insurance Fight insurance fraud: data sharing with blockchain technology Insurance Fight insurance fraud: data sharing with blockchain technology Establishing trust, accountability and transparency in data sharing 2 Fight insurance fraud: data sharing with blockchain technology

More information

WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft

WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft WHO NEEDS THE BLOCKCHAIN AND WHY? (OR WHY NOT) David V. Croft 1 INTRODUCTION Concepts: Blockchain History Cryptocurrency Smart contracts Mining Industry use: Securities and ICO s KYC/AML Real Estate IOT

More information

European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets

European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets Debevoise Update D&P European Supervisory Authorities Recommend EU-wide Approach on ICOs and Crypto-Assets 22 January 2019 In the first week of 2019, both the European Securities and Markets Authority

More information

MULTI-ECHELON SUPPLY CHAIN VISIBILITY. CERTIFICATION OF PEOPLE AND MACHINES. SOFTWARE LIFECYCLE MANAGEMENT.

MULTI-ECHELON SUPPLY CHAIN VISIBILITY. CERTIFICATION OF PEOPLE AND MACHINES. SOFTWARE LIFECYCLE MANAGEMENT. MULTI-ECHELON SUPPLY CHAIN VISIBILITY. CONFIGURATION MANAGEMENT. QUALITY. AUTHENTICATING SUPPLY. CERTIFICATION OF PEOPLE AND MACHINES. SOFTWARE LIFECYCLE MANAGEMENT. 2 BLOCKCHAIN IN AEROSPACE AND DEFENSE

More information

This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities"

This article was first published in IOTA e-book Disruptive Business Models Challenges and Opportunities REVENUE AGENCIES This article was first published in IOTA e-book "Disruptive Business Models Challenges and Opportunities" Most revenue agencies have been following blockchain s emergence, from the fringes

More information

Private Wealth Management. Understanding Blockchain as a Potential Disruptor

Private Wealth Management. Understanding Blockchain as a Potential Disruptor Private Wealth Management Understanding Blockchain as a Potential Disruptor 2 Blockchain and Cryptocurrency The interest in blockchain stems from the idea that its development is comparable to the early

More information

Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation

Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation Secure Payment Transactions based on the Public Bankcard Ledger! Author: Sead Muftic BIX System Corporation sead.muftic@bixsystem.com USPTO Patent Application No: 15/180,014 Submission date: June 11, 2016!

More information

Table of Contents. 1. Real Estate Market Opportunity in Global Real Estate World DLT Tech for Real Estate...2

Table of Contents. 1. Real Estate Market Opportunity in Global Real Estate World DLT Tech for Real Estate...2 ABSTRACT: This whitepaper provides a short description about RESTA s secure platform for overseas real estate investments, the Distributed Ledger Technology(DLT)for banks and real estate entities which

More information

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010

$110100$010. Crypto Currencies. Good or Evil? 10$ $100010 100110101$110100$010 Crypto Currencies Good or Evil? 0 1 0 $ 0 1 1 0 1 0 1 0 1 1 0 $ 1 1 1 0 0 1 0 1 What are Crypto-Currencies Crypto-currencies, such as Bitcoin, are digital currencies that rely on cryptographic

More information

White Paper. Bizanc Blockchain

White Paper. Bizanc Blockchain White Paper Versão 0.0.1 Bizanc Blockchain 1.0 Summary Bizanc is a decentralized platform for commercialization of digital assets, operating on a Blockchain architecture, allowing trading of cryptocurrencies

More information

POINT OF VIEW UNLEASHING THE TRUE POTENTIAL OF BLOCKCHAIN

POINT OF VIEW UNLEASHING THE TRUE POTENTIAL OF BLOCKCHAIN POINT OF VIEW UNLEASHING THE TRUE POTENTIAL OF BLOCKCHAIN Introduction A billion $ in VC investments between 2012 to Jan 2016 half of which came in the year 2015 alone! The Crypto currency theme has certainly

More information

NATIONAL PAYMENT AND SETTLEMENT SYSTEMS DIVISION

NATIONAL PAYMENT AND SETTLEMENT SYSTEMS DIVISION NATIONAL PAYMENT AND SETTLEMENT SYSTEMS DIVISION MINIMUM STANDARDS FOR ELECTRONIC PAYMENT SCHEMES ADOPTED SEPTEMBER 2010 Central Bank of Swaziland Minimum standards for electronic payment schemes Page

More information

Building Blockchain Solutions

Building Blockchain Solutions Provide Authenticity and Trust to all information you create, process, store and distribute Digital Disruption Is Here The application of new digital technologies causes seismic upheavals in all markets:

More information

Blockchain Series Part 1 of 4:

Blockchain Series Part 1 of 4: Blockchain Series Part 1 of 4: Blockchain 101 It s Not Just Cryptocurrency #HASHTAG SPEAKERS Glynna Christian Partner, Co-Head Global Tech Transactions Orrick Michaela Ross Tech & Telecom Reporter Bloomberg

More information

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io

TECHNICAL WHITEPAPER. Your Commercial Real Estate Business on the Blockchain. realestatedoc.io TECHNICAL WHITEPAPER Your Commercial Real Estate Business on the Blockchain realestatedoc.io IMPORTANT: YOU MUST READ THE FOLLOWING DISCLAIMER IN FULL BEFORE CONTINUING The Token Generation Event ( TGE

More information

Blockchain: The New Line of Defense

Blockchain: The New Line of Defense Blockchain: The New Line of Defense Who Am I Your Presenter & Advisory in This Domain q Cybersecurity Solutions Architect for Enterprise & National Level Projects for Kaspersky Lab Middle East, Turkey

More information

Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability

Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability Pottery Research is an organization that uses knowledge of law and financial markets, where it interacts, to assist investment and business stability in Sub Saharan Africa. Through the provision of business,

More information

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA

Blockchain Overview. Amr Eid Cloud Architect, Cloud Platform, MEA Blockchain Overview Amr Eid Cloud Architect, Cloud Platform, MEA amreid@eg.ibm.com History Business / Academic 1991: The first crypto secured chain of blocks How to time-stamp a digital document Bitcoin

More information

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group

THE BLOCKCHAIN DISRUPTION. INSIGHT REPORT on Blockchain prepared by The Burnie Group THE BLOCKCHAIN DISRUPTION INSIGHT REPORT on Blockchain prepared by The Burnie Group NOVEMBER 2017 BUILDING VALUE Business networks create value. The efficiency of business networks is a function of the

More information

Dear Sirs, Response to the Review of the AML/CTF Regime Issues Paper

Dear Sirs, Response to the Review of the AML/CTF Regime Issues Paper 28 th February 2014 AML/CTF Review Team Financial Crime 4 National Circuit BARTON ACT 2600 By email : amlreview@ag.gov.au Dear Sirs, Response to the Review of the AML/CTF Regime Issues Paper We thank you

More information

Blockchain Luxembourg S.A. Terms of Service and Use Last Updated: Tuesday, August 16, 2017

Blockchain Luxembourg S.A. Terms of Service and Use Last Updated: Tuesday, August 16, 2017 Blockchain Luxembourg S.A. Terms of Service and Use Last Updated: Tuesday, August 16, 2017 This Website and its related services are owned and operated by Blockchain Luxembourg S.A. You acknowledge that

More information

L3. Blockchains and Cryptocurrencies

L3. Blockchains and Cryptocurrencies L3. Blockchains and Cryptocurrencies Alice E. Fischer September 6, 2018 Blockchains and Cryptocurrencies... 1/16 Blockchains Transactions Blockchains and Cryptocurrencies... 2/16 Blockchains, in theory

More information

Transforming Industries Through Blockchain Innovations. Marc Taverner, Bitfury Global Ambassador BLOCKCHAIN SUMMIT, London, June

Transforming Industries Through Blockchain Innovations. Marc Taverner, Bitfury Global Ambassador BLOCKCHAIN SUMMIT, London, June Transforming Industries Through Blockchain Innovations Marc Taverner, Bitfury Global Ambassador BLOCKCHAIN SUMMIT, London, June 26 2018 Company with a simple purpose: MAKE THE WORLD A BETTER PLACE FOR

More information

Uses of Blockchain in Supply Chain Traceability

Uses of Blockchain in Supply Chain Traceability Uses of Blockchain in Supply Chain Traceability Marek Laskowski and Henry Kim Schulich School of Business, York University http://blockchain.lab.yorku.ca 1 Agenda Cryptographic Foundations Blockchain (what

More information

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control

Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control Blockchain and Smart Contracts: Relevance of Security Facts and Myths to Industrial Control R. R. Brooks rrb@g.clemson.edu Clemson University Electrical and Computer Engineering September 20 th, 2018 1

More information

November 2018 Abstract

November 2018 Abstract etxcoin@outlook.com November 2018 Abstract A purely peer-to-peer version of electronic cash scalable and friendly to use would allow online payments to be sent directly from one party to another without

More information

Blockchain, data protection, and the GDPR

Blockchain, data protection, and the GDPR Blockchain, data protection, and the GDPR v1.0 25.05.2018 Contributors: Natalie Eichler, Silvan Jongerius, Greg McMullen, Oliver Naegele, Liz Steininger, Kai Wagner Introduction GDPR was created before

More information

Transforming Industries Through Blockchain Innovations

Transforming Industries Through Blockchain Innovations Transforming Industries Through Blockchain Innovations MARC TAVERNER BITFURY GLOBAL AMBASSADOR BLOCKCHAINEXPO, Oman, May 2 nd 2018 GLOBAL BLOCKCHAIN TECHNOLOGY COMPANY WITH A REALLY SIMPLE PURPOSE MAKE

More information

Bitcoin Currency & Blockchain Technology

Bitcoin Currency & Blockchain Technology Bitcoin Currency & Blockchain Technology April 27, 2018 Stephen Burns, CFA Vice President, Portfolio Manager Endowment and Foundation Investments Glenmede 215-419-6958 Stephen.Burns@Glenmede.com How seriously

More information

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP

BITCOINS and CRYPTOCURRENCIES How It Works. Principal Consultant CISA, CISSP BITCOINS and CRYPTOCURRENCIES How It Works Drexx@Laggui.com Principal Consultant CISA, CISSP Requirement: Unlearn many things that you thought you were very certain about. Have an open mind. Covered topics

More information

Blockchain & The Hollywood Supply Chain

Blockchain & The Hollywood Supply Chain HITS: Fall 2017 - Innovation & Technology: Hollywood 2025 October 23, 2017 October 18, 2017 2:50 3:10 PM Skirball Cultural Center Los Angeles, CA Blockchain & The Hollywood Supply Chain Steve Wong DXC

More information

Introduction. No Offer

Introduction. No Offer Introduction The use of this website is governed by this disclaimer. By agreeing to view this website or use any material or information contained therein, you are accepting the terms set out in this disclaimer,

More information

Anti-Money Laundering Compliance. Tom Sayles Director, Global Credit and AML Compliance

Anti-Money Laundering Compliance. Tom Sayles Director, Global Credit and AML Compliance Anti-Money Laundering Compliance Tom Sayles Director, Global Credit and AML Compliance Agenda FinTech Blackbaud, Inc. Regulatory Environment AML Compliance Program Risk based approach Closing Appendix:

More information

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract

The OneAlto Token (O-Token ) Standard. Version February 28, Abstract The OneAlto Token (O-Token ) Standard Version 1.0.0 February 28, 2019 Abstract OneAlto is building a decentralized compliance protocol to standardize the way cryptosecurities are issued and traded on blockchains.

More information

DeMarche Putting Research To Work Page 1

DeMarche Putting Research To Work Page 1 DeMarche Putting Research To Work Page 1 www.demarche.com (913) 384-4994 Cryptocurrency and the Institutional Investor DeMarche Putting Research To Work Page 2 Mark Andes Consultant & Manager of Alternatives

More information

Boon Coin Terms and Conditions

Boon Coin Terms and Conditions Boon Coin Terms and Conditions Please read carefully these Terms and Conditions (hereinafter the "Terms") before using a website "www.boon.vc" (hereinafter the "Website"), as they affect your obligations

More information

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina

IEW. OINT OF NOTHER ROM BLOCKCHAIN 101 // EXECUTIVE DECK. Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // Marcelo T. de Alvear 405 Oficina # 9 Ciudad de Buenos Aires Argentina // T + 54 11 5352 1259 hi @ atixlabs.com // www.atixlabs.com ROM NOTHER OINT OF IEW. BLOCKCHAIN 101 // EXECUTIVE DECK > IT S NOT

More information

Jian Chan Australian Lead E:

Jian Chan Australian Lead E: The Vertical Blockchain Solution NEM-101 www.nem.io Jian Chan Australian Lead E: jian@nemaustralia.io Jian Chan Australian Lead E: jian@nemaustralia.io Insert NEM.io landing page video here. https://nem.io/wp-content/themes/nem/video/nem-basic-intro-small.mp4

More information

Cryptocurrencies as Charitable Gifts: Should Your Charity Say Yes?

Cryptocurrencies as Charitable Gifts: Should Your Charity Say Yes? With the increased notoriety of cryptocurrencies, many charities are exploring the option of accepting Bitcoin, Ripple, Litecoin and nearly 2,000 other virtual currencies for donations. In fact, Fidelity

More information

Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL

Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL Blockchain and Law - the Perspective - SANG YONG LEE CHUNGNAM NATIONAL UNIVERSITY LAW SCHOOL Technology Distributed Ledger Technology (DLT) Peer to Peer Network Consensus Algorithm Cryptographic Technology

More information

Blockchain & Bitcoin. Länsstyrelserna David Bauman

Blockchain & Bitcoin. Länsstyrelserna David Bauman Blockchain & Bitcoin Länsstyrelserna 2017-03-28 David Bauman Agenda What is Money? What is Bitcoin & Blockchain? How does it Work? Areas of Application Future Public Sector Questions What is Currency?

More information

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY...

CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... CONTENTS DISCLAIMER... 3 EXECUTIVE SUMMARY... 4 INTRO... 4 ICECHAIN... 5 ICE CHAIN TECH... 5 ICE CHAIN POSITIONING... 6 SHARDING... 7 SCALABILITY... 7 DECENTRALIZATION... 8 SECURITY FEATURES... 8 CROSS

More information

Blockchain and the Maritime Industry

Blockchain and the Maritime Industry MARCH 2018 Blockchain and the Maritime Industry An introduction We will look at A review of the current transactional ecosystem The blockchain concept Smart contracts Q&A Current Shipping Transactional

More information

Anti-Money Laundering in e-banking and Fintech. Roland Guennou OSACO Financial

Anti-Money Laundering in e-banking and Fintech. Roland Guennou OSACO Financial Anti-Money Laundering in e-banking and Fintech Roland Guennou OSACO Financial About OSACO Financial Exclusive focus on I.R. Iran Advisory and capacity building for financial services firms Tehran branch

More information

How Will the Distributed Ledger Change the Customer Experience?

How Will the Distributed Ledger Change the Customer Experience? THE BLOCKCHAIN EFFECT: How Will the Distributed Ledger Change the Customer Experience? Scott Furlong ISG White Paper 2018 Information Services Group, Inc. All Rights Reserved Introduction As we march toward

More information

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive

Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young. #EY_Automotive Mobilizing Blockchain Technology for the Automotive Industry Duncan Westland Ernst & Young #EY_Automotive Agenda Blockchain 101: What They Do, How They Work Blockchain Applications: Operations Ecosystems

More information

TERMS AND CONDITIONS Contribution to PRIVATE PLACEMENT and MICROSHARE token allocation.

TERMS AND CONDITIONS Contribution to PRIVATE PLACEMENT and MICROSHARE token allocation. TERMS AND CONDITIONS Contribution to PRIVATE PLACEMENT and MICROSHARE token allocation. 1. Introduction 1.1 These terms and conditions (the T&Cs ) govern the basis on which you, ( you or the Contributor

More information

DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF:

DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF: DISCUSSION PAPER ON INITIAL COIN OFFERINGS, VIRTUAL CURRENCIES AND RELATED SERVICE PROVIDERS MFSA REF: 08-2017 ISSUED: 30 NOVEMBER 2017 CLOSING DATE: 11 JANUARY 2018 THESE PROPOSALS ARE NOT BINDING AND

More information

Blockchain 2.0: Smart Contracts

Blockchain 2.0: Smart Contracts Blockchain 2.0: Smart Contracts Karan Bharadwaj August 7, 2016 The relevance of blockchain technology to the financial world has grown substantially over the last few years. An important aspect of the

More information

Banking: operation transformation. 15 June 2016

Banking: operation transformation. 15 June 2016 Banking: operation transformation 15 June 2016 Blockchain the transaction makeover 15 June 2016 Luis Pastor Head of IT Consulting and Global Blockchain leader Grant Thornton Spain When the trust relies

More information

Blockchain Technology: Preparing for Change

Blockchain Technology: Preparing for Change 04 Blockchain Technology: Preparing for Change Blockchain Technology: Preparing for Change 04 In Short Blockchain-related Venture Capital $392.86 million in 2015 funding through July Settlement Days Syndicated

More information

Lawyer Insights. AML and Sanctions Compliance Issues Facing Cryptocurrency Companies. June 4, by Richard S. Garabedian and Shaswat K.

Lawyer Insights. AML and Sanctions Compliance Issues Facing Cryptocurrency Companies. June 4, by Richard S. Garabedian and Shaswat K. Lawyer Insights June 4, 2018 AML and Sanctions Compliance Issues Facing Cryptocurrency Companies by Richard S. Garabedian and Shaswat K. Das Published in Crowdfund Insider Over the past few years, continued

More information

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion

whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion whitepaper Abstract Introduction Features Special Functionality Roles in DiQi network Application / Use cases Conclusion Abstract DiQi (pronounced Dee Chi) is a decentralized platform for smart property.

More information

F50 s 2018 VC Blockchain Report

F50 s 2018 VC Blockchain Report F50 s 2018 VC Blockchain Report Proposed Table of Contents 1. 2. 3. 4. 5. Introduction to Blockchain a. current state of Blockchain industry Statistics/Facts Sheets Blockchain trend bullet points below)

More information

INFORMATION AND CYBER SECURITY POLICY V1.1

INFORMATION AND CYBER SECURITY POLICY V1.1 Future Generali 1 INFORMATION AND CYBER SECURITY V1.1 Future Generali 2 Revision History Revision / Version No. 1.0 1.1 Rollout Date Location of change 14-07- 2017 Mumbai 25.04.20 18 Thane Changed by Original

More information

Table of contents. 2

Table of contents. 2 Whitepaper Table of contents Table of contents... 2 Overview... 3 TrillionToken... 3 Sports Betting Platform... 3 Cryptocurrency... 3 Blockchain technology... 3 Ethereum network... 5 TrillionToken token...

More information

GLOBAL FINTECH HACKCELERATOR

GLOBAL FINTECH HACKCELERATOR GLOBAL FINTECH HACKCELERATOR Industry Problem Statements Version 2018.05.21 Organised by In partnership with In collaboration with Global FinTech Hackcelerator Powered by 80 Problem statements The global

More information

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL

/// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL WHITE PAPER /// BLOCKCHAIN TECHNOLOGY THAT S READY TO ROLL Blockchain is dominating digital transformation conversations within financial services and other sectors seeking to overhaul high-inertia/high-cost

More information

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE

NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE NASDAQ S BLOCKCHAIN AND THE ENABLEMENT OF COMPETITIVE ADVANTAGE APAC BLOCKCHAIN CONFERENCE Peter Jessup, SVP of Global Technology, Nasdaq March 7, 2017 WHO WE ARE Over the past decade, Nasdaq has transformed

More information

10 ESSENTIAL TERMS FOR BITCOIN REGULATION

10 ESSENTIAL TERMS FOR BITCOIN REGULATION In March 2013, the U.S. Financial Crimes Enforcement Network (FinCEN) classified Bitcoin and Virtual Currency exchanges as Money Services Businesses (MSB s) in the U.S., which are financial businesses

More information

Accounting for crypto assets mining and validation issues

Accounting for crypto assets mining and validation issues Accounting Tax Global IFRS Viewpoint Accounting for crypto assets mining and validation issues What s the issue? Currently, IFRS does not provide specific guidance on accounting for crypto assets. This

More information

A distributed platform Patentico Innovations in the field of Intellectual Property

A distributed platform Patentico Innovations in the field of Intellectual Property A distributed platform Patentico Innovations in the field of Intellectual Property Mission of the company Global performance in the field of intellectual property Ecosystem and decentralized platform Solving

More information

A Comprehensive FATCA Solution

A Comprehensive FATCA Solution in collaboration with A Comprehensive FATCA Solution End-to-end automated legal, technology and software solution facilitates global compliance with U.S. Foreign Account Tax Compliance Act requirements

More information

Cuprum Token AML/KYC POLICY. Last updated:

Cuprum Token AML/KYC POLICY. Last updated: Cuprum Token AML/KYC POLICY Last updated: 03.06.2018 1. Cuprum Invest LTD, that is a company incorporated in Seychelles Anti-Money Laundering and Know Your Customer Policy (hereinafter - the AML/KYC Policy

More information

LendLedger Technical Paper

LendLedger Technical Paper LendLedger Technical Paper June 2018 Growing Financial Markets with Blockchain LendLedger is a trusted open network to solve trillion-dollar credit gaps. LendLedger Technical Paper June 2018 1 Contents

More information

NEW PRINCIPLES TO EXPLORE BANKING BLOCKCHAIN USE CASES EFFECTIVELY

NEW PRINCIPLES TO EXPLORE BANKING BLOCKCHAIN USE CASES EFFECTIVELY NEW PRINCIPLES TO EXPLORE BANKING BLOCKCHAIN USE CASES EFFECTIVELY Summary A new breed of blockchains are being developed to become identifiable, controllable and asset-agnostic. This evolving architecture

More information

Committee on WIPO Standards (CWS)

Committee on WIPO Standards (CWS) E CWS/6/4 REV. ORIGINAL: ENGLISH DATE: SEPTEMBER 6, 2018 Committee on WIPO Standards (CWS) Sixth Session Geneva, October 15 to 19, 2018 CREATION OF A TASK TO PREPARE RECOMMENDATIONS FOR BLOCKCHAIN Document

More information

A FRAMEWORK FOR MANAGING CYBER RISK APRIL 2015

A FRAMEWORK FOR MANAGING CYBER RISK APRIL 2015 APRIL 2015 CYBER RISK IS HERE TO STAY Even an unlimited budget for information security will not eliminate your cyber risk. Tom Reagan Marsh Cyber Practice Leader 2 SIMPLIFIED CYBER RISK MANAGEMENT FRAMEWORK

More information

Data Protection: The Best Policy for Insurers

Data Protection: The Best Policy for Insurers Data Protection: The Best Policy for Insurers Trust is everything in the insurance industry. Policyholders expect the highest standards of protection, honesty and security from the firms they use. Particularly

More information

Beyond Bitcoin: The Future of Blockchain and Other Decentralized Technologies in the World of Business

Beyond Bitcoin: The Future of Blockchain and Other Decentralized Technologies in the World of Business Signature CLE Sponsored by: ACC Greater New York Chapter Signature CLE Beyond Bitcoin: The Future of Blockchain and Other Decentralized Technologies in the World of Business August 5, 2015 Agenda Overview

More information

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda.

4/19/2017 BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD. BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand. Agenda. BLOCKCHAINS PRACTICES IN THE BRAVE NEW WORLD BLOCKCHAIN AND ACCOUNTANCY: A Smart Combination? Martijn Siebrand Agenda Introduction Fintech-Blockchain focus Aim of the session: Accountancy To inform Innovation

More information