OpenBank - banking platform for e-money management based on blockchain technology (version 0.2)

Size: px
Start display at page:

Download "OpenBank - banking platform for e-money management based on blockchain technology (version 0.2)"

Transcription

1 OpenBank - banking platform for e-money management based on blockchain technology (version 0.2) Dr. Pavel Kravchenko, Sergiy Vasilchuk, Bohdan Skriabin Abstract Traditional banking technology has multiple problems that prevent its usage in emerging environment of internet payments. It has high down installment costs, solutions and APIs are proprietary and cannot be modified by a bank, security and reliability depends on expensive hardware and software modules. All these factors lead to high transaction cost, inability to interoperate and complex maintenance procedures. OpenBank solves this problems by introducing an open-source platform for e-money management that includes all the necessary modules for a bank, based on modern technology and security practices. Total cost of ownership of the banking system therefore can be reduced 10 times compared to traditional technology while maintaining higher level of security, transparency and speed of transactions. 1 Introduction OpenBank is an open-source banking system for managing electronic money that uses blockchain. We have developed a complete stack of technologies for bank sector, which aims to eliminate technological barriers between financial institutions. Transparency and reliability of the system is guaranteed by cryptography. The system includes the following modules: core - cryptographic ledger, transaction engine, emission and accounting system backoffice - key, admin, currency, fee management, statistics connectors - integration with core banking system business logic - rules and restrictions implemented according to regulation about e-money in Ukraine (harmonized with those in EU) identity management - for customers, agents, merchants frontend - web/mobile wallets for customers, agents merchant - IPN, wallet, test shop, e-commerce plug-in auxiliary - invoice, prepaid cards management, exchange, key server processing - payments between banks processing module clearing - management of clearing instructions in a central bank

2 We didn t change the principles of the system from the perspective of the banker. Its primary goal is to significantly (at least 10 times) reduce the total cost of ownership (TCO) for core banking system that processes e-money and extend its functionality. We used blockchain technology to achieve the following properties: user account management by a cryptographic key ensure reliability, integrity and transparency of history of accounts processing and backup transactions using standard hardware and software usage of smart contracts Users, banks, merchants and financial institutions can customize the interface to suit their needs. To ensure the security and resiliency of the system certified cryptographic algorithms are used. Similar algorithms are used by banks and other financial organizations now to protect their data. The issue and distribution of currencies is fully controlled by the bank. The process of delivering e-money to customers is done through financial institutions that receive e-money from the bank and send to end users or agents. OpenBank generally doesn t require availability of specialized equipment, such as ATMs and PoS. In the simplest case, a mobile wallet of the user or merchant is enough to start operating. Any transaction that users or administrators initiate are ordered and stored in an unchanged way. This means that one cannot cancel or modify the operation done in the past. At the same time the full history of changes for all the balances can be provided for audit. 2 Benefits Due to the use of modern technology and high level of automation transaction processing costs are ten times less than traditional banking technologies. the level of transparency of the system allows auditing individual account transactions or a complete system. increased security of a bank ledger (insiders or hackers can t change the ledger without knowing users keys). increased transparency of all the transactions (all actions, including fee changes are transactions). using the same technologies and data formats by banks makes interbank payments very fast. The process of payment takes 5 seconds.

3 3 Terms Terms are provided according to the directive of National Bank of Ukraine about e-money ( ). The system is flexible so if necessary, the number of roles can be changed. Electronic money - the unit of value processed by electronic device which is considered as a commitment of the issuer to a person and accepted as a means of payment by others. Account - a set of data about the registered user, balance etc, which is necessary for the authentication of their actions. Stored and processed by the core layer of the system. Balance - the amount of currency that corresponds to a particular account at some time. Operation - a single action from a limited set of all possible actions in the system that determines changes of a certain account. Transaction - a group of sequenced operations that change the state of accounts that can be atomically approved or rejected by the core. Payment - successfully accepted transaction which transfers electronic money from the balance of one account to another. Prepaid cards - single-purpose preloaded cards with e-money. A special type of account that can receive only one payment and be used to top up user s balance. Prepaid cards are used as a tool of distribution of e-money. Key pair - a pair consists of public and private keys for digital signature scheme used by the system to perform the user authentication and enforcement of payments. State of the system - a set of states of accounts at a certain point of time. Consensus - an agreement of the set of nodes about the state of the system at a certain point of time. Node - a computer, that does checking of all the transactions in the system, distributes them to other network nodes and monitors changes of the state of the system. Works under the supervision of a specialized software.

4 Validator - a node, that participates in the reaching agreement with other nodes, using a consensus protocol. Blockchain - an ordered sequence of blocks, where each block consists of a set of transactions which are the result of the consensus between nodes. Transaction acceptance - a transaction review process by each node separately, which results in their agreement on a set of new transactions. The transaction is accepted if it is included into a set of approved transactions. 4 Subjects and roles Terms are provided according to the directive of National Bank of Ukraine about e-money ( ). If necessary, the amount of roles can be changed. For example, roles of a general agent, fee agent, the issuer, admin, distribution and settlement agent can be performed by a master.

5 Each participant system plays certain role in the system. This is needed in order to perform effective management of the system. Depending on their role, the participant can perform specified for them list of account activities. For each type of account there - different rules and key management policies are defined. Master - the main responsible entity that can be the only one in the system. Responsible for the appointment and revocation of the following entities: administrators, issuers, general agent, fee collection agent. Administrator - trustee of the master. Responsible for the appointment and revocation of distribution and settlement agents. Could be a few in the system at the same time. Issuer - trustee of the master, can be only one in the system. Responsible for the issuance of electronic money. General agent - an entity responsible for the holding of issued e-money units before the sales procedure through distribution agents. Only one participant in the system. Appointed during system set-up. This entity may be replaced by a master. Fee collection agent - an entity responsible for the holding of all fees that bank collects. Only one participant in the system. Appointed during system set-up. This entity may be replaced by a master. Distribution agent - an entity that provides e-money to the market. A few entities could work in parallel in the system. Receives e-money from the general agent and transfers it to end users. Can create prepaid cards as a channel of e-money distribution. Settlement agent - an entity that buys e-money from the market (does withdrawal of electronic money from circulation). A few entities could work in parallel in the system. Can receive electronic money from the end users and merchants and send it to the general agent. Merchant - an entity that accepts electronic money in exchange for goods or services. Many entities could work in parallel in the system. It can only receive electronic money from the end users and transfer only to the settlement agent. It can also perform full or partial refund. User - an entity that uses e-money. In case of Ukraine, the user is considered anonymous. In the case of the EU user must provide a name and a phone number to complete the registration. Registration in the system is performed automatically during the first incoming payment. User

