CN111752662A - Bank transaction interface display method and device - Google Patents

Bank transaction interface display method and device Download PDF

Info

Publication number
CN111752662A
CN111752662A CN202010599250.7A CN202010599250A CN111752662A CN 111752662 A CN111752662 A CN 111752662A CN 202010599250 A CN202010599250 A CN 202010599250A CN 111752662 A CN111752662 A CN 111752662A
Authority
CN
China
Prior art keywords
transaction
customer
information
screening
customer information
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
CN202010599250.7A
Other languages
Chinese (zh)
Other versions
CN111752662B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010599250.7A priority Critical patent/CN111752662B/en
Publication of CN111752662A publication Critical patent/CN111752662A/en
Application granted granted Critical
Publication of CN111752662B publication Critical patent/CN111752662B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses a bank transaction interface display method and a bank transaction interface display device, wherein the method comprises the following steps: obtaining login information of a current client; determining a first customer information set and a second customer information set according to the login information of the current customer; extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab; extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card; and displaying a bank transaction interface according to the first transaction option and the second transaction option. The invention can display the bank transaction interface, reduce the interface information redundancy and improve the use convenience.

Description

Bank transaction interface display method and device
Technical Field
The invention relates to the technical field of bank transaction interfaces, in particular to a bank transaction interface display method and device.
Background
In the current intelligent counter, transaction option cards are manually classified into different interfaces, so the designed transaction interface is not friendly, has very large information redundancy and is not beneficial to customers to use.
Disclosure of Invention
The embodiment of the invention provides a bank transaction interface display method, which is used for displaying a bank transaction interface, reducing interface information redundancy and improving use convenience and comprises the following steps:
obtaining login information of a current client;
determining a first customer information set and a second customer information set according to the login information of the current customer;
extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab;
extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card;
and displaying a bank transaction interface according to the first transaction option and the second transaction option.
The embodiment of the invention provides a bank transaction interface display device, which is used for displaying a bank transaction interface, reducing interface information redundancy and improving use convenience, and comprises the following components:
the information acquisition module is used for acquiring the login information of the current client;
the set determining module is used for determining a first customer information set and a second customer information set according to the login information of the current customer;
the first screening module is used for extracting a first historical transaction type corresponding to a first customer information set, and screening the transaction option cards in the database according to the first historical transaction type to obtain a first transaction option card;
the second screening module is used for extracting a second historical transaction type corresponding to a second customer information set, and screening the transaction option cards in the database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain second transaction option cards;
and the interface display module is used for displaying a bank transaction interface according to the first transaction option card and the second transaction option card.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can be run on the processor, wherein the processor realizes the bank transaction interface display method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the bank transaction interface display method.
The embodiment of the invention obtains the login information of the current client; determining a first customer information set and a second customer information set according to the login information of the current customer; extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab; extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card; and displaying a bank transaction interface according to the first transaction option and the second transaction option. The embodiment of the invention does not need to display all transaction tabs when the bank transaction interface is displayed, only needs to determine the first customer information set and the second customer information set according to the login information of the current customer, extracting corresponding first and second historical transaction types, and then respectively screening the transaction tabs in the database twice, that is, the first transaction tab is obtained by screening according to the first historical transaction type, and the second transaction tab is obtained by screening according to the second historical transaction type, the login information of the current customer and the transaction mapping relation established in advance are screened to obtain a second transaction option, the screened transaction option is more in line with the customer requirements, and then, bank transaction interface display is carried out according to the first transaction option card and the second transaction option card obtained after screening, so that interface information redundancy is effectively reduced, and the use convenience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic diagram of a method for displaying a bank transaction interface according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a method for determining a first customer information set and a second customer information set according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a first method for determining a set of customer information according to an embodiment of the present invention;
fig. 4 is a diagram illustrating a second method for determining a set of customer information according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating the screening of transaction tabs in a database according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating the screening of transaction tabs in a database according to an embodiment of the present invention;
fig. 7 is a structural diagram of a bank transaction interface display device according to an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present invention are provided to explain the present invention, but not to limit the present invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are used in an open-ended fashion, i.e., to mean including, but not limited to. Reference to the description of the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is for illustrative purposes to illustrate the implementation of the present application, and the sequence of steps is not limited and can be adjusted as needed.
As mentioned above, in the current intelligent counter, transaction option cards are manually classified into different interfaces, so that the designed transaction interface is not friendly, has very large information redundancy and is not beneficial to use by customers.
In order to display a bank transaction interface, reduce interface information redundancy, and improve use convenience, an embodiment of the present invention provides a bank transaction interface display method, as shown in fig. 1, the method may include:
step 101, obtaining the login information of the current client.
In one embodiment, the current client login information may include: the client name, the client account information and the client number are any one or any combination.
And 102, determining a first customer information set and a second customer information set according to the login information of the current customer.
In specific implementation, after the login information of the current client is obtained, the first client information set and the second client information set are determined according to the login information of the current client. The data recorded in the database by bank staff can be directly obtained according to the login information of the current customer.
In one embodiment, as shown in fig. 2, determining the first customer information set and the second customer information set according to the login information of the current customer includes: according to the login information of the current client, extracting the company member information or the transaction account list of the current client from a database, and according to the company member information or the transaction account list, determining a first client information set; and extracting the family member information of the current client from a database according to the login information of the current client, and determining a second client information set according to the family member information.
In this embodiment, after obtaining the login information of the current client, the company member information or the transaction account list of the current client is extracted from the database according to the login information of the current client, and the first client information set may be determined according to the company member information or the transaction account list. The inventor has found that the behavior of the customers has similarity, and the similarity in behavior can be a large percentage of the same transactions that the customers do in a certain time, such as more than 80%. For example, a company may issue payroll within each employee's bank card for a certain amount of time, thereby creating behavioral similarities between coworkers. Therefore, in this embodiment, the company member information or the transaction account list of the current client may be extracted from the database according to the login information of the current client, where the transaction account list may be an output account list when the company pays a wage to the employee with the public account, so that the first client information set, that is, the client information set whose behavior has similarity, may be determined.
In this embodiment, after obtaining the login information of the current client, the family member information of the current client is extracted from the database according to the login information of the current client, and the second client information set may be determined according to the family member information. The inventor finds that the client behaviors have relevance, the relevance in behavior is used for expressing that the clients in the relevant client set are a whole, and the interests and behaviors of the clients are consistent and can be regarded as one client. For example, the family members often perform transaction operations such as money transfer, and the family members have behavioral relevance. Therefore, in this embodiment, the family member information of the current client can be extracted from the database according to the login information of the current client, so that the second client information set, that is, the client information set with the associated behavior, can be determined.
In one embodiment, as shown in fig. 3, determining the first client information set according to the login information of the current client further includes: after the first customer information set is determined, obtaining a transaction list of a current customer and a transaction list corresponding to each piece of customer information in the first customer information set within a preset time range; comparing the transaction list of the current customer with the transaction list corresponding to each piece of customer information in the first customer information set; and screening the customer information in the first customer information set according to the comparison result.
In this embodiment, after the first customer information set is determined, the transaction list of the current customer and the transaction list corresponding to each piece of customer information in the first customer information set within the preset time range may also be obtained, and further screening is performed. Specifically, the transaction list of the current customer is compared with the transaction list corresponding to each piece of customer information in the first customer information set, and if the transaction lists have the same transaction behavior within a preset time range, for example, financing is purchased within a week after wage is completed, the customer information in the first customer set is screened out.
In one embodiment, as shown in fig. 4, determining the second client information set according to the login information of the current client further includes: after determining the second set of customer information, obtaining customer behavior data, the customer behavior data comprising: transaction amount data and transaction amount data; comparing the transaction amount data with a first preset value to obtain a first comparison result; comparing the transaction amount data with a second preset value to obtain a second comparison result; and screening the customer information in the second customer information set according to the first comparison result and the second comparison result.
In this embodiment, after determining the second customer information set, customer behavior data may also be obtained, where the customer behavior data includes: transaction amount data and transaction amount data. The transaction amount data may be a transfer amount. And comparing the transaction amount data with a first preset value to obtain a first comparison result, comparing the transaction amount data with a second preset value to obtain a second comparison result, and screening the customer information in the second customer information set according to the first comparison result and the second comparison result. Specifically, if the transaction amount data is greater than a first preset value and the transaction amount data is greater than a second preset value, the first customer set extracted from the data satisfies the relevance in behavior. The first and second preset values may be obtained from data of transactions between members of the group of customers having behavioral relevance, and in this example, the first and second preset values may be obtained from data sets transferred between members of the family, such as averaging statistics.
Step 103, extracting a first historical transaction type corresponding to the first customer information set, and screening transaction tabs in the database according to the first historical transaction type to obtain a first transaction tab.
In specific implementation, after the first customer information set is determined, the first historical transaction type corresponding to the first customer information set can be extracted, that is, which transactions have been conducted by customers with similar behaviors to the customers are determined, and the transaction tabs in the database are screened according to the first historical transaction type to obtain the first transaction tab, so that the transaction tabs which are more in line with the customer requirements can be screened.
In one embodiment, as shown in fig. 5, the filtering of the transaction tabs in the database according to the first historical transaction type includes: determining the number of transaction transacted clients and/or the proportion of the transaction transacted clients according to the first historical transaction type; comparing the number of the transaction transacted clients and/or the proportion of the transaction transacted clients with a third preset value to obtain a third comparison result; and screening the transaction option cards in the database according to the third comparison result.
In this embodiment, after the first historical transaction type is extracted, the number of transaction transacted clients and/or the proportion of transaction transacted clients transacting each transaction type in the first client information set are determined, then the number of transaction transacted clients and/or the proportion of transaction transacted clients are compared with a third preset value to obtain a third comparison result, and then the transaction option cards in the database are screened according to the third comparison result. Specifically, for a first client information set of a certain client, if a service is handled by using a related account within a certain time range, and the number of service-handling clients and/or the proportion of service-handling clients of the service exceeds a third preset value, an interface corresponding to the service is displayed to the client, or the interface is displayed to a front position. The related account number may be a payroll account number. The preset value may be preset according to historical transaction data, for example, when the historical transaction data shows that more than 50% of the clients in the second client set have credit card overdraft withdrawal behaviors, the preset value corresponding to the proportion of the clients transacting the business may be set to 50%.
And 104, extracting a second historical transaction type corresponding to a second customer information set, and screening the transaction option cards in the database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card.
In specific implementation, after the second customer information set is determined, the second historical transaction type corresponding to the second customer information set is extracted, that is, which transactions have been performed by the customers having relevance to the customer behavior are determined, and then the transaction option cards in the database are screened according to the second historical transaction type, the login information of the current customer and the transaction mapping relationship established in advance to obtain the second transaction option cards.
In one embodiment, as shown in fig. 6, the screening the transaction tabs in the database according to the second historical transaction type, the login information of the current customer and the pre-established transaction mapping relationship includes: screening the second historical transaction type according to the login information of the current client; and screening the transaction option cards in the database according to the screened transaction types and a transaction mapping relation established in advance, wherein the transaction mapping relation is established in advance according to historical transaction data.
In this embodiment, the second historical transaction type is all transaction types performed by the customer having a correlation with the customer behavior, and the second historical transaction type is first screened according to the login information of the current customer, and the transaction type performed with the current customer is screened from all transaction types performed by the second customer information set. Transaction mapping relations among transaction types can be established in advance in the database according to historical transaction data, and the transaction mapping relations can reflect the time sequence of transactions, such as transfer before balance inquiry or withdrawal. Therefore, the transaction option cards in the database are screened according to the screened transaction types and the pre-established transaction mapping relation.
In this embodiment, the transaction tabs in the database may be sorted according to the historical transaction data, for example, the transaction tabs may be in a time sequence, after the second historical transaction type is screened according to the login information of the current customer, a preset number of transaction tabs are selected from the sorted transaction tabs, for example, if the preset number is 1, one transaction tab after the current transaction may be selected. And then, displaying a bank transaction interface according to the selected transaction option card. If the customer has made transaction a within a preset time frame (e.g., one day ago), the customer should be presented with a button for the transaction tab associated with transaction a. For example, when the transaction is performed, the husband transfers money to an account of the wife or the son, and the transaction option after the transfer is found after the transaction option in the database is sequenced, the transaction option after the transfer can be a balance inquiry transaction or a withdrawal transaction, so that the balance inquiry transaction option and/or the withdrawal transaction option can be displayed according to a preset amount when the transaction is displayed.
And 105, displaying a bank transaction interface according to the first transaction option and the second transaction option.
In specific implementation, after the first transaction option and the second transaction option are determined, the bank transaction interface display can be performed according to the first transaction option and the second transaction option, and all transaction options do not need to be displayed.
Therefore, the embodiment of the invention obtains the login information of the current client; determining a first customer information set and a second customer information set according to the login information of the current customer; extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab; extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card; and displaying a bank transaction interface according to the first transaction option and the second transaction option. The embodiment of the invention does not need to display all transaction tabs when the bank transaction interface is displayed, only needs to determine the first customer information set and the second customer information set according to the login information of the current customer, extracting corresponding first and second historical transaction types, and then respectively screening the transaction tabs in the database twice, that is, the first transaction tab is obtained by screening according to the first historical transaction type, and the second transaction tab is obtained by screening according to the second historical transaction type, the login information of the current customer and the transaction mapping relation established in advance are screened to obtain a second transaction option, the screened transaction option is more in line with the customer requirements, and then, bank transaction interface display is carried out according to the first transaction option card and the second transaction option card obtained after screening, so that interface information redundancy is effectively reduced, and the use convenience is improved. The embodiment of the invention can find the internal relation among the transactions, and classify the transactions through the relation, so that the transaction option cards with certain similar rules are displayed in the same interface, and when the intelligent counter is used, the information obtained by customers is concentrated, thereby realizing the effective screening of the transaction option cards, reducing the interface information redundancy and improving the use convenience.
Based on the same inventive concept, the embodiment of the invention also provides a bank transaction interface display device, as described in the following embodiments. Because the principles for solving the problems are similar to the method for displaying the bank transaction interface, the implementation of the device can be referred to the implementation of the method, and repeated details are not repeated.
Fig. 7 is a structural diagram of a bank transaction interface display device in an embodiment of the present invention, as shown in fig. 7, the device includes:
an information obtaining module 701, configured to obtain login information of a current client;
a set determining module 702, configured to determine a first customer information set and a second customer information set according to the login information of the current customer;
the first screening module 703 is configured to extract a first historical transaction type corresponding to the first customer information set, and screen the transaction tabs in the database according to the first historical transaction type to obtain a first transaction tab;
a second screening module 704, configured to extract a second historical transaction type corresponding to a second customer information set, and screen the transaction tabs in the database according to the second historical transaction type, the login information of the current customer, and a transaction mapping relationship established in advance, so as to obtain a second transaction tab;
the interface display module 705 is configured to display a bank transaction interface according to the first transaction tab and the second transaction tab.
In one embodiment, the set determination module 702 is further configured to:
according to the login information of the current client, extracting the company member information or the transaction account list of the current client from a database, and according to the company member information or the transaction account list, determining a first client information set;
and extracting the family member information of the current client from a database according to the login information of the current client, and determining a second client information set according to the family member information.
In one embodiment, the set determination module 702 is further configured to:
after the first customer information set is determined, obtaining a transaction list of a current customer and a transaction list corresponding to each piece of customer information in the first customer information set within a preset time range;
comparing the transaction list of the current customer with the transaction list corresponding to each piece of customer information in the first customer information set;
and screening the customer information in the first customer information set according to the comparison result.
In one embodiment, the set determination module 702 is further configured to:
after determining the second set of customer information, obtaining customer behavior data, the customer behavior data comprising: transaction amount data and transaction amount data;
comparing the transaction amount data with a first preset value to obtain a first comparison result;
comparing the transaction amount data with a second preset value to obtain a second comparison result;
and screening the customer information in the second customer information set according to the first comparison result and the second comparison result.
In one embodiment, the first screening module 703 is further configured to:
determining the number of transaction transacted clients and/or the proportion of the transaction transacted clients according to the first historical transaction type;
comparing the number of the transaction transacted clients and/or the proportion of the transaction transacted clients with a third preset value to obtain a third comparison result;
and screening the transaction option cards in the database according to the third comparison result.
In one embodiment, the second filtering module 704 is further configured to:
screening the second historical transaction type according to the login information of the current client;
and screening the transaction option cards in the database according to the screened transaction types and a transaction mapping relation established in advance, wherein the transaction mapping relation is established in advance according to historical transaction data.
In summary, in the embodiments of the present invention, the login information of the current client is obtained; determining a first customer information set and a second customer information set according to the login information of the current customer; extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab; extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card; and displaying a bank transaction interface according to the first transaction option and the second transaction option. The embodiment of the invention does not need to display all transaction tabs when the bank transaction interface is displayed, only needs to determine the first customer information set and the second customer information set according to the login information of the current customer, extracting corresponding first and second historical transaction types, and then respectively screening the transaction tabs in the database twice, that is, the first transaction tab is obtained by screening according to the first historical transaction type, and the second transaction tab is obtained by screening according to the second historical transaction type, the login information of the current customer and the transaction mapping relation established in advance are screened to obtain a second transaction option, the screened transaction option is more in line with the customer requirements, and then, bank transaction interface display is carried out according to the first transaction option card and the second transaction option card obtained after screening, so that interface information redundancy is effectively reduced, and the use convenience is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (14)

