CN112015809A - Financial data management method, block chain network system and electronic equipment - Google Patents

Financial data management method, block chain network system and electronic equipment Download PDF

Info

Publication number
CN112015809A
CN112015809A CN202010676500.2A CN202010676500A CN112015809A CN 112015809 A CN112015809 A CN 112015809A CN 202010676500 A CN202010676500 A CN 202010676500A CN 112015809 A CN112015809 A CN 112015809A
Authority
CN
China
Prior art keywords
data
user
block
financial
node
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.)
Granted
Application number
CN202010676500.2A
Other languages
Chinese (zh)
Other versions
CN112015809B (en
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 Qilu Information Technology Co Ltd
Original Assignee
Beijing Qilu Information Technology 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 Qilu Information Technology Co Ltd filed Critical Beijing Qilu Information Technology Co Ltd
Priority to CN202010676500.2A priority Critical patent/CN112015809B/en
Publication of CN112015809A publication Critical patent/CN112015809A/en
Application granted granted Critical
Publication of CN112015809B publication Critical patent/CN112015809B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2291User-Defined Types; Storage management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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/2457Query processing with adaptation to user needs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention provides a financial data management method based on a block chain, which is applied to a block chain network, wherein the block chain network comprises a management node and a query node, and the financial data management method comprises the following steps: the management node acquires user data and stores the user data as block data to a block chain in an encrypted manner; the management node broadcasts the updated block data to all other nodes of the blockchain network; the query node acquires updated block data from the block chain network to update the local block chain, judges whether to accept a user in the updated block data according to the updated block data, calculates quotation information for the user for the accepted user, and sends the quotation information to the management node. The invention comprehensively manages the user data, the financial data and the like of each financial institution through the block chain technology, can more effectively manage the financial data and can improve the safety of the data.

Description

Financial data management method, block chain network system and electronic equipment
Technical Field
The present invention relates to the field of blockchain technologies, and in particular, to a method for managing financial data based on a blockchain, a blockchain network system, an electronic device, and a computer-readable medium.
Background
The blockchain technique, also known as distributed ledger technique, is essentially a decentralized distributed internet database. A network constructed using blockchain technology can be considered as a blockchain network, where the blockchain network includes a plurality of blockchain nodes, and any blockchain node can correspond to at least one blockchain, and any blockchain can include at least one block.
In the prior art, blockchain applications can be divided into two categories: public chains: all nodes can participate in consensus and competitive accounting rights. The public chain is directed to the public, and any individual or group can read and send the transaction, and the transaction can obtain the effective confirmation of the blockchain and participate in the consensus blockchain. And (6) disclosing data. The method is characterized in that: neutral, open, slow transaction speed, need of 'mining' or similar consensus methods, commonly used P2P network, high censorship resistance. And (3) a permission chain: only the allowed nodes can agree on, compete for billing rights and create blocks, including all non-public chains, such as private, federation, enterprise, etc. The data may or may not be disclosed. The private chain is a block chain with writing authority in an organization hand; a federation chain refers to a chain of blocks controlled by several people or organizations, corporations, governments. The characteristics of the permission chain are: the transaction speed is high, the whole network consensus of the mining class is not needed, and the transaction cost is low (the transaction only needs to be verified by a plurality of allowed nodes); can be examined and can occupy the mainstream of the commercial application field.
As an emerging technology, the block chain technology has two main problems: 1) "decentralized" of the core value of the blockchain requires as many blockchain nodes as possible to run the full data node, but as the amount of blockchain data increases, the time consumed by sharing data and consensus also increases, thereby causing storage burden to the block, and more nodes will not run the full data node. 2) Processing transactions on a chain, given the numerous blockchain nodes, tends to cause blockchain network congestion when there is a consensus demand. In addition, the method aims at the problems that data matching of the existing internet financial open platform is not accurate enough, users cannot obtain relatively accurate pricing, financial institutions cannot accurately screen target users, information islands of financial performance data exist and the like.
Thus, there is a need to provide a more efficient method of financial data management.
Disclosure of Invention
In order to solve the above problem, the present invention provides a financial data management method based on a blockchain, which is applied to a blockchain network, where the blockchain network includes a management node and a query node, and the financial data management method includes: the management node acquires user data and stores the user data as block data to a block chain in an encrypted manner; the management node broadcasts the updated block data to all other nodes of the blockchain network; the query node acquires updated block data from the block chain network to update the local block chain, judges whether to accept a user in the updated block data according to the updated block data, calculates quotation information for the user for the accepted user, and sends the quotation information to the management node.
Preferably, the user data comprises user attribute data, user financial data and user tag data; the management node acquiring the user data and storing the user data as the block data to the block chain in an encrypted manner includes: the management node acquires user attribute data and user financial data; and the management node generates user label data according to the user attribute data and the user financial data.
Preferably, the determining, by the query node, whether to accept the user in the block data according to the updated block data includes: and reading user tag data in the block data, and judging whether to accept the user in the block data according to the user tag data.
Preferably, the query node calculating offer information for the user comprises: for the accepted user, acquiring the user attribute data and user financial data; and calculating the quotation information for the user according to the acquired user attribute data and the user financial data.
Preferably, the querying node can obtain the user data in the updated block data only when obtaining the user authorization.
Preferably, the method further comprises: and the management node receives the quotation information sent by each inquiry node and provides the quotation information to the user according to the user request.
Preferably, the method further comprises: and the management node sequences the quotation information sent by each inquiry node and provides the quotation information to the user.
In addition, the present invention also provides a block chain network system, including a block chain network, where the block chain network system includes: the management node is used for acquiring user data, encrypting and storing the user data as block data to the block chain, and broadcasting the updated block data to all other nodes of the block chain network; and the query node is used for acquiring the updated block data from the block chain network to update the local block chain, judging whether to accept the user in the updated block data according to the updated block data, calculating the quotation information for the user for the accepted user, and sending the quotation information to the management node.
Preferably, the method further comprises the following steps: the user data comprises user attribute data, user financial data and user tag data; the management node is used for acquiring user attribute data and user financial data and generating user tag data according to the user attribute data and the user financial data.
Preferably, the query module is configured to read user tag data in the tile data, and determine whether to accept a user in the tile data according to the user tag data.
Preferably, the query module is further configured to: for the accepted user, acquiring the user attribute data and user financial data; and calculating the quotation information for the user according to the acquired user attribute data and the user financial data.
Preferably, the querying node can obtain the user data in the updated block data only when obtaining the user authorization.
Preferably, the management node receives the quotation information sent by each inquiry node, and provides the quotation information to the user according to the user request.
Preferably, the management node sorts the quotation information sent by each inquiry node and provides the quotation information to the user.
In addition, the present invention also provides an electronic device, wherein the electronic device includes: a processor; and a memory storing computer-executable instructions that, when executed, cause the processor to perform a financial data management method according to the present invention.
Further, the present invention provides a computer-readable storage medium, wherein the computer-readable storage medium stores one or more programs which, when executed by a processor, implement the financial data management method of the present invention.
Advantageous effects
Compared with the prior art, the financial data management method comprehensively manages the user data, the financial data and the like of each financial institution through the block chain technology, can more effectively manage the financial data, and can improve the safety of the data; each financial institution can more accurately screen the target user, acquire the user data of the target user, provide the quotation information corresponding to the user data, and the management institution integrates all the quotation information and participates in the bidding and ranking of the user product list, so that the user can select the optimal pricing financial institution.
Drawings
In order to make the technical problems solved by the present invention, the technical means adopted and the technical effects obtained more clear, the following will describe in detail the embodiments of the present invention with reference to the accompanying drawings. It should be noted, however, that the drawings described below are only illustrations of exemplary embodiments of the invention, from which other embodiments can be derived by those skilled in the art without inventive faculty.
FIG. 1 is a flow chart of an example of a blockchain-based financial data management method of the present invention.
Fig. 2 is a schematic diagram illustrating a blockchain network in the blockchain-based financial data management method to which the present invention is applied.
Fig. 3 is a schematic diagram illustrating data interaction in a blockchain-based financial data management method to which the present invention is applied.
FIG. 4 is a method flow diagram of another example of a blockchain-based financial data management method of the present invention.
Fig. 5 is a schematic block diagram of an example of the blockchain network system of the present invention.
Fig. 6 is a block diagram of an exemplary embodiment of an electronic device according to the present invention.
Fig. 7 is a block diagram of an exemplary embodiment of a computer-readable medium according to the present invention.
Detailed Description
Exemplary embodiments of the present invention will now be described more fully with reference to the accompanying drawings. The exemplary embodiments, however, may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. The same reference numerals denote the same or similar elements, components, or parts in the drawings, and thus their repetitive description will be omitted.
Features, structures, characteristics or other details described in a particular embodiment do not preclude the fact that the features, structures, characteristics or other details may be combined in a suitable manner in one or more other embodiments in accordance with the technical idea of the invention.
In describing particular embodiments, the present invention has been described with reference to features, structures, characteristics or other details that are within the purview of one skilled in the art to provide a thorough understanding of the embodiments. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific features, structures, characteristics, or other details.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
It will be understood that, although the terms first, second, third, etc. may be used herein to describe various elements, components, or sections, these terms should not be construed as limiting. These phrases are used to distinguish one from another. For example, a first device may also be referred to as a second device without departing from the spirit of the present invention.
The term "and/or" and/or "includes any and all combinations of one or more of the associated listed items.
The method aims to solve the problems that data matching of the existing internet financial open platform is not accurate enough, users cannot obtain relatively accurate pricing, financial institutions cannot accurately screen target users, information islands of financial performance data exist and the like.
In view of the above problems, the present invention is based on a blockchain technology, and utilizes anonymity of blockchains to solve the identity problem between individuals and institutions, and encrypts and stores personal authentication information or user attribute information, financial transactions and other related data on the blockchains to construct a blockchain network of multiple financial institutions, each financial institution can join a federation chain after user authorization, a management institution broadcasts the latest user tag data to all financial institutions in the federation chain in a broadcast manner, and each financial institution screens target users based on the user tag data after authorization and further obtains user data. Specifically, after user data is updated every time, user tag data is regenerated and broadcast to all alliance nodes, all financial institutions evaluate and screen target users by establishing AI models, relatively accurate pricing is given, and management institutions participate in bidding and ranking of target product lists, so that the users can select the financial institutions with optimal pricing.
In order that the objects, technical solutions and advantages of the present invention will become more apparent, the present invention will be further described in detail with reference to the accompanying drawings in conjunction with the following specific embodiments.
Example 1
An embodiment of a block chain-based financial data management method of the present invention is described below with reference to fig. 1 to 4.
FIG. 1 is a flow chart of an example of a blockchain-based financial data management method of the present invention.
As shown in fig. 1, a financial data management method includes the following steps.
Step S101, the management node acquires user data and stores the user data as block data to a block chain in an encrypted manner.
Step S102, the management node broadcasts the updated tile data to all other nodes of the blockchain network.
Step S103, the query node acquires updated tile data from the tile chain network to update the local tile chain, determines whether to accept a user in the updated tile data according to the updated tile data, calculates, for the accepted user, offer information for the user, and sends the offer information to the management node.
Fig. 2 is a block diagram of an example of an application scenario to which the blockchain-based financial data management method of the present invention is applied.
As shown in fig. 2, the financial data management method of the present invention is applied to a blockchain network, where the blockchain network is a P2P (Peer-to-Peer) network, the blockchain network includes a management node and a query node, and the blockchain is formed by orderly linking a plurality of data blocks. In this example, a plurality of financial institutions join the network by authorization and form a benefit-related federation with third-party authorities corresponding to the query node and the third-party authorities corresponding to the management node. The inventor of the invention improves the financial data management method based on the block chain technology, and concretely relates to the following steps.
First, in step S101, the management node acquires user data and stores the user data as tile data encrypted to the tile chain.
Specifically, a plurality of financial institutions federate with a management organization, and the management node acquires user data from each financial institution federated with the management organization and stores the user data as block data in a block chain in an encrypted manner.
In this example, the block chain is a federation chain and is formed by orderly linking a plurality of data blocks, each data block including user data, data recording information, and a timestamp.
In particular, the user data includes user attribute data, user financial data, and user tag data.
Further, the management node obtains user attribute data and user financial data, and the management node generates user tag data according to the user attribute data and the user financial data.
Next, in step S102, the management node broadcasts the updated tile data to all other nodes of the blockchain network.
In this example, after a management node or a query node creates a new data block, other nodes of the federation (i.e., all other nodes of the blockchain network) are notified in a broadcast manner, and data transmission and service implementation are performed directly between the nodes without intervention of an intermediate link or a centralized server (see fig. 3 in particular), so that various data are stored through the blockchain, and the security of the data can be ensured.
Preferably, the number of data updates is set within a predetermined time period, and the management node generates new block data each time the data is updated.
It should be noted that the above description is only given by way of example, and the present invention is not limited thereto.
Next, in step S103, the query node acquires updated tile data from the tile chain network to update the local tile chain, determines whether to accept a user in the updated tile data according to the updated tile data, calculates, for the accepted user, offer information for the user, and sends the offer information to the management node.
Specifically, upon or after receiving the broadcast notification, each financial institution obtains updated block data or the latest block data from the corresponding query node through authorization from the blockchain network.
In this example, each querying node may obtain user data in the updated block data only if user authorization is obtained.
Further, the query node judges whether to accept the user in the block data according to the user tag data in the updated block data.
In another example, as shown in fig. 4, the method of the present invention further includes a step S401 of determining whether the user is a target user of the financial institution (i.e., the step S103 is divided into two steps S103 and S401).
In step S401, the financial institution determines whether to accept the user in the block data, in other words, determines whether to be a target user of the financial institution, according to a preset determination rule and the read user tag data.
And under the condition that the user is the target user of the financial institution, receiving the user in the block data, and further acquiring user attribute data and user financial data in the block data.
Further, the query node is also used to calculate offer information for the user (i.e., the target user). Specifically, the financial institution calculates quote information for the user (i.e., the target user) based on the acquired user attribute data and the user financial data.
For example, the financial institution 1 judges that the user a is a target user of the institution, and calculates the offer information 1 for the target product a of the user a.
Similarly, the financial institutions 2 and 3 each determine that the user a is the target user, and calculate the offer information 2 and 3 for the target product a of the user a.
Further, the inquiry node 1, the inquiry node 2 and the inquiry node 3 receive quote information of the financial institutions 1, 2 and 3 for the target product a.
In this example, the target product a is referred to as a loan product. The quoted price information of the target product a refers to the loan interest rate, the loan amount and the like.
In this example, each query node sends the offer information for the target product a to the corresponding management node, and the management node accepts the offer information sent by each query node and provides the offer information list to the user a according to the user request.
Preferably, the management node sorts the quote information sent by each inquiry node and provides the sorted quote information to the user, in other words, the management node comprehensively manages all the quote information and participates in the bid ranking of the user product list so as to enable the user to select the optimal pricing financial institution.
Further, the rank of the offer information of the target product a is determined by calculation through a ranking model, for example, an FM algorithm model, a bilinear FFM, a DeepFFM model, a logistic regression, a gradient lifting tree (GBDT), and other algorithm models. The foregoing examples are provided for the purpose of illustration only and are not to be construed as limiting the present invention.
In addition, when the target user is not judged to be the financial institution, the user in the block data is not accepted, and further user data does not need to be acquired, so that the target user can be screened more effectively and more accurately.
In this embodiment, the target product is a loan product. The quotation information of the target product refers to the loan interest rate, the loan amount and the like. The present invention is not limited to the above description, which is given as an example and should not be construed as limiting the present invention.
It should be noted that, in other examples, the above step may also be split into two steps, for example, the step S103 is split into two steps (S103 and S401) or three steps. The foregoing is described by way of preferred examples only and is not to be construed as limiting the invention.
Compared with the prior art, the financial data management method comprehensively manages the user data, the financial data and the like of each financial institution through the block chain technology, can more effectively manage the financial data, and can improve the safety of the data; each financial institution can more accurately screen the target user, acquire the user data of the target user, provide the quotation information corresponding to the user data, and the management institution comprehensively manages all the quotation information and participates in the bidding and ranking of the user product list, so that the user can select the optimal pricing financial institution.
Those skilled in the art will appreciate that all or part of the steps to implement the above-described embodiments are implemented as programs (computer programs) executed by a computer data processing apparatus. When the computer program is executed, the method provided by the invention can be realized. Furthermore, the computer program may be stored in a computer readable storage medium, which may be a readable storage medium such as a magnetic disk, an optical disk, a ROM, a RAM, or a storage array composed of a plurality of storage media, such as a magnetic disk or a magnetic tape storage array. The storage medium is not limited to centralized storage, but may be distributed storage, such as cloud storage based on cloud computing.
Embodiments of the blockchain network system of the present invention are described below, which may be used to perform method embodiments of the present invention. Details described in the system embodiments of the invention should be considered supplementary to the above-described method embodiments; reference is made to the above-described method embodiments for details not disclosed in the system embodiments of the invention.
Example 2
Referring to fig. 5, the present invention further provides a blockchain network system, including a blockchain network, where the blockchain network system includes: the management node is used for acquiring user data, encrypting and storing the user data as block data to the block chain, and broadcasting the updated block data to all other nodes of the block chain network; and the query node is used for acquiring the updated block data from the block chain network to update the local block chain, judging whether to accept the user in the updated block data according to the updated block data, calculating the quotation information for the user for the accepted user, and sending the quotation information to the management node.
Preferably, the method further comprises the following steps: the user data comprises user attribute data, user financial data and user tag data; the management node is used for acquiring user attribute data and user financial data and generating user tag data according to the user attribute data and the user financial data.
Preferably, the query module is configured to read user tag data in the tile data, and determine whether to accept a user in the tile data according to the user tag data.
Preferably, the query module is further configured to: for the accepted user, acquiring the user attribute data and user financial data; and calculating the quotation information for the user according to the acquired user attribute data and the user financial data.
Preferably, the querying node can obtain the user data in the updated block data only when obtaining the user authorization.
Preferably, the management node receives the quotation information sent by each inquiry node, and provides the quotation information to the user according to the user request.
Preferably, the management node sorts the quotation information sent by each inquiry node and provides the quotation information to the user.
In embodiment 2, the same portions as those in embodiment 1 are not described.
Those skilled in the art will appreciate that the modules in the above-described system embodiments may be distributed in the system as described, and that corresponding variations may be made in one or more systems other than the above-described embodiments. The modules of the above embodiments may be combined into one module, or further split into multiple sub-modules.
Compared with the prior art, the block chain network system comprehensively manages the user data, the financial data and the like of each financial institution through the block chain technology, can more effectively manage the financial data, and can improve the safety of the data; each financial institution can more accurately screen the target user, acquire the user data of the target user, provide the quotation information corresponding to the user data, and the management institution comprehensively manages all the quotation information and participates in the bidding and ranking of the user product list, so that the user can select the optimal pricing financial institution.
Example 3
Embodiments of the electronic device of the present invention are described below, which may be considered as specific physical implementations of the above-described embodiments of the method and system of the present invention. Details described in the embodiments of the electronic device of the invention should be considered supplementary to the embodiments of the method or system described above; for details not disclosed in the embodiments of the electronic device of the invention, reference may be made to the above-described method or system embodiments.
Fig. 6 is a block diagram of an exemplary embodiment of an electronic device according to the present invention. An electronic apparatus 200 according to this embodiment of the present invention is described below with reference to fig. 6. The electronic device 200 shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 6, the electronic device 200 is embodied in the form of a general purpose computing device. The components of the electronic device 200 may include, but are not limited to: at least one processing unit 210, at least one memory unit 220, a bus 230 connecting different system components (including the memory unit 220 and the processing unit 210), a display unit 240, and the like.
Wherein the storage unit stores program code executable by the processing unit 210 to cause the processing unit 210 to perform steps according to various exemplary embodiments of the present invention described in the method section of the electronic device described above in this specification. For example, the processing unit 210 may perform the steps as shown in fig. 1.
The memory unit 220 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)2201 and/or a cache memory unit 2202, and may further include a read only memory unit (ROM) 2203.
The storage unit 220 may also include a program/utility 2204 having a set (at least one) of program modules 2205, such program modules 2205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 230 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 200 may also communicate with one or more external devices 300 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 200, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 200 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 250. Also, the electronic device 200 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 260. The network adapter 260 may communicate with other modules of the electronic device 200 via the bus 230. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 200, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments of the present invention described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention can be embodied in the form of a software product, which can be stored in a computer-readable storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to make a computing device (which can be a personal computer, a server, or a network device, etc.) execute the above-mentioned method according to the present invention. The computer program, when executed by a data processing apparatus, enables the computer readable medium to carry out the above-described methods of the invention.
As shown in fig. 7, the computer program may be stored on one or more computer readable media. The computer readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functionality of some or all of the components in embodiments in accordance with the invention may be implemented in practice using a general purpose data processing device such as a microprocessor or a Digital Signal Processor (DSP). The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
While the foregoing embodiments have described the objects, aspects and advantages of the present invention in further detail, it should be understood that the present invention is not inherently related to any particular computer, virtual machine or electronic device, and various general-purpose machines may be used to implement the present invention. The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects, all changes and equivalents that come within the spirit and scope of the invention.