6 can receive payments from the distribution agent, from another end user, from prepaid cards, from merchant, as the refund transaction. 5 Architecture The following is a description of the main system components and their functionality. OpenBank based on micro-service architecture where modules interact via RPC. Core - keeps a list of accounts in the private blockchain and does processing of transactions. Currently uses modified codebase of Stellar. Back office - the main interface of the bank. Allows to perform key, administrators, currency, fee management, blocking IP addresses, view statistics.

7 Integration Module - provides monitoring and processing transactions in the core banking system, that are related to electronic money, and initiates transactions in the core banking system, which should be performed as a result of certain events in the OpenBank (such as buying and selling of electronic money). Business logic - module that implements a set of rules and restrictions related to electronic money, such as the maximum balance of the wallet, the maximum daily / annual turnover in the wallet and others. Identity management - handles requests for registration of agents, users, merchants, allows to set limits and block the transaction. User - web and mobile applications for users that implement basic functions - such as viewing balance, transaction history, payment, invoice creation, change of personal info, scanning prepaid cards. Merchant - a module that implements the IPN, web and mobile applications, test store, e-commerce plug-in for WordPress. Key server - a module that stores private keys of participants in an encrypted form and provides an API to get them. Blockchain viewer - a module that provides information about transactions and statistics in an easy to view format. Invoice module - a module that allows to manage invoices and see statistics. Prepaid cards - a module that allows the agent to create prepaid cards, view statistics of their usage and print cards on paper. Exchange - a module that allows the agent to handle requests to purchase electronic money using local payment systems

8 Accounts Each user has its own account. Each account linked to at least one key pair: public key and private key. There is a specific set of operations in order to perform any action. Any operation is signed by its initiator and, if approved by the core, changes the current status of the system. Account balance can be changed only by payment transaction. This transaction reduces the balance of the sender and increases the balance of the recipient. This change is atomic. Account of the master can have a negative balance, because it is responsible for the emission of e-money.

9 Transactions There is a defined set of operations that can be executed by participants. The set of operations that can be executed by a certain entity depends on its role in the system. The entities generate a transaction in order to execute operations. A set of consequent operations that change the state of accounts is included in the body of the transaction. Each operation that is a part of the transaction is signed by the private key of the initiator. A signed transaction is sent to the network. Validation of the transactions is performed during several stages on the validator. The transaction is accepted by the system if it passes all the necessary checks. Approved transactions are stored in chronological order in the blockchain. Nodes Blockchain is stored on each node of the network. By default, bank owns all of them. Some nodes can only keep a copy of the blockchain but not participate in the process of validation. These nodes can play the role of a gateway or backup device. Validators can be in the protected bank network and access to them will be done through the gateway nodes. Fees Each transaction may pay a fee that is taken by a bank. OpenBank allows flexible configuration of the types of transactions and fees. Fee may be fixed or represent a percentage from the transaction. For example, bank may set a fee for money transfer operation from the user to the merchant at a rate of 1% and the same time provide 0.1% for p2p transfers between users. Each fee taken goes to the account of the fee agent. Fee can be set-up for: - any operation with a particular currency - a certain direction of money flow in some currency between different roles - a certain account when money is sent to anyone or particular role in some currency App of a user User interacts with the system by using the app or a web-site. In this app a user can obtain the current status of their account. Also with the app, user can create, sign and send a transaction to the network. During the registration the key pair is generated.

10 6 Flow Emission Adding of e-money into circulation is done by an emission process. Emissions in the system is centralized and fully controlled by the bank. The process of the emission is in a form of payment from master account to the account of the general agent, which does further distribution of e-money. Settlement agents perform withdrawal of e-money from the market by a payment transaction to the account of the general agent. For a simplified case, the general agent can be the master himself. Transaction life cycle

11 The user creates a blank transaction body. The user creates a set of operations and adds it to the body of the transaction. Then a set of required signatures is added. Signed transaction can be sent for processing. In general, there is no possibility to withdraw a transaction that was processed. The transaction comes to one of the nodes of the system, to the core level. The node, which received it first, checks the set of operations signatures and the ability to perform the actions that are defined by the set of operations. If the transaction is defined as a correct one, the node transmits it to all other nodes with which it is connected, otherwise the node rejects the transaction. The set of validators reach agreement on new transactions. Validation process is such an interaction, when a set of new transactions is defined and approved - and that becomes the new state of the system. Decision making process is defined by separate rules of interaction - consensus protocol. 7 Security (*more in the corresponding security whitepaper that will follow) To ensure the security and resiliency of the system, certified cryptographic algorithms are used. OpenBank supports various cryptographic algorithms and libraries that can operate simultaneously. User key management Each participant system has a certain type of account. Account contains a key pair: public key and private key. The public key is a unique identifier of an account and can be told to anyone. Users generate key pairs on their computers or smartphones. During the first payment to the account, the system will record it as a new account of an anonymous user and a new balance. After this, the key of the user takes effect. Private key should be kept secret. Users can store private key at a local or remote key storage. The system will not accept any other evidence of ownership of the account, if the private key has been lost. In general, the loss of the private key from an anonymous account means that the balance becomes inaccessible and actually lost. Access to the account of a user can only be done by the user. Even the owner of the system can not change the balance of the user s account - it is impossible without the possession of a private key. Every single user generates, stores and processes his/her own private key.

12 If the user passed the KYC process and their account is not anonymous anymore, it can regain access to the account in case of a loss. In this case, the user initiates the recovery process by approaching the system administrator. The administrator performs authentication of the user and freezes their lost account (by a corresponding system transaction). Then the administrator can transfer the same amount to the new account of the user. Admin & Agent key management Master, general agent and fee agent generate their key pairs before the launch of the system. During the launch these keys are set as active. Administrators and issuer generate key pairs on their computers. Transaction that approves their accounts is signed by the master. Distribution and settlement agents generate key pairs on their computers. Transaction that approves their accounts is signed by some administrator. Merchants generate key pairs on their computers or smartphones. Transaction that approves their accounts is signed by some administrator. Non-repudiation Transactions are signed by private key of the initiator and sent to the network. The correctness of the signature confirms that the initiator actually owns the account. Each approved transaction is irreversible. Nobody can change or cancel the transaction that was validated. In order to fix a wrong action there should be another transaction initiated. Transactions are grouped into blocks that are chained by cryptographic mechanisms, so it is impossible to change past transactions without breaking the integrity of the current system state. Confidentiality In general, only bank has access to state of accounts (blockchain). Balance inquiry on account number can be done only with a special transaction that has the signature of the account owner.