1. A bank transaction interface display method is characterized by comprising the following steps:
obtaining login information of a current client;
determining a first customer information set and a second customer information set according to the login information of the current customer;
extracting a first historical transaction type corresponding to a first customer information set, and screening transaction tabs in a database according to the first historical transaction type to obtain a first transaction tab;
extracting a second historical transaction type corresponding to a second customer information set, and screening transaction option cards in a database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain a second transaction option card;
and displaying a bank transaction interface according to the first transaction option and the second transaction option.
2. The method for displaying a banking transaction interface as claimed in claim 1, wherein determining the first set of customer information and the second set of customer information based on the login information of the current customer comprises:
according to the login information of the current client, extracting the company member information or the transaction account list of the current client from a database, and according to the company member information or the transaction account list, determining a first client information set;
and extracting the family member information of the current client from a database according to the login information of the current client, and determining a second client information set according to the family member information.
3. The method for displaying a banking transaction interface as claimed in claim 2, wherein determining a first set of customer information based on login information of said current customer further comprises:
after the first customer information set is determined, obtaining a transaction list of a current customer and a transaction list corresponding to each piece of customer information in the first customer information set within a preset time range;
comparing the transaction list of the current customer with the transaction list corresponding to each piece of customer information in the first customer information set;
and screening the customer information in the first customer information set according to the comparison result.
4. The method for displaying a banking transaction interface as claimed in claim 2, wherein determining a second set of customer information based on login information of said current customer further comprises:
after determining the second set of customer information, obtaining customer behavior data, the customer behavior data comprising: transaction amount data and transaction amount data;
comparing the transaction amount data with a first preset value to obtain a first comparison result;
comparing the transaction amount data with a second preset value to obtain a second comparison result;
and screening the customer information in the second customer information set according to the first comparison result and the second comparison result.
5. The method for presenting a banking transaction interface as claimed in claim 1, wherein screening transaction tabs in a database according to said first historical transaction type comprises:
determining the number of transaction transacted clients and/or the proportion of the transaction transacted clients according to the first historical transaction type;
comparing the number of the transaction transacted clients and/or the proportion of the transaction transacted clients with a third preset value to obtain a third comparison result;
and screening the transaction option cards in the database according to the third comparison result.
6. The method for displaying a banking transaction interface as claimed in claim 1, wherein screening transaction tabs in a database according to the second historical transaction type, the current customer's login information and a pre-established transaction mapping relationship comprises:
screening the second historical transaction type according to the login information of the current client;
and screening the transaction option cards in the database according to the screened transaction types and a transaction mapping relation established in advance, wherein the transaction mapping relation is established in advance according to historical transaction data.
7. A banking transaction interface display device, comprising:
the information acquisition module is used for acquiring the login information of the current client;
the set determining module is used for determining a first customer information set and a second customer information set according to the login information of the current customer;
the first screening module is used for extracting a first historical transaction type corresponding to a first customer information set, and screening the transaction option cards in the database according to the first historical transaction type to obtain a first transaction option card;
the second screening module is used for extracting a second historical transaction type corresponding to a second customer information set, and screening the transaction option cards in the database according to the second historical transaction type, the login information of the current customer and a transaction mapping relation established in advance to obtain second transaction option cards;
and the interface display module is used for displaying a bank transaction interface according to the first transaction option card and the second transaction option card.
8. The banking transaction interface presentation device of claim 7, wherein the set determination module is further to:
according to the login information of the current client, extracting the company member information or the transaction account list of the current client from a database, and according to the company member information or the transaction account list, determining a first client information set;
and extracting the family member information of the current client from a database according to the login information of the current client, and determining a second client information set according to the family member information.
9. The banking transaction interface presentation device of claim 8, wherein the set determination module is further to:
after the first customer information set is determined, obtaining a transaction list of a current customer and a transaction list corresponding to each piece of customer information in the first customer information set within a preset time range;
comparing the transaction list of the current customer with the transaction list corresponding to each piece of customer information in the first customer information set;
and screening the customer information in the first customer information set according to the comparison result.
10. The banking transaction interface presentation device of claim 8, wherein the set determination module is further to:
after determining the second set of customer information, obtaining customer behavior data, the customer behavior data comprising: transaction amount data and transaction amount data;
comparing the transaction amount data with a first preset value to obtain a first comparison result;
comparing the transaction amount data with a second preset value to obtain a second comparison result;
and screening the customer information in the second customer information set according to the first comparison result and the second comparison result.
11. The banking transaction interface display device of claim 7, wherein the first screening module is further to:
determining the number of transaction transacted clients and/or the proportion of the transaction transacted clients according to the first historical transaction type;
comparing the number of the transaction transacted clients and/or the proportion of the transaction transacted clients with a third preset value to obtain a third comparison result;
and screening the transaction option cards in the database according to the third comparison result.
12. The banking transaction interface display device of claim 7, wherein the second screening module is further to:
screening the second historical transaction type according to the login information of the current client;
and screening the transaction option cards in the database according to the screened transaction types and a transaction mapping relation established in advance, wherein the transaction mapping relation is established in advance according to historical transaction data.
13. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 6 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 6.
CN202010599250.7A 2020-06-28 2020-06-28 Bank transaction interface display method and device Active CN111752662B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010599250.7A CN111752662B (en) 2020-06-28 2020-06-28 Bank transaction interface display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010599250.7A CN111752662B (en) 2020-06-28 2020-06-28 Bank transaction interface display method and device