Claims (10)

1. A financial data management method based on a block chain is applied to a block chain network, the block chain network comprises a management node and a query node, and the financial data management method comprises the following steps:
the management node acquires user data and stores the user data as block data to a block chain in an encrypted manner;
the management node broadcasts the updated block data to all other nodes of the blockchain network;
the query node acquires updated block data from the block chain network to update the local block chain, judges whether to accept a user in the updated block data according to the updated block data, calculates quotation information for the user for the accepted user, and sends the quotation information to the management node.
2. The financial data management method of claim 1, wherein:
the user data comprises user attribute data, user financial data and user tag data;
the management node acquiring the user data and storing the user data as the block data to the block chain in an encrypted manner includes:
the management node acquires user attribute data and user financial data;
and the management node generates user label data according to the user attribute data and the user financial data.
3. The financial data management method according to any one of claims 1 or 2,
the step of judging whether to accept the user in the block data by the query node according to the updated block data comprises the following steps:
and reading user tag data in the block data, and judging whether to accept the user in the block data according to the user tag data.
4. The financial data management method according to any one of claims 1 to 3,
the query node calculating offer information for the user comprises:
for the accepted user, acquiring the user attribute data and user financial data; and calculating the quotation information for the user according to the acquired user attribute data and the user financial data.
5. The financial data management method of any one of claims 1 to 4 wherein the enquiring node can only obtain user data in the updated block data if it obtains user authorization.
6. The financial data management method of any one of claims 1 to 5 further comprising:
and the management node receives the quotation information sent by each inquiry node and provides the quotation information to the user according to the user request.
7. The financial data management method of any one of claims 1 to 6 further comprising:
and the management node sequences the quotation information sent by each inquiry node and provides the quotation information to the user.
8. A blockchain network system comprising a blockchain network, the blockchain network system comprising:
the management node is used for acquiring user data, encrypting and storing the user data as block data to the block chain, and broadcasting the updated block data to all other nodes of the block chain network; and
and the query node is used for acquiring the updated block data from the block chain network to update the local block chain, judging whether to accept the user in the updated block data according to the updated block data, calculating the quotation information for the user for the accepted user, and sending the quotation information to the management node.
9. An electronic device, wherein the electronic device comprises:
a processor; and the number of the first and second groups,
a memory storing computer-executable instructions that, when executed, cause the processor to perform the financial data management method of any one of claims 1-7.
10. A computer-readable storage medium, wherein the computer-readable storage medium stores one or more programs which, when executed by a processor, implement the financial data management method of any one of claims 1-7.
CN202010676500.2A 2020-07-14 2020-07-14 Financial data management method, blockchain network system and electronic equipment Active CN112015809B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010676500.2A CN112015809B (en) 2020-07-14 2020-07-14 Financial data management method, blockchain network system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010676500.2A CN112015809B (en) 2020-07-14 2020-07-14 Financial data management method, blockchain network system and electronic equipment