13 8 Conclusion OpenBank solves all the needs of the banking industry in the area of management of electronic money - accounting, internal and interbank processing, management of administrators, fees, users, merchants etc. OpenBank is an open source system that can significantly reduce the total cost of ownership of the bank IT system compared to traditional banking technologies.

TokenD principles. A framework for enterprise tokenization platforms. Distributed Lab

TokenD principles. A framework for enterprise tokenization platforms. Distributed Lab TokenD principles A framework for enterprise tokenization platforms Distributed Lab What is TokenD? A framework for creating tokenization platforms TokenD consists of best practices, protocols, a codebase,

More information

Tokenization. revision 2 Oct, 6, Dr. Pavel Kravchenko Vladimir Dubinin Distributed Lab

Tokenization. revision 2 Oct, 6, Dr. Pavel Kravchenko Vladimir Dubinin Distributed Lab Tokenization revision 2 Oct, 6, 2017 Dr. Pavel Kravchenko Vladimir Dubinin Distributed Lab What is tokenization? A process of transformation of asset accounting and management to represent each asset by

More information

Genesis Block Development

Genesis Block Development Genesis Block Development Who we are We are a group of companies engaged in software development, payment systems implementation, software and web solutions for e-commerce and blockchain solutions for

More information

HOUTON TOKEN WHITE PAPER

HOUTON TOKEN WHITE PAPER HOUTON TOKEN WHITE PAPER W W W. H O U T O N. I N F O 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Abstract Introduction Our Vision Problems and Our Solution Technical Distribution Wallet Roadmap Conclusion Disclaimer

More information

CryptoCarbon (CCRB):

CryptoCarbon (CCRB): CryptoCarbon (CCRB): A NEW TYPE OF CRYPTOCURRENCY WHITEPAPER - FEBRUARY 201 8 Contact Information: CRYPTOCARBON info@cryptocarbon.co.uk Table of Contents 1. ABSTRACT 2. INTRODUCTION 3. CRYPTOCARBON (CCRB)

More information

CryptoCarbon (CCRB):

CryptoCarbon (CCRB): CryptoCarbon (CCRB): A NEW TYPE OF CRYPTOCURRENCY WHITEPAPER - FEBRUARY 2018 Contact Information: CRYPTOCARBON GLOBAL LTD info@cryptocarbon.co.uk Table of Contents 1. ABSTRACT 2. INTRODUCTION 3. CRYPTOCARBON

More information

X Infotech Banking. Software solutions for smart card issuance

X Infotech Banking. Software solutions for smart card issuance X Infotech Banking Software solutions for smart card issuance WWW.X-INFOTECH.COM About X Infotech provides turnkey software solutions for centralized and instant issuance of financial and non-financial

More information

DECENTRALIZED NETWORK FOR DATA EXCHANGE AND STORAGE "MASTERCHAIN" Version 1.1 WHITEPAPER

DECENTRALIZED NETWORK FOR DATA EXCHANGE AND STORAGE MASTERCHAIN Version 1.1 WHITEPAPER DECENTRALIZED NETWORK FOR DATA EXCHANGE AND STORAGE "MASTERCHAIN" Version 1.1 WHITEPAPER Association for Financial Technologies Development Moscow, 2017 A. Arkhipov alexey.arkhipov@fintechru.org T. Bilyk

More information

TAS CASHLESS 3.0 FOCUS ON. The absolute framework for electronic payment management. CASHLESS 3.0: the ultimate. payment experience

TAS CASHLESS 3.0 FOCUS ON. The absolute framework for electronic payment management. CASHLESS 3.0: the ultimate. payment experience TAS CASHLESS 3.0 The absolute framework for electronic payment management CASHLESS 3.0: the ultimate payment experience CASHLESS 3.0 is TAS innovative processing platform that enables financial institutions,

More information

Copyright 2014 XiploTeq, All rights reserved Infopack

Copyright 2014 XiploTeq, All rights reserved Infopack Copyright 2014 XiploTeq, All rights reserved 2014 Infopack What is XiploTeq? XiploTeq is a mobile banking solution that makes transacting easy. It allows anyone in the world to make transactions on their

More information

OLXA COIN WHITE PAPER DECENTRALIZED APPLICATIONS AND CROWD-PROJECTS THROUGH THE BLOCKCHAIN TECHNOLOGY.

OLXA COIN WHITE PAPER DECENTRALIZED APPLICATIONS AND CROWD-PROJECTS THROUGH THE BLOCKCHAIN TECHNOLOGY. OLXA COIN WHITE PAPER DECENTRALIZED APPLICATIONS AND CROWD-PROJECTS THROUGH THE BLOCKCHAIN TECHNOLOGY www.olxacoin.com info@olxacoin.com Table of Contents 1 Introduction 1.1 Introduction to BitCoin and

More information

Digital Fiat Currency. The true alternative to physical currency

Digital Fiat Currency. The true alternative to physical currency Digital Fiat Currency The true alternative to physical currency The single largest opportunity for Central Banks in fintech is to digitize cash $75 trillion worth of cash transactions globally 85% of global

More information

WULET: a blockchain platform for the loyalty programs implementation and bonus points exchange

WULET: a blockchain platform for the loyalty programs implementation and bonus points exchange WULET: a blockchain platform for the loyalty programs implementation and bonus points exchange Alexander Tkachev, Alexey Popov, German Domanskii, Leonid Strimovskii, Vladimir Tikhomirov, and Valeriy Dubrava

More information

Integrative Wallet. Whitepaper. An electronic version of this whitepaper is available at iwtoken.com.

Integrative Wallet. Whitepaper. An electronic version of this whitepaper is available at iwtoken.com. Integrative Wallet Whitepaper An electronic version of this whitepaper is available at iwtoken.com. Contents 1 Introduction 1 1.1 Background............................................ 1 1.2 Our objective...........................................