Publications (2)

Publication Number Publication Date
CN111752662A true CN111752662A (en) 2020-10-09
CN111752662B CN111752662B (en) 2024-02-23

Family

ID=72676895

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010599250.7A Active CN111752662B (en) 2020-06-28 2020-06-28 Bank transaction interface display method and device

Country Status (1)

Country Link
CN (1) CN111752662B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035882A (en) * 2021-11-26 2022-02-11 中国银行股份有限公司 Method and system for setting management end front end interface based on cluster analysis

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109447622A (en) * 2018-09-30 2019-03-08 中国银行股份有限公司 Type of transaction recommended method and system, intelligent Trade terminal
CN109766142A (en) * 2019-01-04 2019-05-17 中国银行股份有限公司 Customized user interfacial process, self-help terminal equipment, server and storage medium
CN110246002A (en) * 2019-04-25 2019-09-17 深圳壹账通智能科技有限公司 Method for pushing, device and the computer equipment of financing recommendation information
CN111158837A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Bank software function interface generation method and device
CN111191215A (en) * 2019-11-25 2020-05-22 深圳市跨越新科技有限公司 Safety equipment identification method and system
CN111260368A (en) * 2020-01-08 2020-06-09 支付宝(杭州)信息技术有限公司 Account transaction risk judgment method and device and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109447622A (en) * 2018-09-30 2019-03-08 中国银行股份有限公司 Type of transaction recommended method and system, intelligent Trade terminal
CN109766142A (en) * 2019-01-04 2019-05-17 中国银行股份有限公司 Customized user interfacial process, self-help terminal equipment, server and storage medium
CN110246002A (en) * 2019-04-25 2019-09-17 深圳壹账通智能科技有限公司 Method for pushing, device and the computer equipment of financing recommendation information
CN111191215A (en) * 2019-11-25 2020-05-22 深圳市跨越新科技有限公司 Safety equipment identification method and system
CN111158837A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Bank software function interface generation method and device
CN111260368A (en) * 2020-01-08 2020-06-09 支付宝(杭州)信息技术有限公司 Account transaction risk judgment method and device and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035882A (en) * 2021-11-26 2022-02-11 中国银行股份有限公司 Method and system for setting management end front end interface based on cluster analysis

