跳到主要內容

簡易檢索 / 詳目顯示

研究生: 蔡明哲
Tsai, Ming-Jhe
論文名稱: 基於區塊鏈的投資數據共享平台:以台灣股市為例
Blockchain Based Investment Data Sharing Platform: Take Taiwan Stock Market As An Example
指導教授: 陳恭
Chen, Kung
口試委員: 陳恭
Chen, Kung
廖峻鋒
Liao, Chun-Feng
陸敬互
Lu, Ching-Hu
學位類別: 碩士
Master
系所名稱: 理學院 - 資訊科學系碩士在職專班
Excutive Master Program of Computer Science
論文出版年: 2021
畢業學年度: 109
語文別: 中文
論文頁數: 61
中文關鍵詞: 區塊鏈智能合約eToro
外文關鍵詞: Blockchain, Smart Contract, eToro
DOI URL: http://doi.org/10.6814/NCCU202100193
相關次數: 點閱:490下載:2
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 近年來興起了一個投資平台eToro,其中最著名的是該平台「明星投資者」制度,若能成為官方聘用的明星投資者,官方每月會支付報酬獎金; 對一般投資者來說,該平台使您可查看參考投資高手的投資組合,學習到他人的投資邏輯、想法。本研究受eToro啟發,針對台灣股票市場,發展一個分散式投資數據共享平台。
    目前在台灣,一般投資人是透過各別的證券公司開戶買賣股票,若每家證券業者都提供各自的「明星投資者」制度,會有以下問題,(1)投資高手的策略與想法就只能被同一家券商的投資人看到。若想要被其他券商的投資人看到,就必須到該券商開戶,再花時間一步一步的建立自己的投資成績單。(2)同樣的,對一般投資者而言,也只能看到同家券商的投資高手的策略與想法。因此本研究提出一個基於區塊鏈技術的投資數據共享平台,使「明星投資者」的投資數據,可以在有適當隱私保護下,於不同券商間共享,實現「明星投資者」制度。
    本研究採用基於以太坊平台所發展的,具有私有交易達到隱私保護的企業區塊鏈平台Quorum,在各券商之間建立一個聯盟鏈,使一方面透過公開的交易讓各券商間的資訊同步作業,分享每位登記成為明星投資者的投資績效統計數據;另一方面則透過私有交易在指定券商間分享其投資股票庫存。在資訊共享與隱私保護之間,取得平衡。


    In recent years, an investment platform eToro has emerged, the most famous of which is the "Popular Investor" system of the platform. If you can become a Popular Investor officially, the eToro platform will pay you a monthly bonus. For investors, this platform allows you to view the investment portfolio of those Popular Investors, and learn the investment logic and ideas of them. Inspired by eToro, this research aims to develop a decentralized investment data sharing platform for the Taiwan stock market.
    At present, in Taiwan, Investors buy and sell stocks through separate securities companies opening accounts. If each securities company provides its own "Popular Investor" system, the following problems will arise. (1) The strategies and ideas of Popular Investors can be seen by investors from the same securities company. If you want to be seen by investors from other securities company, you must open an account with that securities company and take time to build your own investment performance step by step. (2) Similarly, for investors, they can only see the strategies and ideas of Popular Investors from the same securities company. Therefore, this research proposes an investment data sharing platform based on blockchain technology, such that the investment data of Popular Investors can be shared among different securities companies under proper privacy protection, and realize the idea of Popular Investor system.
    This research uses Quorum, an enterprise blockchain platform derived from the Ethereum platform that has private transactions to achieve privacy protection, to establish a consortium chain between securities companies, so that, the designated information between securities companies can be synchronized through public transactions. namely the investment performance statistics of each registered Popular Investor. On the other hand, we leverage the private transactions of Quorum to share the stock inventory of Popular Investors among designated securities company through private transactions, thus striking a balance between information sharing and privacy protection.

    第1章 緒論 1
    1.1 研究背景與動機 1
    1.2 研究方法與目的 2
    1.3 研究限制 3
    1.4 研究貢獻 3
    1.5 研究架構 3
    第2章 相關研究與技術背景 4
    2.1 區塊鏈 4
    2.2 智能合約 6
    2.3 Quorum 6
    第3章 系統架構與設計 8
    3.1 系統架構設計概要 8
    3.2 平台角色介紹 9
    3.3 系統架構設計 10
    3.4 使用案例圖 11
    3.4.1 註冊以太坊帳戶調用函式 12
    3.4.2 分享證券帳號: 12
    3.4.3 更新分享證券帳號訂閱金額 13
    3.4.4 取消分享證券帳號 13
    3.4.5 上傳證券帳號投資績效統計數據: 13
    3.4.6 訂閱證券帳號: 17
    3.4.7 上傳證券帳號股票庫存: 17
    3.5 利益分配制度 18
    3.6 稽核制度 19
    3.7 智能合約設計 20
    3.7.1 註冊以太坊帳戶調用函式 20
    3.7.2 分享證券帳號 20
    3.7.3 更新分享證券帳號訂閱金額 22
    3.7.4 取消分享證券帳號 23
    3.7.5 上傳證券帳號投資績效統計數據 24
    3.7.6 訂閱證券帳號 26
    3.7.7 上傳證券帳號股票庫存 28
    3.8 資料庫設計 29
    3.8.1 分享證券帳號資料表 29
    3.8.2 證券帳號投資績效統計數據資料表 33
    3.8.3 訂閱證券帳號資料表 35
    3.8.4 證券帳號股票庫存資料表 37
    3.9 流程設計 39
    3.9.1 分享證券帳號 39
    3.9.2 更新分享證券帳號訂閱金額 40
    3.9.3 取消分享證券帳號 41
    3.9.4 上傳證券帳號投資績效統計數據 42
    3.9.5 訂閱證券帳號 43
    3.9.6 上傳證券帳號股票庫存 45
    第4章 系統實作 46
    4.1 分享證券帳號 47
    4.2 更新分享證券帳號訂閱金額 49
    4.3 取消分享證券帳號 50
    4.4 上傳證券帳號投資績效統計數據 51
    4.5 訂閱證券帳號 53
    4.6 上傳證券帳號股票庫存 55
    第5章 結論與未來研究方向 58
    5.1 結論 58
    5.2 未來研究方向 59
    參考文獻 60

    [1] 台灣證交所市場交易月報https://www.twse.com.tw/zh/statistics/statisticsList?type=02&subType=199
    [2] eToro https://www.etoro.com/zh-tw/
    [3] Quorum https://github.com/ConsenSys/quorum
    [4] docker https://www.docker.com/
    [5] Remix IDE https://remix.ethereum.org/
    [6] quorum-example https://github.com/ConsenSys/quorum-examples#running-with-docker
    [7] S. Nakamoto. (2008). Bitcoin: A Peer-to-Peer Electronic Cash System.
    [Online]. Available: https://bitcoin.org/bitcoin.pdf
    [8] Gavin Wood. Ethereum: A secure decentralised generalised transaction
    ledger. Ethereum Project Yellow Paper, 151, 2014.
    [9] Vitalik Buterin. Ethereum: A next-generation smart contract and
    decentralized application platform. https://github.com/ethereum/wiki/
    wiki/White-Paper, 2014. Accessed: 2016-08-22.
    [10] Nick Szabo. Smart Contracts: Building Blocks for Digital Markets https://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/LOTwinterschool2006/szabo.best.vwh.net/smart_contracts_2.html
    [11] Istanbul Byzantine Fault Tolerance https://github.com/ethereum/EIPs/issues/650
    [12] 台灣票據交換所 https://www.twnch.org.tw/eACH.html#ACH-4
    [13] Raft https://raft.github.io/
    [14] Practical Byzantine Fault Tolerance http://pmg.csail.mit.edu/papers/osdi99.pdf
    [15] 陳恭博士,(2017)。區塊鏈革命 – 迎向產業新契機。
    [16] 臺灣集中保管結算所 https://www.tdcc.com.tw/portal/zh

    QR CODE
    :::