More information

SWISSCOIN Whitepaper

SWISSCOIN Whitepaper SWISSCOIN Whitepaper Revision 0.1 Abstract. January 3, 2009 has marked the beginning of a new era of globalisation and world interconnection: the first Bitcoin transaction 1 has occurred. Satoshi Nakamoto

More information

Blockchain-led Software Development is the Way to Go

Blockchain-led Software Development is the Way to Go -led Software Development is the Way to Go Abstract is being seen as a major contributor to emerging computing paradigms. Still in its nascent stage, there is constant demand for new use cases to explore

More information

Getting Started Guide Vipps via Netaxept

Getting Started Guide Vipps via Netaxept Getting Started Guide Vipps via Netaxept Version 1.2 Table of contents Vipps via Netaxept... 2 Business features and restrictions... 2 Payment flow... 3 Setting up Netaxept for use with Vipps... 6 Activation

More information

Whitepaper. Abstract. Introduction

Whitepaper. Abstract. Introduction Whitepaper Proxy Ethereum for Everyone We do not offer securities or a collective investment scheme. You are advised to read this document carefully in full, and perform due diligence. According to the

More information

Getting Started Guide MobilePay via Netaxept

Getting Started Guide MobilePay via Netaxept Getting Started Guide MobilePay via Netaxept Version 1.1 MobilePay Online (MPO, MobilePay) is a mobile payment solution launched by Danske Bank for webshops. With MobilePay through your Netaxept integration

More information

X12 Coin Whitepaper 1 / 18

X12 Coin Whitepaper 1 / 18 X12 Coin Whitepaper 1 / 18 Introduction 3 X12 Ecosystem 4 Wallets 5 Graphical Desktop wallet 5 Web wallet 6 Mobile wallet 7 Merchants 7 ATM 8 Payment plugin 9 Mining 10 Debitcard 11 X12 Coin 12 Technical

More information

Abstract 3. Merchants 3. End-user 4. External Merchants 5. Blockchain 5. Development 6. Liquidity and Exchange Network 6.

Abstract 3. Merchants 3. End-user 4. External Merchants 5. Blockchain 5. Development 6. Liquidity and Exchange Network 6. Contents Abstract 3 Merchants 3 End-user 4 External Merchants 5 Blockchain 5 Development 6 Liquidity and Exchange Network 6 Integrations 6 Point of Sale 7 Payroll 7 Wire Transfers 8 Conclusion 8 Abstract

More information

Lawrie Brown Grigori Goldman

Lawrie Brown Grigori Goldman Periodical Payments Using X.509 Restricted Proxy Certificates Lawrie Brown Grigori Goldman January 2010 University of New South Wales @ Australian Defence Force Academy Who Am I? senior lecturer at UNSW@ADFA

More information

PDX COIN.

PDX COIN. PDX COIN www.petrodollars.io www.pdxcoin.io DISCLOSURE STATEMENT The following presentation contains forward looking statements that may reflect our plans, estimates, and beliefs. Such forward looking

More information

Blockchain Role in Smart Cities/IoT Security A Cryptographic Perspective!

Blockchain Role in Smart Cities/IoT Security A Cryptographic Perspective! SESSION ID: CCS-T08 Blockchain Role in Smart Cities/IoT Security A Cryptographic Perspective! Dr. Hilal Houssain hilal.hussein@gmail.com Agenda Internet of Things (IoT) IoT Security Requirements IoT Security

More information

commonwealth environment for digital energy business

commonwealth environment for digital energy business 1 commonwealth environment for digital energy business Enable building any business model between current and new players on energy market Core technology enables energy and money accounting between millions

More information

PDX COIN

PDX COIN PDX COIN WWW.PDXCOIN.IO DISCLOSURE STATEMENT The following presentation contains forward looking statements that may reflect our plans, estimates, and beliefs. Such forward looking statements are dependent

More information

digital currency Be smart, be part WHITE PAPER WELCOME TO SMART NODE PROJECT

digital currency Be smart, be part WHITE PAPER WELCOME TO SMART NODE PROJECT digital currency Be smart, be part WHITE PAPER WELCOE TO SART NODE PROJECT INDEX 1. What is Smart Node? 2. What is Initial Coin Offering? (ICO) 3. Which is the total supply of Smart Node Tokens? 4. Project

More information

Table of Contents ABSTRACT... 1 INTRODUCTION... 2 NRP TOKEN FUNCTION... 2 MAIN PAYMENT FOR TRANSACTION IN MARKET PLACE... 2

Table of Contents ABSTRACT... 1 INTRODUCTION... 2 NRP TOKEN FUNCTION... 2 MAIN PAYMENT FOR TRANSACTION IN MARKET PLACE... 2 Table of Contents ABSTRACT... 1 INTRODUCTION... 2 NRP TOKEN FUNCTION... 2 MAIN PAYMENT FOR TRANSACTION IN MARKET PLACE... 2 CRYPTOCURRENCY IN TRADE.. 3 ALTERNATIVE TO FLAT MONEY.... 3 PROBLEM...4 SOLUTION...

More information

Getting Started Guide MobilePay via Netaxept

Getting Started Guide MobilePay via Netaxept Getting Started Guide MobilePay via Netaxept Version 1.2 Table of contents MobilePay via Netaxept... 2 Business features and restrictions... 2 Payment flow... 3 Setting up Netaxept for use with MobilePay...

More information

Content. Abstract 3 Background 4 Problem 4 Solutions 5 What is Wrappy? 5 Token Distribution 8 Future Vision 8 Known Limitations 9

Content. Abstract 3 Background 4 Problem 4 Solutions 5 What is Wrappy? 5 Token Distribution 8 Future Vision 8 Known Limitations 9 1 Content Abstract 3 Background 4 Problem 4 Solutions 5 What is Wrappy? 5 Token Distribution 8 Future Vision 8 Known Limitations 9 2 Abstract We currently are living in the age of information. In today

More information

On the cusp: proposals to advance the cash reform

On the cusp: proposals to advance the cash reform Webinar 15 June 2016 On the cusp: proposals to advance the cash reform Come and engage with today s panelists: Sara Almer The Cash Learning Partnership (CaLP) Nigel Timmins Oxfam International Satwik Seshasai

More information

Samsung SDS Nexledger. A Blockchain Platform and Solution

Samsung SDS Nexledger. A Blockchain Platform and Solution Samsung SDS Nexledger A Blockchain Platform and Solution Blockchain is a trustworthy record or ledger of all transactions that have taken place. It uses the Consensus Protocol for validating processes

More information

ACCEPTING LITECOIN. Harnessing the power of cryptocurrency for your business

ACCEPTING LITECOIN. Harnessing the power of cryptocurrency for your business ACCEPTING LITECOIN Harnessing the power of cryptocurrency for your business THE BASICS Cryptocurrencies are digital currencies designed to work as a medium of exchange. They use cryptography and blockchain

More information

HITACHI BIOMETRIC SOLUTIONS FOR RETAIL BANKING. Hitachi s digital security portfolio includes a comprehensive biometric solution for retail banking.

HITACHI BIOMETRIC SOLUTIONS FOR RETAIL BANKING. Hitachi s digital security portfolio includes a comprehensive biometric solution for retail banking. HITACHI BIOMETRIC SOLUTIONS FOR RETAIL BANKING Hitachi s digital security portfolio includes a comprehensive biometric solution for retail banking. BASED ON HARDWARE, SOFTWARE AND RELATED SERVICES, BANKS

More information

EN LINE TOKEN ECONOMY white paper ver.1.2

EN LINE TOKEN ECONOMY white paper ver.1.2 EN LINE TOKEN ECONOMY white paper ver.1.2 2 Contents Important Notice 3 01 LINE and Blockchain 4 02 The LINK Ecosystem Ecosystem Principles Ecosystem Participants 5 5 5 03 Token Economy LINK Overview Token

More information

Proxama PIN Manager. Bringing PIN handling into the 21 st Century

Proxama PIN Manager. Bringing PIN handling into the 21 st Century Proxama PIN Manager Bringing PIN handling into the 21 st Century I am not a number I am a free man So said the The Prisoner in that 1960s cult TV show, but Personal Identification Number, or PIN, was adopted

More information

EN LINE TOKEN ECONOMY white paper ver.1.3

EN LINE TOKEN ECONOMY white paper ver.1.3 EN LINE TOKEN ECONOMY white paper ver.1.3 2 Contents Important Notice 3 01 LINE and Blockchain 4 02 The LINK Ecosystem Ecosystem Principles Ecosystem Participants 5 5 5 03 Token Economy LINK Overview Token

More information

E-Money in Russia. Legislation and practice. Jane Zavalishina, CEO Yandex.Money

E-Money in Russia. Legislation and practice. Jane Zavalishina, CEO Yandex.Money E-Money in Russia Legislation and practice Jane Zavalishina, CEO Yandex.Money Regulation of payments in Russia The beginning. Early 90s 1990 year - Banking Law - money transfer via bank accounts - remittance

More information

Corporate Presentation. Author: DIMPAY Foundation

Corporate Presentation. Author: DIMPAY Foundation Corporate Presentation Author: DIMPAY Foundation Table of Contents Table of Contents What is DIMPAY? 01 DIMPAY Foundation 02 DIMPAY Features 04 DIMPAY ICO 06 ICO Funds 08 DEPOTWALLET 10 DIMPAY Applications

More information

Comparing Cost of Ownership: Symantec Managed PKI Service vs. On-Premise Software

Comparing Cost of Ownership: Symantec Managed PKI Service vs. On-Premise Software Comparing Cost of Ownership: Symantec Managed PKI Service vs. On-Premise Software Who should read this paper Deploying and managing a PKI solution can be a complex undertaking. This is particularly the

More information

Comparing Cost of Ownership: Symantec Managed PKI Service vs. On- Premise Software

Comparing Cost of Ownership: Symantec Managed PKI Service vs. On- Premise Software WHITE PAPER: COMPARING TCO: SYMANTEC MANAGED PKI SERVICE........ VS..... ON-PREMISE........... SOFTWARE................. Comparing Cost of Ownership: Symantec Managed PKI Service vs. On- Premise Software

More information

TCOIN TCN B ANK TRADE BY TRADE WHITEPAPER VERSION 0.2

TCOIN TCN B ANK TRADE BY TRADE WHITEPAPER VERSION 0.2 TCOIN TCN WHITEPAPER VERSION 0.2 B ANK TRADE BY TRADE Index Pages Overview 4 Our Vision 5 What is TCOIN TCN? 6 Why invest in Tcoin TCN? 8 Cryptocurrency 8 TCoin TCN Specifications 9 TCoin Masternode Development

More information

Version 3:

Version 3: 1 Version 3: 09-01-2018 / THE INDEX / THE INDEX... 2 / HOW WE ROLL... 3 / THE BASICS... 4 / WHAT S IN IT FOR ME?... 5 / ADCOIN FOR ONLINE AD NETWORKS... 6 / ADCOIN FOR ADVERTISERS... 7 /ADCOIN FOR PUBLISHERS...

More information

MoneyTap smartphone application powered by Ripple s blockchain technology

MoneyTap smartphone application powered by Ripple s blockchain technology MoneyTap smartphone application powered by Ripple s blockchain technology INTRODUCTION OF MONEY TAP : Ground-breaking smartphone application called Money Tap powered by Ripple s blockchain technology to

More information

WHITE PAPER. The First Decentralized Second-Hand Market Platform. Version 1.0

WHITE PAPER. The First Decentralized Second-Hand Market Platform.  Version 1.0 WHITE PAPER The First Decentralized Second-Hand Market Platform http://jlinkcoin.com/ Version 1.0 Abstract. In the existing second-hand market, there have been quite a number of unreliable sellers. This

More information

Digiwage Team. June 2018 V.2.0

Digiwage Team. June 2018 V.2.0 Digiwage Team June 2018 V.2.0 CONTENTS INTRODUCTION 3 BUSINESS CASE 4 TECHNICAL SHEET 5 DIGIWAGE WORKPLACE 6 DECENTRALIZED PAYMENT SYSTEM 7 DEVELOPMENT ROADMAP 11 DISCLAIMER 12 CITATIONS 14 INTRODUCTION

More information

1. Merchant initiated transactions for merchant payments

1. Merchant initiated transactions for merchant payments Annexure I 1. Merchant initiated transactions for merchant payments The merchant initiated transactions for merchant payment is a two-step process: 1. Generate OTP before transaction 2. Make payment to

More information

Page1.

Page1. Page1 Introduction Started from a community, ICO became a very popular thing for the founders and makers of cryptocurrency in introducing and raising funds to support the operation and promotion of cryptocurrency

More information

Mobile Money in Jamaica. Kavin Hewitt CEO MCONEC Mobile Payment Services

Mobile Money in Jamaica. Kavin Hewitt CEO MCONEC Mobile Payment Services Mobile Money in Jamaica Kavin Hewitt CEO MCONEC Mobile Payment Services Agenda Mobile Money vs Mobile Wallet The Mobile Wallet Ecosystem Suite of Services BOJ Requirements & Technology Impact Consumer

More information

API Gateway Digital access to meaningful banking content

API Gateway Digital access to meaningful banking content API Gateway Digital access to meaningful banking content Unlocking The Core Jason Williams, VP Solution Architecture April 10 2017 APIs In Banking A Shift to Openness Major shift in Banking occurring whereby

More information

EasyDex Bridge Assets

EasyDex Bridge Assets EasyDex White Paper Introduction Since Bitcoin was released in 2008, cryptocurrencies have rapidly become a major influence in both the online and greater economic global communities. The technologies

More information

Innovation at Scale. James Anderson Executive Vice President Mastercard

Innovation at Scale. James Anderson Executive Vice President Mastercard Innovation at Scale James Anderson Executive Vice President Mastercard 1 trends in digital 2 implications for retail banking 3 Mastercard s innovations trends in digital Mobile Internet Usage mobile internet

More information

Blockchain Unleashed TM Forum 1

Blockchain Unleashed TM Forum 1 Blockchain Unleashed 2018 TM Forum 1 Contents Introduction Catalyst team Blockchain for CSPs Criteria for use case section Use case scenarios Use cases for blockchain in CSPs Use case 1: Elimination of

More information

CRYPTOCURRENCY EXCHANGE

CRYPTOCURRENCY EXCHANGE CRYPTOCURRENCY EXCHANGE A UNIQUE MULTIFUNCTIONAL SOFTWARE TO LAUNCH A SAFE PLATFORM FOR CRYTO- AND MAIN WORLD FIAT CURRENCIES SALE AND PURCHASE A flexible tool for cryptocurrencies and fiat currencies

More information

Self-Sovereign Identity

Self-Sovereign Identity Self-Sovereign Identity Blockpass offers Compliance through verified Identity thomas.leiritz@blockpass.org CTO www.blockpass.org @blockpassorg Establishing Self-Sovereign Identity (SSI) Moving from Web

More information

Mobile POS and EMV Acceptance

Mobile POS and EMV Acceptance Mobile POS and EMV Acceptance A use case of EMV Payment on a Mobile device in the Logistic & Transport verticals Olivier Sery Country Manager & Head of EMV competence center www.tasgroup.eu A device Setting

More information

Electronic Payment Systems and Blockchain as a Constituent Part

Electronic Payment Systems and Blockchain as a Constituent Part III Network AML/CFT Institute International Scientific and Research Conference FinTech and RegTech: Possibilities, Threats and Risks of Financial Technologies Volume 2018 Conference Paper Electronic Payment

More information

GoshenCoin 2.0 Do Business The Smarter Way

GoshenCoin 2.0 Do Business The Smarter Way GoshenCoin 2.0 Do Business The Smarter Way Contents 1. Introduction 2. Market Overview 3. Value Proposition 4. Blockchain Technology 5. Smart Contracts 6. Decentralized Apps (DApps) 7. GoshenCoin History

More information

Global BTC-Green. Ecological Community in the Green Planet

Global BTC-Green. Ecological Community in the Green Planet Global BTC-Green Ecological Community in the Green Planet Introduction BTC-Green is a cryptocurrency and a modern digital payment system, it s invented to serve for the large group of community that is

More information

Direct Operator Billing

Direct Operator Billing Direct Operator Billing 1 Platform Overview / Introduction Wallet, keys, Mobile Phone. The most personal of our daily gadgets has become the primary device through which we socialize and consume. LibancallPlus

More information

THE EVENT INDUSTRY FISSACOIN

THE EVENT INDUSTRY FISSACOIN THE EVENT INDUSTRY FISSACOIN A LITTLE PARTY NEVER KILLED SOMEBODY. 2 Fissacoin a product Fissa Lab B.V. 4-5 6-11 12-15 16-17 INTRODUCTION PRODUCT TECHNOLOGY FISSA TEAM 7.000.000,00 Pre-mine 28.000.000,00

More information

0 VENOX- WHITEPAPER. Venox White Paper. The vision to take the lead in the integration of Blockchain technology into mobile devices. July, 2018 V1.0.

0 VENOX- WHITEPAPER. Venox White Paper. The vision to take the lead in the integration of Blockchain technology into mobile devices. July, 2018 V1.0. 0 VENOX- WHITEPAPER Venox White Paper The vision to take the lead in the integration of Blockchain technology into mobile devices. July, 2018 V1.0.0 1 VENOX- WHITEPAPER 1. What is VENOX 2 2. Theory 2 3.

More information

Sikka A digital asset transfer platform designed for the financially marginalized.

Sikka A digital asset transfer platform designed for the financially marginalized. Sikka A digital asset transfer platform designed for the financially marginalized. Jefferson Scott Davis, Kuldeep Bandhu Aryal, Sandesh Pandey and Saujanya Acharya www.sikka.me 1 2 Overview Sikka is a

More information

TAS FOCUS ON. The absolute framework for electronic payment management. cashless 3.0: the ultimate. payment experience IN THIS DOCUMENT

TAS FOCUS ON. The absolute framework for electronic payment management. cashless 3.0: the ultimate. payment experience IN THIS DOCUMENT TAS The absolute framework for electronic payment management cashless 3.0: the ultimate payment experience Today s market globalization demands speed, ease of use and flexibility. TAS Group s response:

More information

The Future of Blockchain in Quality Measurement. Jason C. Goldwater, MA, MPA Senior Director

The Future of Blockchain in Quality Measurement. Jason C. Goldwater, MA, MPA Senior Director The Future of Blockchain in Quality Measurement Jason C. Goldwater, MA, MPA Senior Director September 7, 2017 Topics for Today What is Blockchain, exactly? How Did This Become Important in Health IT? The

More information

Stripe Payment Module

Stripe Payment Module Stripe Payment Module USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment extension by using the Magento setup, you are now required to configure

More information

DONCOIN (DCNX) Whitepaper

DONCOIN (DCNX) Whitepaper DONCOIN (DCNX) Whitepaper 1 WHAT IS DONCOIN (DCNX)? Every Cryptocurrency that emerges is like a company which emerges to solve a pending world problem by proffering a lasting solution and raising funds

More information

Retail Channel Management and Corporate Operations. Microsoft Dynamics AX 2012 R3

Retail Channel Management and Corporate Operations. Microsoft Dynamics AX 2012 R3 Retail Channel Management and Corporate Operations Microsoft Dynamics AX 2012 R3 Table of Contents Course Details 1 Prerequisites 2 Course Outline 3 Course Details This 2-day instructor-led training provides

More information

Bank Products based on DVIIS. DVIIS for Banking Products. E-Cheques in USA. Present Systems. DVIIS System. Digital Value Imprinted Instrument (DVII)

Bank Products based on DVIIS. DVIIS for Banking Products. E-Cheques in USA. Present Systems. DVIIS System. Digital Value Imprinted Instrument (DVII) DVIIS for Banking Products By Naavi This presentation was prepared in 2003 and is relevant even now under the demonetization related problems Naavi Bank Products based on DVIIS Digi real Cheque Use by

More information

Our Key Expertise. Web. Blockchain development. Applications. Mobile. Applications. Technical audit and troubleshooting. APIs & Integrations

Our Key Expertise. Web. Blockchain development. Applications. Mobile. Applications. Technical audit and troubleshooting. APIs & Integrations Who are we? StartupCraft is a Blockchain, Web and Mobile app development company focused on building products and solutions for startups of any caliber as well as for enterprise companies in any vertical

More information

Company Profile

Company Profile Company Profile 2018 www.domecsolutions.com DOMEC Who We Are We are a Collaborative FinTech Company, with Italian heart and multinational approach, that develops innovative technologies in Payments and

More information

WHITEPAPER. Revolutionary Blockchain Payment Solution

WHITEPAPER. Revolutionary Blockchain Payment Solution 2018 WHITEPAPER Revolutionary Blockchain Payment Solution TABLE OF CONTENTS DISCLAIMER CORE OBJECTIVE 1. INTRODUCTION 2. PROJECT BACKGROUND 2.1 Problem Description 2.2 Security Threats 2.3 Solution Kineticex

More information

CCPAY PROJECT. WHITEPAPER Version 3.

CCPAY PROJECT. WHITEPAPER Version 3. CCPAY PROJECT WHITEPAPER Version 3. 2 CCPAY preface The history of Crypto-currency began in 2009 when a programmer under the alias Satoshi Nakamoto released Bitcoin. Satoshi Nakamoto pointed out the government

More information

Payment Exchange. An introduction. 26-May-15. In Commercial Confidence

Payment Exchange. An introduction. 26-May-15. In Commercial Confidence Payment Exchange An introduction In Commercial Confidence 26-May-15 Topics Overview Functionality Components Deployment Page 2 Payment Exchange Introduction Kendra Payment Exchange (KPx) is an IT software

More information

Table of Contents. Overview. Objectives. Stats. Dear Reader,

Table of Contents. Overview. Objectives. Stats. Dear Reader, Press Kit 2018 Dear eader, Thank you for your interest in Nano. As one of the most innovative digital currencies, Nano aims to become a global currency with instantaneous transactions and zero fees over

More information

Oversight of payment instruments. The Banque de France s approach CONFERENCE. E-payments in Europe

Oversight of payment instruments. The Banque de France s approach CONFERENCE. E-payments in Europe E-payments in Europe Oversight of payment instruments The Banque de France s approach Carlos MARTIN Head of Division Payment Systems Department Non-cash Means of Payment Oversight Division Banque de France

More information

THE NEXT GENERATION CRYPTOCURRENCY REVOLUTION

THE NEXT GENERATION CRYPTOCURRENCY REVOLUTION 1. About Us "Anteros Coin" is a Digital Currency that will be Launched and Introduced in 2018. This currency is just as good as Fiat, But only Available in the Digital World. "Anteros coin" Describes how

More information

WHITE PAPER.

WHITE PAPER. WHITE PAPER 2017 www.artisturba.com info@artisturba.com Contents INTRODUCING ARTIS TURBA... 2 CRYPTOCURRENCY INDUSTRY OVERVIEW... 2 PROBLEMS FACING NEW AND EXISTING USERS OF THE CRYPTOCURRENCY MARKET...

More information

Payment Systems : Standardized QR Code in Thailand. Financial Technology Department Bank of Thailand

Payment Systems : Standardized QR Code in Thailand. Financial Technology Department Bank of Thailand Payment Systems : Standardized QR Code in Thailand Financial Technology Department Bank of Thailand 2 1. FinTech & Payment Development in Thailand 2. Using Sandbox to Drive Innovation : Standardized QR

More information

WE ARE PART OF THE GLOBAL PAYMENT REVOLUTION

WE ARE PART OF THE GLOBAL PAYMENT REVOLUTION WE ARE PART OF THE GLOBAL PAYMENT REVOLUTION Table of contents Page no. 1. What Is ClickGem? 2 2. Disadvantages Of Traditional Money Transaction Methods & The Breakthroughs Of ClickGem 3. Key Applications

More information

SHE Coin IS DIGITAL CASH

SHE Coin IS DIGITAL CASH WHITE PAPER The next generation of advanced solution for global money transaction A breakthrough digital solution related to money transaction. SHE Coin is a kind of digital cash that you can use to make

More information

FSMN: A Payment Gateway and Merchant Settlement Services for Instant, Secured Global Payments

FSMN: A Payment Gateway and Merchant Settlement Services for Instant, Secured Global Payments FSMN: A Payment Gateway and Merchant Settlement Services for Instant, Secured Global Payments Abstract FSMN is a cryptography-based digital coin and payment gateway introduced to the market in 2018 to

More information

OLYMPIC COIN IT CHANGES EVERYTHING

OLYMPIC COIN IT CHANGES EVERYTHING OLYMPIC COIN IT CHANGES EVERYTHING 1 Whitepaper Table of Contents Table of Contents...2 Introduction 3 Olympic Coin.4 POS/MN based cryptoccurency....4 Why Olympic Coin 4 Proof of Stake.5 Masternodes 5