Also Published As

Publication number Publication date
CN111752662B (en) 2024-02-23

Similar Documents

Publication Publication Date Title
US20150363875A1 (en) System and Method for Filtering and Analyzing Transaction Information
CN105931065B (en) Method and device for processing client group characteristic data
US10579589B2 (en) Data filtering
US20170364922A1 (en) Customer value assessment method and system
US20220222686A1 (en) Analysis apparatus, analysis system, analysis method and program
CN111667225A (en) Financial data processing method and device and computer system
CN110942392A (en) Service data processing method, device, equipment and medium
CN113205402A (en) Account checking method and device, electronic equipment and computer readable medium
CA3113845A1 (en) Predicting occurrences of temporally separated events using adaptively trained artificial-intelligence processes
CN112925664A (en) Target user determination method and device, electronic equipment and storage medium
US20140195391A1 (en) Accounting data generation apparatus, method, and server apparatus
US20160125337A1 (en) Transaction derived in-business probability modeling apparatus and method
US20170032707A1 (en) Method for determining a fruition score in relation to a poverty alleviation program
CN111752662B (en) Bank transaction interface display method and device
CN117094764A (en) Bank integral processing method and device
US20160350866A1 (en) Assessing merchant affinity
CN110659981A (en) Enterprise dependency relationship identification method and device and electronic equipment
CN107688581B (en) Data model processing method and device
WO2019210624A1 (en) Feature screening method and apparatus, computer device and storage medium
CN112035681B (en) Method and device for determining credit card rate information based on knowledge graph
US9529860B2 (en) Keyword frequency analysis system
JP2012238073A (en) Credit purchase assessment support system and credit purchase assessment support method
CN111932310A (en) Method and device for mining potential public customers of bank products
US20140278751A1 (en) System and method for identifying rapidly-growing business customers
CN117455579B (en) Commodity recommendation intervention method, commodity recommendation intervention device, medium and equipment

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