Publications (2)

Publication Number Publication Date
CN112015809A true CN112015809A (en) 2020-12-01
CN112015809B CN112015809B (en) 2023-11-14

Family

ID=73498661

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010676500.2A Active CN112015809B (en) 2020-07-14 2020-07-14 Financial data management method, blockchain network system and electronic equipment

Country Status (1)

Country Link
CN (1) CN112015809B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113435860A (en) * 2021-07-13 2021-09-24 南京金盾公共安全技术研究院有限公司 Smart community management system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108734575A (en) * 2018-04-03 2018-11-02 平安科技(深圳)有限公司 Financing method, system based on block chain and storage medium
CN108876383A (en) * 2018-08-27 2018-11-23 广东工业大学 A kind of data trade method, device and equipment based on block chain
CN110349026A (en) * 2019-07-12 2019-10-18 贵州电网有限责任公司 Decentralized Autonomous energy internet power exchange and energy system based on block chain
CN110490723A (en) * 2018-05-15 2019-11-22 全球智能股份有限公司 Loan administration method and system under block chain
CN110825515A (en) * 2018-08-13 2020-02-21 上海诺亚投资管理有限公司 Decentralized financial data processing method and system based on block chain
WO2020082672A1 (en) * 2018-10-25 2020-04-30 深圳壹账通智能科技有限公司 Loan approval method and apparatus based on blockchain, non-volatile readable storage medium and electronic device
US20200160452A1 (en) * 2019-01-22 2020-05-21 Alibaba Group Holding Limited Blockchain-based service processing

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108734575A (en) * 2018-04-03 2018-11-02 平安科技(深圳)有限公司 Financing method, system based on block chain and storage medium
CN110490723A (en) * 2018-05-15 2019-11-22 全球智能股份有限公司 Loan administration method and system under block chain
CN110825515A (en) * 2018-08-13 2020-02-21 上海诺亚投资管理有限公司 Decentralized financial data processing method and system based on block chain
CN108876383A (en) * 2018-08-27 2018-11-23 广东工业大学 A kind of data trade method, device and equipment based on block chain
WO2020082672A1 (en) * 2018-10-25 2020-04-30 深圳壹账通智能科技有限公司 Loan approval method and apparatus based on blockchain, non-volatile readable storage medium and electronic device
US20200160452A1 (en) * 2019-01-22 2020-05-21 Alibaba Group Holding Limited Blockchain-based service processing
CN110349026A (en) * 2019-07-12 2019-10-18 贵州电网有限责任公司 Decentralized Autonomous energy internet power exchange and energy system based on block chain

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
康旭江;康旭天;: "区块链金融技术对银行业影响及其监管的探索", 河北企业, no. 05, pages 95 - 96 *
罗航, 成欢: "透视区块链技术在经济和金融领域的应用", 西华大学学报, no. 02, pages 66 - 70 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113435860A (en) * 2021-07-13 2021-09-24 南京金盾公共安全技术研究院有限公司 Smart community management system

