+

WO2018176966A1 - Procédé et appareil de traitement de données financières d'après une chaîne de blocs, et dispositif électronique - Google Patents

Procédé et appareil de traitement de données financières d'après une chaîne de blocs, et dispositif électronique Download PDF

Info

Publication number
WO2018176966A1
WO2018176966A1 PCT/CN2017/120385 CN2017120385W WO2018176966A1 WO 2018176966 A1 WO2018176966 A1 WO 2018176966A1 CN 2017120385 W CN2017120385 W CN 2017120385W WO 2018176966 A1 WO2018176966 A1 WO 2018176966A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
financial
block
financial data
asset
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2017/120385
Other languages
English (en)
Chinese (zh)
Inventor
郝延山
谢锦生
龙旻明
张晴
杜衡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Financial Technology Holding Co Ltd
Original Assignee
Beijing Jingdong Financial Technology Holding Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Financial Technology Holding Co Ltd filed Critical Beijing Jingdong Financial Technology Holding Co Ltd
Publication of WO2018176966A1 publication Critical patent/WO2018176966A1/fr
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2358Change logging, detection, and notification
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes

Definitions

  • the present invention relates to the field of financial data information processing, and in particular to a method and apparatus for processing financial data based on a blockchain, and an electronic device and a computer readable medium.
  • Asset-backed securities refers to financial activities in which securities are issued on the basis of standardized product design for credit enhancement, supported by stable cash flows generated by the underlying assets in the future. Since the asset securitization business has been in the market since 2014, the market has grown rapidly and has reached a stock scale of nearly 2 trillion. The asset-based securitization business can fully optimize the financial institution's asset structure, reduce the financial market system risk, release the financial institution's loan scale, increase its capital adequacy ratio, and bring great benefits in improving the financial institution's profit model and accelerating its business transformation. s help.
  • Blockchain technology is a new type of decentralization protocol that can securely store transaction data, unforgeable and falsified information, and automate smart contracts without any centralization agency review. It combines all market participants to maintain a set of transaction book data, grasp and verify the contents of the books in real time, jointly maintain the authenticity and integrity of the books, improve the transparency and accountability of the asset securitization system, and effectively avoid financial fraud. phenomenon. This "decentralized” and “de-trust” mechanism, in a far-reaching sense, reduces the cost of credit in the global trading chain.
  • the structure of financial data cannot be unified and stable, and has complex and varied business characteristics.
  • the business logic that can be carried by the blockchain needs to be relatively stable. Otherwise, it is difficult to ensure that the technical characteristics of the blockchain technology itself can be exerted.
  • all the business data and the blockchain itself are exchanged by executing the relevant code logic built in the node; in the case of coping with the financial asset data, there is no relevant special treatment; Financial asset information data fields are complex, and operate according to the respective business needs in combination with the blockchain; once the business needs change, it is easy to generate pre-deployed chain code changes; and the blockchain chain code does not currently have the technical conditions for frequent changes. Because this will make the data format on the chain lose continuity, which will make the data difficult to trace, and eventually lose the relevant advantages of the blockchain certificate data.
  • the present invention provides a method and apparatus for processing financial data based on a blockchain, and an electronic device and a computer readable medium, which can alleviate the conflict between the financial data change and the block chain execution operation.
  • a method for processing financial data based on a blockchain comprising: receiving and verifying financial data; performing hash processing on the verified financial data to generate a financial data ID; The financial data generates financial status data; the financial data, the financial status data, and the financial data ID are encapsulated to generate block data and block height.
  • the method further includes: returning the financial data ID, the block data, and the block height to the sender.
  • the method further includes: performing block code deployment on the block data.
  • performing block code deployment on the block data includes: performing block code deployment of the block data in the link chain.
  • the method further includes: acquiring a change request, where the change request includes: the financial data ID and the second data; verifying the financial data ID; and after the financial data ID passes the verification, passing the financial data ID Obtaining block data; and performing a change operation on the block data by the second data, and changing the block height corresponding to the block data.
  • the method further includes: acquiring asset key data and asset state data through the financial data; determining whether the asset key data and the asset state data have a binding relationship; and if the asset key data and the asset state data If there is a binding relationship, the asset key data and asset status data are updated.
  • the method further includes: determining whether the asset key data and the asset state data satisfy a predetermined relationship; and returning the error prompt information if the asset key data and the asset state data do not satisfy the predetermined relationship.
  • the method further includes: returning the changed block data and the changed block height to the sender.
  • the method further includes: performing chain code deployment on the changed block data.
  • the method further includes: acquiring a query request including: a financial data ID, a block height; acquiring financial data by a financial data ID and a block height; and returning the financial data to the requesting party .
  • obtaining financial data by the financial data ID and the block height includes: determining whether the block height is empty; and if the block height is empty, acquiring the maximum block height corresponding to Financial data.
  • an apparatus for processing financial data based on a blockchain comprising: a receiving module for receiving and verifying financial data; and a hashing module for verifying the financial
  • the data is hashed to generate a financial data ID; the data module is configured to generate financial state data according to the financial data; and a packaging module is configured to encapsulate the financial data, the financial state data, and the financial data ID to generate the block data and the block height.
  • the method further includes: a requesting module, configured to acquire a change request, where the change request includes: a financial data ID and a second data; a verification module, configured to verify the financial data ID; and a query module And configured to acquire the block data by using the financial data ID after the financial data ID passes the verification; and the change module, configured to perform the change operation on the block data by using the second data, and change the block height corresponding to the block data.
  • a requesting module configured to acquire a change request, where the change request includes: a financial data ID and a second data
  • a verification module configured to verify the financial data ID
  • a query module And configured to acquire the block data by using the financial data ID after the financial data ID passes the verification
  • the change module configured to perform the change operation on the block data by using the second data, and change the block height corresponding to the block data.
  • a processor comprising: a processor; a memory storing instructions for the processor to control operations as above.
  • a computer readable medium having stored thereon a computer program, the program being executed by a processor to implement the method of the first aspect of the above embodiments.
  • the blockchain-based method, apparatus, and electronic device for processing financial data according to the present invention can alleviate conflicts between financial data variability and blockchain execution operations.
  • FIG. 1 is a flowchart of a method for processing financial data based on a blockchain, according to an exemplary embodiment.
  • FIG. 2 is a flow chart of a method for processing financial data based on a blockchain, according to another exemplary embodiment.
  • FIG. 3 is a block diagram of an apparatus for processing financial data based on a blockchain, according to an exemplary embodiment.
  • FIG. 4 is a block diagram of an apparatus for processing financial data based on a blockchain, according to another exemplary embodiment.
  • FIG. 5 is a schematic diagram of a system for processing financial data based on a blockchain, according to another exemplary embodiment.
  • FIG. 6 is a block diagram of an electronic device, according to another exemplary embodiment.
  • FIG. 1 is a flowchart of a method for processing financial data based on a blockchain, according to an exemplary embodiment.
  • Financial data For example, personal credit data is the lending company's corporate assets for lending companies; its data includes loan data sheets, repayment plans, overdue statistics, and lender information. Verify the financial data. Data verification is a check value calculated for the original data by a specified algorithm to ensure the integrity of the data. The receiver uses the same algorithm to calculate the check value once. If the check value is the same as the data provided, the data is complete.
  • the verified financial data is hashed to generate a financial data ID.
  • Hash processing is the input of any length (also called pre-map), which is transformed into a fixed-length output by a hashing algorithm.
  • the output is a hash value.
  • This conversion is a compression map, that is, the space of the hash value is usually much smaller than the input space, and different inputs may be hashed to the same output, so it is impossible to uniquely determine the input value from the hash value.
  • it is a function that compresses messages of any length into a fixed-length message digest. All hash functions have one of the following basic characteristics: If the two hash values are not the same (according to the same function), the original input of the two hash values is also different. This property is a deterministic result of the hash function.
  • the financial asset data generates an ID value corresponding to the word financial data.
  • financial status data is generated based on the financial data.
  • the asset status data is generated based on the financial data.
  • the financial status data includes several data fields of the asset key data.
  • the financial data, the financial status data, and the financial data ID are encapsulated to generate block data and block height.
  • the financial asset data and the related information mentioned above may be packaged into transactions to generate block data. It is also possible, for example, to call the chain code for the winding operation and to record the height of the generated block.
  • the block height refers to the number of blocks between a block and the first block. The initial block height may be, for example, 0, and the subsequently generated block heights are sequentially incremented.
  • the conflict between the financial data change and the block chain execution operation can be alleviated by the financial data check processing and the unified encapsulation processing.
  • the method further includes: returning the financial data ID, the block data, and the block height to a sender.
  • the method further includes: performing the chain code deployment on the block data.
  • the performing the chain code deployment on the block data comprises: performing the block data deployment of the block data in a federation chain.
  • the blockchain is essentially a collective term for several technical solutions, including peer-to-peer peer-to-peer network transport protocols, cryptographic encryption algorithms, distributed consensus mechanisms, and Nash equilibrium game design. Based on the combination of these technologies, a reliable database of decentralization and trust can be realized, and an algorithmic proof mechanism is used to ensure traceable traceability of information recorded on the chain, which cannot be forged and cannot be tampered with.
  • the alliance blockchain refers to the blockchain whose consensus process is controlled by pre-selected nodes; for example, imagine a community of 15 financial institutions, each of which runs a node, and in order to make each block effective Obtained confirmation from 10 of them (2/3 confirmation).
  • the blockchain may allow everyone to read, or be restricted to participants, or take a hybrid route, such as the root hash of the block and its API (application programming interface), the API allows the outside world to be used Make a limited number of queries and get information about the status of the blockchain.
  • API application programming interface
  • These blockchains can be thought of as "partial decentralization.”
  • the alliance chain adopts a multi-center approach, and the participant nodes are also set in advance and confirmed by a consensus mechanism. In the alliance chain, different from the public chain, you can set and control permissions, and have higher applicability and scalability.
  • multiple verification points are deployed, for example, four verification nodes, an asset side, a fund side, and a money channel side each have a private key, and each verification node
  • a distributed set of ledger databases is deployed locally (or in the cloud).
  • Each transaction in the blockchain management system requires all nodes to reach a consensus before they can be chained.
  • the blockchain-based method for processing financial data by deploying the financial data in the chain code of the alliance chain, the cost and time of reading and writing in different places can be greatly reduced, and a simpler and more efficient consensus service can be provided. At the same time, inherit the advantages of decentralization and reduce the pressure of monopoly.
  • FIG. 2 is a flow chart of a method for processing financial data based on a blockchain, according to another exemplary embodiment.
  • a change request is acquired, and the change request includes a financial data ID and second data.
  • the financial data ID and the second data that need to be changed are acquired, and the second data may be, for example, data to be changed.
  • the financial data ID is verified. Verify the accuracy of the financial data ID.
  • the block data is acquired by the financial data ID.
  • the block data corresponding to the financial data ID is obtained by the financial data ID, and the block data is the block data already stored in the system as described above.
  • the block data includes related financial asset data, financial status data and other related data corresponding to the financial data ID.
  • the block data is changed by the second data, and the block height corresponding to the block data is changed.
  • the corresponding block height information is changed.
  • the block height refers to the number of blocks between a block and the original first block.
  • the initial block height may be, for example, 0, and the subsequently generated block heights are sequentially incremented.
  • the height of the block after the change is increased by one or the value of the original block, and the present invention is not limited thereto.
  • the method further includes: acquiring asset key data and asset state data through the financial data; determining whether the asset key data and the asset state data have a binding relationship; and if the asset key data If there is a binding relationship with the asset status data, the asset key data and asset status data are updated.
  • the method further includes: determining whether the asset key data and the asset state data satisfy a predetermined relationship; and returning an error prompt if the asset key data and asset state data do not satisfy a predetermined relationship information. Submitting the financial asset data corresponding to the asset ID; and updating the state corresponding to the financial asset data and the asset key data as needed; the asset key data and the asset state may be, for example, strongly bound or not; if there is a strong binding relationship And the state after the change does not satisfy the relationship, and an error response message is returned.
  • the method further includes: returning the changed block data and the changed block height to the sender.
  • the method further includes: performing the chain code deployment on the changed block data.
  • the method further includes: acquiring a query request, where the query request includes: a financial data ID, a block height; acquiring the financial data by using the financial data ID and the block height And returning the financial data to the requesting party.
  • the obtaining the financial data by the financial data ID and the block height comprises: determining whether the block height is empty; and if the block If the height is empty, the financial data corresponding to the maximum block height is obtained. The data is queried according to the financial asset ID and the block height. If the block height is not specified, the largest (latest) block information corresponding to the financial asset data ID is returned.
  • FIG. 3 is a block diagram of an apparatus for processing financial data based on a blockchain, according to an exemplary embodiment.
  • the receiving module 302 is configured to receive and verify financial data.
  • the hash module 304 is configured to perform hash processing on the verified financial data to generate a financial data ID.
  • the data module 306 is configured to generate financial status data based on the financial data.
  • the encapsulation module 308 is configured to encapsulate the financial data, the financial status data, and the financial data ID to generate block data and block height.
  • the conflict between the financial data change and the block chain execution operation can be alleviated by the financial data check processing and the unified encapsulation processing.
  • FIG. 4 is a block diagram of an apparatus for processing financial data based on a blockchain, according to another exemplary embodiment.
  • the requesting module 402 is configured to acquire a change request, where the change request includes: a financial data ID and a second data.
  • the verification module 404 is configured to verify the financial data ID.
  • the query module 406 is configured to acquire the block data by using the financial data ID after the financial data ID passes the verification.
  • the change module 408 is configured to perform a change operation on the block data by using the second data, and change a block height corresponding to the block data.
  • FIG. 5 is a schematic diagram of a system for processing financial data based on a blockchain, according to another exemplary embodiment.
  • the above device may be, for example, a unified interface device in a financial system. After the financial asset information is processed by the unified interface device, it enters the system and is processed by a subsequent process.
  • the unified interface device can realize the following functions: publishing asset data: mainly used for the financial asset issuer to first release the financial asset and exchange the asset ID information with the device; the asset ID is generated according to the asset related information, and the hash operation is performed; The financial asset data information is then edited into the asset data field, and the asset ID, asset status, and asset data of the asset are added. After that, the financial asset data is packaged into a transaction, the chain code is called for the chain operation, and the generated area is recorded. The height of the block is returned to the financial asset issuer;
  • Change asset data mainly used to change the financial asset related data information after the financial assets are released; at this time, the financial asset issuer needs to send the financial asset data with the asset ID to the device; after the device verifies the asset ID, the financial asset data is changed and generated. New asset status; then package the financial asset data into a transaction, call the chain code to perform the uplink operation, and record the height of the generated block to return to the financial asset issuer;
  • Querying asset data mainly used by financial asset issuers to retrieve asset information that has been released to the blockchain; the retrieval process is to provide the financial asset ID of the required query to the device, and the block height corresponding to the financial asset, ie It can return the related asset data of the corresponding asset ID in the transaction under the block corresponding to the block height; if the corresponding block height is ignored when querying the asset data, the latest financial asset will be returned.
  • the device for processing financial data based on the blockchain according to the present invention can be compatible with the diversity of financial asset data in the front end, ensure the stability of the chain code in the back end, and refine and process the financial asset data to generate uniform stability.
  • Blockchain interactive interface
  • FIG. 6 is a block diagram of an electronic device, according to another exemplary embodiment.
  • the electronic device 60 can include a processor 610, a memory 620, a transmitter 630, and a receiver 640.
  • Memory 620 can store instructions for processor 710 to control operational processing.
  • Memory 620 can include volatile or non-volatile memory such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable programmable read only memory (EPROM), Programming read only memory (PROM), read only memory (ROM), etc., the invention is not limited thereto.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM erasable programmable read only memory
  • PROM Programming read only memory
  • ROM read only memory
  • Processor 610 can invoke instructions stored in memory 620 to control related operations.
  • the memory 620 stores instructions for the processor 610 to: receive and verify financial data; hash the verified financial data to generate a financial data ID; generate, according to the financial data Financial status data; the financial data, the financial status data, and the financial data ID are packaged to generate block data and block height. It is easy to understand that the memory 620 can also store instructions for the processor 610 to control other operations in accordance with embodiments of the present invention, and details are not described herein.
  • the present application further provides a computer readable medium, which may be included in an electronic device described in the above embodiments, or may be separately present without being assembled into the electronic device.
  • the computer readable medium carries one or more programs that, when executed by one of the electronic devices, cause the electronic device to implement the method of FIGS. 1 and 2 in the above embodiments.
  • modules may be distributed in the device according to the description of the embodiments, or may be correspondingly changed in one or more devices different from the embodiment.
  • the modules of the above embodiments may be combined into one module, or may be further split into multiple sub-modules.
  • the exemplary embodiments described herein may be implemented by software, or may be implemented by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.) or on a network.
  • a non-volatile storage medium which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.
  • a number of instructions are included to cause a computing device (which may be a personal computer, server, mobile terminal, or network device, etc.) to perform a method in accordance with an embodiment of the present invention.
  • the blockchain-based method for processing financial data of the present invention can alleviate the conflict between the financial data change and the block chain execution operation through the financial data check processing and the unified encapsulation processing.
  • the method for processing financial data based on the blockchain of the present invention can greatly reduce the cost and time of reading and writing in different places by deploying the financial data in the chain code of the alliance chain, thereby providing simpler and more efficient.
  • Higher consensus services while inheriting the advantages of decentralization, reducing the pressure of monopoly.
  • the apparatus for processing financial data based on the blockchain of the present invention can be compatible with the diversity of financial asset data, the back end ensures the stability of the deployed chain code, and the processing and preprocessing of the financial asset data is performed.
  • a unified and stable blockchain interaction interface is generated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • Computer Security & Cryptography (AREA)
  • Economics (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • General Business, Economics & Management (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

L'invention concerne un procédé et un appareil permettant de traiter des données financières d'après une chaîne de blocs, ainsi qu'un dispositif électronique. Le procédé consiste à : recevoir et vérifier des données financières ; effectuer un traitement de hachage sur les données financières vérifiées afin de générer un ID de données financières ; générer des données d'état financier en fonction des données financières ; et encapsuler les données financières, les données d'état financier et l'ID de données financières pour générer des données de bloc ainsi qu'une hauteur de bloc. Le procédé et l'appareil permettant de traiter des données financières d'après la chaîne de blocs et le dispositif électronique permettent de résoudre le conflit entre la variabilité de données financières et l'unité d'exécution d'une chaîne de blocs.
PCT/CN2017/120385 2017-03-31 2017-12-30 Procédé et appareil de traitement de données financières d'après une chaîne de blocs, et dispositif électronique Ceased WO2018176966A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710207746.3 2017-03-31
CN201710207746.3A CN106991165B (zh) 2017-03-31 2017-03-31 基于区块链的处理金融数据的方法、装置及电子设备

Publications (1)

Publication Number Publication Date
WO2018176966A1 true WO2018176966A1 (fr) 2018-10-04

Family

ID=59414683

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/120385 Ceased WO2018176966A1 (fr) 2017-03-31 2017-12-30 Procédé et appareil de traitement de données financières d'après une chaîne de blocs, et dispositif électronique

Country Status (2)

Country Link
CN (1) CN106991165B (fr)
WO (1) WO2018176966A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11792022B2 (en) 2020-02-21 2023-10-17 International Business Machines Corporation Resolution of conflicting data
US12175462B2 (en) 2020-02-21 2024-12-24 International Business Machines Corporation Resolution of conflicting data

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106991165B (zh) * 2017-03-31 2020-07-31 京东数字科技控股有限公司 基于区块链的处理金融数据的方法、装置及电子设备
CN107423426B (zh) * 2017-08-02 2020-06-02 众安信息技术服务有限公司 一种区块链块数据的数据归档方法及电子设备
CN107391735A (zh) * 2017-08-04 2017-11-24 北京明朝万达科技股份有限公司 基于区块链的业务数据溯源方法、装置、系统和存储设备
CN107507001A (zh) * 2017-08-11 2017-12-22 杭州秘猿科技有限公司 一种基于许可链的数据订正方法
CN107566357B (zh) * 2017-08-25 2018-11-16 厦门益协作网络科技有限公司 一种基于分区认证技术的互联网交易信息数据存储方法
CN107659410A (zh) * 2017-08-30 2018-02-02 湖南众享政联科技有限公司 基于区块链防篡改公文传输和存储方法
CN107592318A (zh) * 2017-09-22 2018-01-16 深圳中迈数字医疗技术有限公司 一种通过区块链实现临床数据共享的方法及系统
CN107845032A (zh) * 2017-10-24 2018-03-27 深圳四方精创资讯股份有限公司 基于区块链的资产抵押方法及其系统
CN108009646B (zh) * 2017-11-30 2021-11-12 深圳市轱辘车联数据技术有限公司 车辆数据处理方法及服务器
CN107944887A (zh) * 2017-12-14 2018-04-20 法信公证云(厦门)科技有限公司 一种基于区块链的民间借贷风险预控方法
CN108197505B (zh) * 2017-12-29 2020-07-17 泰康保险集团股份有限公司 区块链业务数据处理方法、装置及电子设备
CN108256354B (zh) * 2018-01-29 2022-02-22 张天 一种基于试验数据的存储方法及存储介质
CN108650223A (zh) * 2018-04-02 2018-10-12 江苏中控安芯信息安全技术有限公司 一种网络设备点对点可信认证方法及系统
CN108734575A (zh) * 2018-04-03 2018-11-02 平安科技(深圳)有限公司 基于区块链的融资方法、系统及存储介质
CN108829436A (zh) * 2018-06-15 2018-11-16 北京京东尚科信息技术有限公司 热修复方法、装置、系统、电子设备及计算机可读介质
CN109102285B (zh) * 2018-07-30 2022-05-10 上海淳麒金融信息服务有限公司 基于区块链双链结构的供应链金融实现方法及其控制系统
CN108965468B (zh) * 2018-08-16 2021-04-30 北京京东尚科信息技术有限公司 区块链网络服务平台及其链码安装方法、存储介质
CN109359084A (zh) * 2018-08-27 2019-02-19 深圳壹账通智能科技有限公司 区块链信息处理中异常诊断方法、装置、设备及存储介质
CN109299335A (zh) * 2018-08-31 2019-02-01 阿里巴巴集团控股有限公司 数据存储的控制方法、装置、服务器及可读存储介质
CN109474676A (zh) * 2018-10-18 2019-03-15 尚维斯 一种任意节点都可形成联盟链或私链的区块链
CN109493048B (zh) * 2018-11-19 2020-12-29 金蝶软件(中国)有限公司 基于区块链的财务记账方法、装置、设备及存储介质
CN110035108B (zh) * 2018-12-26 2022-01-28 创新先进技术有限公司 一种信息推送方法及系统
CN109766390A (zh) * 2019-01-16 2019-05-17 杭州趣链科技有限公司 一种基于区块链的防篡改机构证书系统
CN110009347B (zh) * 2019-03-20 2024-05-24 深圳前海微众银行股份有限公司 一种区块链交易信息审计的方法及装置
CN110096505B (zh) * 2019-03-31 2021-05-11 杭州复杂美科技有限公司 一种数据存储方法和系统、设备及存储介质
CN110289862B (zh) * 2019-06-20 2023-04-28 成都有据量化科技有限公司 金融数据的压缩和解压方法、装置以及存储介质
CN111555888B (zh) * 2020-04-27 2022-10-21 中国银行股份有限公司 一种基于区块链的数据交互方法及装置
CN115348044B (zh) * 2021-05-12 2024-11-22 京东科技控股股份有限公司 Abs业务系统的业务处理方法、设备及存储介质
CN113411307A (zh) * 2021-05-17 2021-09-17 深圳希施玛数据科技有限公司 一种数据传输方法、装置及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106230808A (zh) * 2016-07-28 2016-12-14 杭州云象网络技术有限公司 一种基于区块链技术的个人征信系统建设方法
WO2016204461A1 (fr) * 2015-06-18 2016-12-22 (주)코인플러그 Système et procédé de vérification de certificat d'institution financière basé sur la technologie de chaîne de blocs
CN106534317A (zh) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 一种基于区块链技术的灾备云存储系统构建方法
CN106991165A (zh) * 2017-03-31 2017-07-28 北京京东金融科技控股有限公司 基于区块链的处理金融数据的方法、装置及电子设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105976232B (zh) * 2016-06-24 2020-04-28 深圳前海微众银行股份有限公司 资产交易方法和装置
CN106250721A (zh) * 2016-07-28 2016-12-21 杭州云象网络技术有限公司 一种基于区块链的电子版权保护方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016204461A1 (fr) * 2015-06-18 2016-12-22 (주)코인플러그 Système et procédé de vérification de certificat d'institution financière basé sur la technologie de chaîne de blocs
CN106230808A (zh) * 2016-07-28 2016-12-14 杭州云象网络技术有限公司 一种基于区块链技术的个人征信系统建设方法
CN106534317A (zh) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 一种基于区块链技术的灾备云存储系统构建方法
CN106991165A (zh) * 2017-03-31 2017-07-28 北京京东金融科技控股有限公司 基于区块链的处理金融数据的方法、装置及电子设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11792022B2 (en) 2020-02-21 2023-10-17 International Business Machines Corporation Resolution of conflicting data
US12175462B2 (en) 2020-02-21 2024-12-24 International Business Machines Corporation Resolution of conflicting data

Also Published As

Publication number Publication date
CN106991165B (zh) 2020-07-31
CN106991165A (zh) 2017-07-28

Similar Documents

Publication Publication Date Title
WO2018176966A1 (fr) Procédé et appareil de traitement de données financières d'après une chaîne de blocs, et dispositif électronique
Sunyaev Distributed ledger technology
US11893626B2 (en) Method for creating commodity assets from unrefined commodity reserves utilizing blockchain and distributed ledger technology
JP7292365B2 (ja) ブロックチェーンからのデータのセキュアな抽出のための暗号方法及びシステム
WO2018176965A1 (fr) Procédé et appareil de traitement de données financières basés sur une chaîne de blocs et dispositif électronique
TWI727292B (zh) 區塊鏈交易方法及裝置、電子設備
WO2018176964A1 (fr) Procédé et appareil de partage de données financières, et dispositif électronique
CN113554516B (zh) 一种基于区块链的违约资产处理方法、装置及电子设备
CN113836227B (zh) 一种基于区块链的资产申购方法、装置及电子设备
EP3540662A1 (fr) Procédé mis en uvre par ordinateur pour la gestion et la provenance de chaîne d'approvisionnement dans un réseau de traitement de données
WO2021042818A1 (fr) Procédé et appareil de d'interrogation d'actif à base de chaîne de blocs et dispositif électronique
WO2020119294A1 (fr) Procédé, appareil et système de partage de données, et dispositif électronique
CN109598147B (zh) 基于区块链的数据处理方法及装置、电子设备
CN110189122B (zh) 为区块链上的数据锚定时间的方法及装置、电子设备
CN110930152B (zh) 一种基于区块链的数据处理方法及相关设备
CN109766375A (zh) 用于加密保护的分布式数据管理的以数据库为中心的计算机网络系统和计算机实现的方法
US20220309479A1 (en) Computer System and Method for Programmatic Collateralization Services
TW202021308A (zh) 基於多個區塊鏈網路的資料存證方法及系統
WO2020108054A1 (fr) Procédé et système de stockage et d'attestation de données reposant sur de multiples réseaux de chaînes de blocs
CN113657877B (zh) 基于区块链的资产管理方法、系统及装置
US12182077B1 (en) Distributed ledger regulatory auditing system and method
CN110223170A (zh) 基于联盟链的证券型通证的发行方法及系统
CN117436962A (zh) 电子票据的生成方法、装置、计算机设备以及存储介质
CN116015609A (zh) 业务记录存储方法、装置、计算机设备和存储介质
CN115859374A (zh) 基于区块链的数据存证方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17904103

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17904103

Country of ref document: EP

Kind code of ref document: A1

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载