More information

CRYPTOCURRENCY EXCHANGE

CRYPTOCURRENCY EXCHANGE CRYPTOCURRENCY EXCHANGE Major Challenges You Might Face, When You Plan to Develop You Own Decentralized Cryptocurrency Exchange Platform How To Choose The Right Development Team? Review Portfolios : Make

More information

My new Apple device will have a payment feature. How do I set it up?

My new Apple device will have a payment feature. How do I set it up? F S HOW IT WORKS: PPLE PY ND DIGITL CCOUNT NUMBERS My new pple device will have a payment feature. How do I set it up? Before making payment with your new pple Device you will need to follow a few simple

More information

BIONIC WHITEPAPER Copyrights 2018 BIONIC

BIONIC WHITEPAPER Copyrights 2018 BIONIC BIONIC INTRODUCTION WHAT IS CRYPTO CURRENCY ALL ABOUT BLOCKCHAIN SMART-CONTRACT WHY BLOCKCHAIN IT WAS ADOPTED FOR BIONIC? WHAT MAKES BIONIC UNIQUE BIONIC GOALS SALES PROCESS FOR BNC TOKENS TOKEN SALE TOKEN

More information

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Today the cloud is replacing on-premise or hosted enterprise workloads, one vertical at a time. ACME was started to introduce

More information

Posted: 1/30/2018 by Fidelity Viewpoints Learn how this digital currency works, plus some risks to consider

Posted: 1/30/2018 by Fidelity Viewpoints Learn how this digital currency works, plus some risks to consider Bitcoin Primer Posted: 1/30/2018 by Fidelity Viewpoints Learn how this digital currency works, plus some risks to consider Key Takeaways Digital currencies like Bitcoin have surged to the forefront of

More information

WHITEPAPER JUNE 2018

WHITEPAPER JUNE 2018 WHITEPAPER JUNE 2018 1 INTRODUCTION Bitcoin is a cryptocurrency that has emerged as a popular medium of exchange and is the first digital currency that has attracted a substantial number of users. Since

More information

BIONIC WHITEPAPER Copyrights 2018 BIONIC

BIONIC WHITEPAPER Copyrights 2018 BIONIC BIONIC INTRODUCTION WHAT IS CRYPTO CURRENCY ALL ABOUT BLOCKCHAIN SMART-CONTRACT WHY BLOCKCHAIN IT WAS ADOPTED FOR BIONIC? WHAT MAKES BIONIC UNIQUE BIONIC GOALS SALES PROCESS FOR BNC TOKENS TOKEN SALE TOKEN

More information

Universal Decentralized Asset Platform (UDAP)

Universal Decentralized Asset Platform (UDAP) Universal Decentralized Asset Platform (UDAP) UDAP Foundation UDAP, a Blockchain Middleware for Tokenizing Everything Summary With the fundamental layer one in the Ethereum ecosystem now established, blockchain

More information

Dear Merchants, RWD Transaction Panel. Cards introduction Beginning of cooperation with Elavon, joining PONIP, obtaining PCI DSS Level 1 certificate.

Dear Merchants, RWD Transaction Panel. Cards introduction Beginning of cooperation with Elavon, joining PONIP, obtaining PCI DSS Level 1 certificate. The way to pay Dear Merchants, When we started the company back in 2010, our main goal was to provide an appealing and effective alternative for payment systems previously existing on Polish market. Now

More information

Payment Services Directive 2 and other European Laws on Payments Systems Ayse Zoodsma-Sungur

Payment Services Directive 2 and other European Laws on Payments Systems Ayse Zoodsma-Sungur Payment Services Directive 2 and other European Laws on Payments Systems Ayse Zoodsma-Sungur Seventh Conference on Payment and Securities Settlement Systems, Ohrid 7-10 July 2014 Outline Regulation, yes

More information

X Infotech Government

X Infotech Government X Infotech Government Software solutions for identity documents WWW.X-INFOTECH.COM About X Infotech provides turnkey software solutions for issuance, management and verification of electronic identity

More information

BRIDGE INSURANCE SOFTWARE SUITE. Modern Approach For An Increasingly Complex Market

BRIDGE INSURANCE SOFTWARE SUITE. Modern Approach For An Increasingly Complex Market BRIDGE INSURANCE SOFTWARE SUITE Modern Approach For An Increasingly Complex Market The insurance industry has always been, and continues to be, increasingly complex. Today s insurers are navigating more

More information

IBM Payments Gateway. Simplify your payments acceptance with prebuilt, ready-to-deploy global payments solutions and services on the cloud

IBM Payments Gateway. Simplify your payments acceptance with prebuilt, ready-to-deploy global payments solutions and services on the cloud IBM Commerce IBM Payments Gateway Simplify your payments acceptance with prebuilt, ready-to-deploy global payments solutions and services on the cloud Highlights Deliver a consistent, secure shopping experience

More information

PAYMENTS CONFERENCE VICTORIA FALLS Sustaining Digital Payments

PAYMENTS CONFERENCE VICTORIA FALLS Sustaining Digital Payments PAYMENTS CONFERENCE VICTORIA FALLS 2018 Sustaining Digital Payments Our Role What we do Electronic transaction switching Clearing and settlement Risk management on behalf of participants Our Mandate We

More information

SIMPLE FUND 360: AN AUDITORS GUIDE. Australia s leading cloud SMSF admin solution AN AUDITORS GUIDE.

SIMPLE FUND 360: AN AUDITORS GUIDE. Australia s leading cloud SMSF admin solution AN AUDITORS GUIDE. Australia s leading cloud SMSF admin solution AN AUDITORS GUIDE www.bglcorp.com Prepared by BGL Corporate Solutions Pty Ltd March 2018 CONTENTS 1.0 Overview of BGL s Web Applications 2.0 Data Sources and

More information

Test Token Management

Test Token Management Technical Disclosure Commons Defensive Publications Series May 23, 2017 Test Token Management Rebecca Hughes Jose Damico Follow this and additional works at: http://www.tdcommons.org/dpubs_series Recommended

More information

IBM Payments Gateway

IBM Payments Gateway IBM Terms of Use SaaS Specific Offering Terms IBM Payments Gateway The Terms of Use ( ToU ) is composed of this IBM Terms of Use - SaaS Specific Offering Terms ( SaaS Specific Offering Terms ) and a document

More information