Also Published As

Publication number Publication date
CN112015809B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
Beniiche A study of blockchain oracles
CN109447648B (en) Method, accounting node and medium for recording data blocks in a blockchain network
Pasdar et al. Connect API with blockchain: A survey on blockchain oracle implementation
US8046379B1 (en) System and method for access control and for supply chain management via a shared bill of material
JP2019511150A (en) System and method for controlling asset related activities via blockchain
Mukne et al. Land record management using hyperledger fabric and ipfs
Dorsala et al. Blockchain-based solutions for cloud computing: A survey
CN111641629B (en) Abnormal behavior detection method, device, equipment and storage medium
Angeles Blockchain-based healthcare: Three successful proof-of-concept pilots worth considering
Menges et al. DEALER: decentralized incentives for threat intelligence reporting and exchange
CN111245642A (en) Method and device for acquiring dependency relationship between multiple systems and electronic equipment
CN109377220B (en) Block chain-based media data transaction method and system and computer storage medium
Shi et al. Integration of blockchain and auction models: A survey, some applications, and challenges
CN112749827A (en) Financial information processing method, device, electronic equipment and storage medium
Sober et al. A blockchain-based IoT data marketplace
Anthony Jr Deployment of distributed ledger and decentralized technology for transition to smart industries
Zeiselmair et al. Analysis and Application of Verifiable Computation Techniques in Blockchain Systems for the Energy Sector
Zuo Tokenizing renewable energy certificates (recs)—a blockchain approach for rec issuance and trading
US20200364709A1 (en) Networked Computer System for Multi-Party Payment Distribution and Pricing
Mahmoud et al. Enhancing blockchain-based ride-sharing services using ipfs
CN112015809B (en) Financial data management method, blockchain network system and electronic equipment
Sridevi et al. Incorporating blockchain for semantic web service selection (SWSS) method
CN110321218A (en) A method of based on point to point network system solution MIXED INTEGER program
KR102283635B1 (en) System for mediating transaction of digital copyright by sharing transaction information among multiple nodes
Yuan Legal model construction approach of big data transaction management in the digital information perspective

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant