US11830064B2 - Method and system for credit risk identification - Google Patents
Method and system for credit risk identification Download PDFInfo
- Publication number
- US11830064B2 US11830064B2 US17/139,129 US202017139129A US11830064B2 US 11830064 B2 US11830064 B2 US 11830064B2 US 202017139129 A US202017139129 A US 202017139129A US 11830064 B2 US11830064 B2 US 11830064B2
- Authority
- US
- United States
- Prior art keywords
- vectors
- user
- business system
- credit business
- series
- 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.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/03—Credit; Loans; Processing thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/067—Enterprise or organisation modelling
Definitions
- Embodiments disclosed herein provide a method for credit risk identification comprising: receiving a loan request to a credit business system from a user, in response to the loan request, obtaining operation data by the user on the credit business system within a period of time before the loan request, performing risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result, and determining a response to the loan request based on the result of the risk identification.
- the operation data comprises a series of operation vectors, which are generated corresponding to user's each operation on the credit business system.
- the series of operation vectors comprises one or more page operation vectors which are generated corresponding to the user's operation on the web pages linking to the credit business system, and one or more button operation vectors which are generated corresponding to the user's operation on the buttons in the web pages.
- performing risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result comprises: generating a final representation vector representing the series of operation vectors.
- generating a final representation vector representing the series of operation vectors comprises: dividing the series of operation vectors into one or more sessions of operation vectors, performing length normalization on each session of operation vectors using an attention model to generate a representation vector of each session with a fixed length.
- the series of operation vectors are divided into one or more sessions according to operation time or operation interval.
- generating a final representation vector representing the series of operation vectors further comprises: applying one or more gating functions to filter the representation vectors of the one or more sessions to obtain one or more filtered vectors.
- vectors reflecting a time period are further inputted to the one or more gating functions for assisting in filtering the representation vectors of the one or more sessions.
- generating a final representation vector representing the series of operation vectors further comprises: applying a GRU model which is a sequence information processing model to the one or more filtered vectors to obtain a final representation of the one or more filtered vectors.
- performing risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result further comprises: obtaining one or more portrait vectors representing one or more portraits of the user, and/or one or more information vectors representing the relevant information of the operation on the credit business system by the user; inputting the final representation vector, the one or more portrait vectors, and/or the one or more information vectors into a multilayer perceptron; and generating a result of the risk identification by performing a cross-entropy loss function to the output of the multilayer perceptron.
- Embodiments disclosed herein further provide a credit business system for credit risk identification, comprising: a receiving unit configured to receive a loan request to a credit business system from a user; an obtaining unit configured to obtaining, in response to the loan request, operation data by the user on the credit business system within a period of time before the loan request; a model training unit configured to perform risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result; a determining unit configured to determine a response to the loan request based on the result of the risk identification.
- the operation data comprises a series of operation vectors, which are generated corresponding to user's each operation on the credit business system.
- the series of operation vectors comprises one or more page operation vectors which are generated corresponding to the user's operation on the web pages linking to the credit business system, and one or more button operation vectors which are generated corresponding to the user's operation on the buttons in the web pages.
- the model training unit further comprises a first subunit, configured to generate a final representation vector representing the series of operation vectors.
- the first subunit is configured to divide the series of operation vectors into one or more sessions of operation vectors, and perform length normalization on each session of operation vectors using an attention model to generate a representation vector of each session with a fixed length.
- the series of operation vectors are divided into one or more sessions according to operation time or operation interval.
- the first subunit is further configured to apply one or more gating functions to filter the representation vectors of the one or more sessions to obtain one or more filtered vectors.
- vectors reflecting a time period are further inputted to the one or more gating functions for assisting in filtering the representation vectors of the one or more sessions.
- the first subunit is further configured to apply a GRU model which is a sequence information processing model to the one or more filtered vectors to obtain a final representation of the one or more filtered vectors.
- the model training unit further comprises: a second subunit, configured to obtain one or more portrait vectors representing one or more portraits of the user, and/or one or more information vectors representing the relevant information of the operation on the credit business system by the user; a third subunit, configured to input the final representation vector, the one or more portrait vectors, and/or the one or more information vectors into a multilayer perceptron; and a fourth subunit, configured to generate a result of the risk identification by performing a cross-entropy loss function to the output of the multilayer perceptron.
- FIG. 1 provides a block diagram illustrating a system environment for determining a response to a loan request via credit risk identification consistent with disclosed embodiments
- FIG. 2 provides a flowcharts of an exemplary process for credit risk identification consistent with disclosed embodiments
- FIG. 3 provides a flowcharts of an exemplary process for generating the final representation vector representing the series of operation vectors consistent with disclosed embodiments
- FIG. 4 provides a flowcharts of an exemplary process for performing risk identification on the user consistent with disclosed embodiments
- FIG. 5 provides a block diagram illustrating a logical structure of the credit business system consistent with disclosed embodiments.
- FIG. 1 provides a block diagram illustrating a system environment for determining a response to a loan request via credit risk identification consistent with disclosed embodiments.
- the environment 100 includes a client device 10 and a credit business system 20 .
- the credit business system 20 can comprise a business node 21 , a credit risk identification node 22 , and a database 23 .
- the business node 21 is configured to communicate with the client device 20 .
- the client device 10 can send business requests to the business node 21
- the business node 21 can send responses to the business requests.
- the credit risk identification node 22 can perform risk identification on users in response to requests from the business node 21 , and save relevant data in the database 23 .
- the client device 10 and the credit business system 20 may be in network communication across the system environment 100 through a network.
- the network may include a local area network (LAN), a wide area network (WAN), and/or a global area network (GAN).
- the network may provide for wireline, wireless, or a combination of wireline and wireless communication between devices in the network.
- the network includes the Internet.
- the client device 10 may be a personal computer, a personal digital assistant, or a mobile phone that includes web browsing functionality or credit application.
- the credit business system 20 may be any system owned or otherwise controlled by a financial institution, such as a bank.
- FIG. 2 provides a flowcharts of an exemplary process for credit risk identification consistent with disclosed embodiments.
- the process may be performed by the credit business system 20 .
- the credit business system 20 may be configured to generate one or more interfaces that enable a user to browse details of one or more credit products that may be presented via client device 10 .
- the credit business system 20 may provide options in the form of menus, hyperlink selections, user-provided representations, etc.
- a user who is seeking a mortgage from the credit business system 20 may log in to the credit business system 20 through web browsing or the credit application in the client device 10 to perform some operations on credit business, including browsing various credit products.
- the user may click in pages to view the details of the credit products that he is interested in, and may fill in the required information.
- the user can send a loan request to the credit business system 20 by clicking a apply button in one page of one credit product.
- the credit business system 20 receives the loan request from the user (step 210 ).
- the credit business system 20 is configured to identify the credit risk of the user, and determine whether to issue a loan to the user based on the credit risk of the user. In one embodiment, the credit risk of the user can be determined based on the feature extraction of user operation behavior on the client device.
- the credit business system 20 obtain operation data by the user relating to the credit business system within a period of time before the loan request (step 220 ).
- the length of the period of time can be days, weeks, or months. For example, the period of time can be two weeks before the loan request. The length of the period of time can be different corresponding to different types of loan requests.
- the credit business system 20 can perform risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result (step 230 ), and determine a response to the loan request based on the result of the risk identification (step 240 ).
- the result of risk identification and/or the operation data may be further deposited in the database 40 as future training data.
- the operation data comprises a series of operation vectors, which are generated corresponding to user's each operation on the web pages or application connecting to the credit business system 20 .
- the operation data comprises one or more page operation vectors and button operation vectors.
- One page operation vector can be generated based on log information on an operation performed on one web page linking to the credit business system 20 by the user, and one button operation vector can be generated based on an operation performed on one button or one position on the web page.
- the neuronal network generates a final representation vector representing the series of operation vectors for calculating the risk of the user.
- FIG. 3 provides a flowcharts of an exemplary process for generating the final representation vector representing the series of operation vectors consistent with disclosed embodiments.
- the series of operation vectors within the period of time before the loan request being submitted is divided into one or more sessions of operation vectors.
- V ij denotes an operation vector in the operation data
- V 11 to V 1n denote vectors in session 1
- V 21 to V 2n denote vectors in session 2
- V m1 to V mn denote vectors in session n and so forth.
- the number of vectors in different sessions can be the same or can be different.
- the operation data can be divided according to operation time. For example, operation vectors that happen in different days can be divided into different sessions, and operation vectors that happen in the same day can be divided into the same session. For example, operation vectors that happen in every hour can be divided into a session.
- the operation data can be divided according to operation interval. For example, two operation vectors corresponding to two adjacent operations can be divided into a same session when the operation interval between the two adjacent operation vectors is within a preset duration, and two operation vectors corresponding to two adjacent operations can be divided into different sessions when the operation interval between the two operation vectors exceeds a preset duration.
- the one or more sessions of operation vectors can be processed through an attention model in the neuronal network.
- the attention model performs length normalization on each session of operation vectors to generate a representation vector of each session with a fixed length.
- V A 1 , V A 2 , . . . V A n refers to the representation vectors of the n sessions respectively.
- W and b are both coefficients of the attention model and are trained with the neuronal network
- Tanh ⁇ ( x ) exp ⁇ ( x ) - exp ⁇ ( - x ) exp ⁇ ( x ) + exp ⁇ ( x ) .
- W and b both denote weight coefficient of V ij . In this way, the unified representation vectors of n sessions are obtained.
- the neuronal network further applies one or more gating functions to filter the representation vectors of the one or more sessions to obtain one or more filtered vectors.
- vectors reflecting a time period are inputted to the one or more gating functions for assisting in filtering the representation vectors of the one or more sessions.
- vectors reflecting a time period can be vectors representing days in a week (e.g., Monday, Tuesday, Wednesday, etc.) and/or days in a month (e.g., 1 st , 2 nd , 3 rd , 4 th , etc.).
- the vectors reflecting a time period can help improve filtering representation vectors of the one or more sessions.
- vectors reflecting a time period can be initialized randomly, and then trained together with the neutral network.
- the one or more gating functions include the function shown below.
- V G i sigmoid( W p *[V A i :V month :V week ]+b p ) ⁇ Tan h ( W k *[V A i :V month :V week ]+b k )
- Tanh ⁇ ( x ) exp ⁇ ( x ) - exp ⁇ ( - x ) exp ⁇ ( x ) + exp ⁇ ( x ) , and
- the sequence of vectors [V A 1 , V A 2 , . . . , V A n ] are sequentially inputted to the one or more gating functions, and the filtered output sequence of the gate structure [V G 1 , V G 2 , . . . V G n ] are obtained in turn.
- the filtered output sequence of the gate structure [V G 1 , V G 2 , . . . V G n ] reflects the user's continuous business operation behavior characteristics and are input into the next step of the user credit risk identification process for further processing.
- the sequence of filtered vectors is further inputted into a GRU model which is a sequence information processing model to obtain a final representation vector of the sequence of filtered vectors.
- the GRU model is a relatively common variant of recurrent neural networks, which can contain a reset gate structure and an update gate structure to control the transmission and change of information.
- the final representation vector of the sequence of filtered vectors reflects the business operation habits of the one or more sessions operated by the user on the client device. As is shown in FIG. 3 , V total denotes to the final representation vector of the sequence of filtered vectors.
- the neuronal network applies an MLP (Multilayer perceptron) to the final representation vector to perform risk identification on the user.
- MLP Multilayer perceptron
- FIG. 4 provides a flowcharts of an exemplary process for performing risk identification on the user consistent with disclosed embodiments.
- more vectors related to information of the user can be input to the MLP for better determination of the risk of the user.
- the credit business system 20 further obtaining one or more portrait vectors representing one or more portraits of the user, and/or one or more information vectors representing the relevant information of the operation on the credit business system by the user (step 401 ).
- the one or more portraits of the user can comprise user's age, gender, or occupation etc.
- the relevant information of the operation on the credit business system can comprise average residence time per page, number of pages clicked by the user before submitting the loan request, type of the credit app used by user for submitting the loan request etc.
- the number of layers of the MLP and the number of neurons in each layer are hyperparameters that needs to be determined according to the credit business.
- the credit business system 20 inputs the one or more portrait vectors and/or the one or more information vectors, along with the final representation vector, into a MLP (step 402 ).
- the credit business system 20 generates a result of the risk identification by performing a cross-entropy loss function to the output of the MLP (step 403 ).
- the result can be a fraud identification probability.
- the cross-entropy loss function can be a sigmoid function.
- n denotes the number of samples.
- FIG. 5 provides a block diagram illustrating a logical structure of the credit business system consistent with disclosed embodiments.
- the credit business system comprises a receiving unit 501 , an obtaining unit 502 , a model training unit 503 , and a determining unit 504 .
- the receiving unit 501 is configured to receive a loan request to a credit business system from a user.
- the obtaining unit 502 is configured to obtaining, in response to the loan request, operation data by the user on the credit business system within a period of time before the loan request.
- the model training unit 503 is configured to perform risk identification on the user using a neuronal network according to the loan request and the operation data to generate a result.
- the determining unit 504 is configured to determine a response to the loan request based on the result of the risk identification.
- the operation data comprises a series of operation vectors, which are generated corresponding to user's each operation on the credit business system.
- the series of operation vectors comprises one or more page operation vectors which are generated corresponding to the user's operation on the web pages linking to the credit business system, and one or more button operation vectors which are generated corresponding to the user's operation on the buttons in the web pages.
- the model training unit 503 further comprises a first subunit, configured to generate a final representation vector representing the series of operation vectors.
- the first subunit is configured to divide the series of operation vectors into one or more sessions of operation vectors, and perform length normalization on each session of operation vectors using an attention model to generate a representation vector of each session with a fixed length.
- the series of operation vectors are divided into one or more sessions according to operation time or operation interval.
- the first subunit is further configured to apply one or more gating functions to filter the representation vectors of the one or more sessions to obtain one or more filtered vectors.
- vectors reflecting a time period are further inputted to the one or more gating functions for assisting in filtering the representation vectors of the one or more sessions.
- the first subunit is further configured to apply a GRU model which is a sequence information processing model to the one or more filtered vectors to obtain a final representation of the one or more filtered vectors.
- the model training unit further 504 comprises: a second subunit configured to obtain one or more portrait vectors representing one or more portraits of the user, and/or one or more information vectors representing the relevant information of the operation on the credit business system by the user; a third subunit configured to input the final representation vector, the one or more portrait vectors, and/or the one or more information vectors into a multilayer perceptron; and a fourth subunit configured to generate a result of the risk identification by performing a cross-entropy loss function to the output of the multilayer perceptron.
Landscapes
- Business, Economics & Management (AREA)
- Engineering & Computer Science (AREA)
- Strategic Management (AREA)
- Human Resources & Organizations (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Theoretical Computer Science (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Development Economics (AREA)
- Marketing (AREA)
- Game Theory and Decision Science (AREA)
- Educational Administration (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Technology Law (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
Description
αij=exp(Tan h(W T V ij +b))/Σk=1 nexp(Tan h(W T V ik +b))
V A
In one embodiment, W and b both denote weight coefficient of Vij. In this way, the unified representation vectors of n sessions are obtained.
V G
and
Wk, bp, Wp and bk are parameters of the gating functions and are trained together with the neutral model. In this way, the sequence of vectors [VA
L(x)=Σi=1 n y i log sigmoid(x i)+(1−y i)log(1−sigmoid(x i))
Claims (14)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/139,129 US11830064B2 (en) | 2020-12-31 | 2020-12-31 | Method and system for credit risk identification |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/139,129 US11830064B2 (en) | 2020-12-31 | 2020-12-31 | Method and system for credit risk identification |
Publications (2)
Publication Number | Publication Date |
---|---|
US20220207604A1 US20220207604A1 (en) | 2022-06-30 |
US11830064B2 true US11830064B2 (en) | 2023-11-28 |
Family
ID=82117229
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/139,129 Active 2041-01-21 US11830064B2 (en) | 2020-12-31 | 2020-12-31 | Method and system for credit risk identification |
Country Status (1)
Country | Link |
---|---|
US (1) | US11830064B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114648405A (en) * | 2022-03-29 | 2022-06-21 | 浙江惠瀜网络科技有限公司 | Risk identification system, method, electronic device and medium for car loan cooperation institution |
Citations (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020001393A1 (en) * | 1997-04-14 | 2002-01-03 | John E. Jones | Image processing network |
US6363164B1 (en) * | 1996-05-13 | 2002-03-26 | Cummins-Allison Corp. | Automated document processing system using full image scanning |
US20040138997A1 (en) * | 1995-09-12 | 2004-07-15 | Defrancesco James R. | Automated credit application system |
US20050010506A1 (en) * | 2003-07-10 | 2005-01-13 | Bachann M. Mintu | System and method for consolidation of commercial and professional financial underwriting |
US20050207634A1 (en) * | 1996-11-27 | 2005-09-22 | Jones John E | Automated document processing system and method using image scanning |
US20050216316A1 (en) * | 2003-06-30 | 2005-09-29 | Brisbois Dorion P | Capital market products including SPIA securitized life settlement bonds and methods of issuing, servicing and redeeming same |
US20060074793A1 (en) * | 2002-02-22 | 2006-04-06 | Hibbert Errington W | Transaction management system |
US20070011083A1 (en) * | 2005-07-08 | 2007-01-11 | Bird Alan H | System and method of processing asset financing transactions |
US7249074B1 (en) * | 2000-05-02 | 2007-07-24 | General Electric Canada Equipment Finance G.P. | Method, apparatus and computer program for managing accounting system interfaces |
US20070174191A1 (en) * | 2000-09-05 | 2007-07-26 | Keaton G D | Factoring system and method |
US20070239581A1 (en) * | 2006-04-02 | 2007-10-11 | Eder Jeff S | A data processing framework for financial services |
US20090106141A1 (en) * | 2007-10-23 | 2009-04-23 | Trans Union Llc | Systems and Methods for Minimizing Effects of Authorized User Credit Tradelines |
US7921046B2 (en) * | 2006-06-19 | 2011-04-05 | Exegy Incorporated | High speed processing of financial information using FPGA devices |
US20110106690A1 (en) * | 2009-04-16 | 2011-05-05 | Jason Fisher | Preterm loan system and method of using the same |
US20110218905A1 (en) * | 2010-03-02 | 2011-09-08 | Zeringue Steven J | Method and System for Reduced-Risk Extension of Credit |
US8566198B1 (en) * | 2003-03-28 | 2013-10-22 | Innovis Data Solutions, Inc. | Database structure for a consumer reporting agency |
US8781954B2 (en) * | 2012-02-23 | 2014-07-15 | American Express Travel Related Services Company, Inc. | Systems and methods for identifying financial relationships |
US20160364812A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364678A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364823A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364679A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160371792A1 (en) * | 2014-03-10 | 2016-12-22 | Huawei Technologies Co., Ltd. | Method and Apparatus for Mining Social Relationship Based on Financial Data |
US20160371617A1 (en) * | 2015-06-22 | 2016-12-22 | Bank Of America Corporation | Technical architecture assessment system |
US9529851B1 (en) * | 2013-12-02 | 2016-12-27 | Experian Information Solutions, Inc. | Server architecture for electronic data quality processing |
US20160379248A1 (en) * | 2015-06-26 | 2016-12-29 | Amazon Technologies, Inc. | Presenting opportunities for instant transactions |
US20170011466A1 (en) * | 2015-07-10 | 2017-01-12 | The Travelers Indemnity Company | Systems and methods for modular data processing |
US20170061548A1 (en) * | 2015-08-26 | 2017-03-02 | Hrb Innovations, Inc. | Advice engine |
US20170213280A1 (en) * | 2016-01-27 | 2017-07-27 | Huawei Technologies Co., Ltd. | System and method for prediction using synthetic features and gradient boosted decision tree |
US9824394B1 (en) * | 2015-02-06 | 2017-11-21 | Square, Inc. | Payment processor financing of customer purchases |
US9830646B1 (en) * | 2012-11-30 | 2017-11-28 | Consumerinfo.Com, Inc. | Credit score goals and alerts systems and methods |
US10366342B2 (en) * | 2014-03-10 | 2019-07-30 | Fair Isaac Corporation | Generation of a boosted ensemble of segmented scorecard models |
US10373222B1 (en) * | 2015-02-23 | 2019-08-06 | Wells Fargo Bank, N.A. | On-demand financial assessment for testing and purchase of goods |
US10417704B2 (en) * | 2010-11-02 | 2019-09-17 | Experian Technology Ltd. | Systems and methods of assisted strategy design |
US10417613B1 (en) * | 2015-03-17 | 2019-09-17 | Quest Software Inc. | Systems and methods of patternizing logged user-initiated events for scheduling functions |
US10445826B1 (en) * | 2014-05-26 | 2019-10-15 | Square, Inc. | Merchant financing system |
US10453142B2 (en) * | 2009-02-11 | 2019-10-22 | Johnathan Mun | System and method for modeling and quantifying regulatory capital, key risk indicators, probability of default, exposure at default, loss given default, liquidity ratios, and value at risk, within the areas of asset liability management, credit risk, market risk, operational risk, and liquidity risk for banks |
US10467695B1 (en) * | 2013-08-12 | 2019-11-05 | Interactive Data Pricing And Reference Data Llc | Systems and methods related to bond valuation |
US10521813B2 (en) * | 2010-07-06 | 2019-12-31 | Groupon, Inc. | System and method for incentives |
US10643276B1 (en) * | 2013-03-15 | 2020-05-05 | Capital One Services, Llc | Systems and computer-implemented processes for model-based underwriting |
US10853900B2 (en) * | 2009-02-09 | 2020-12-01 | Fair Isaac Corporation | Method and system for predicting adherence to a treatment |
US10885521B2 (en) * | 2017-07-17 | 2021-01-05 | Align Technology, Inc. | Method and apparatuses for interactive ordering of dental aligners |
-
2020
- 2020-12-31 US US17/139,129 patent/US11830064B2/en active Active
Patent Citations (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040138997A1 (en) * | 1995-09-12 | 2004-07-15 | Defrancesco James R. | Automated credit application system |
US7181427B1 (en) * | 1995-09-12 | 2007-02-20 | Jp Morgan Chase Bank, N.A. | Automated credit application system |
US6363164B1 (en) * | 1996-05-13 | 2002-03-26 | Cummins-Allison Corp. | Automated document processing system using full image scanning |
US20050207634A1 (en) * | 1996-11-27 | 2005-09-22 | Jones John E | Automated document processing system and method using image scanning |
US20020001393A1 (en) * | 1997-04-14 | 2002-01-03 | John E. Jones | Image processing network |
US7249074B1 (en) * | 2000-05-02 | 2007-07-24 | General Electric Canada Equipment Finance G.P. | Method, apparatus and computer program for managing accounting system interfaces |
US20070174191A1 (en) * | 2000-09-05 | 2007-07-26 | Keaton G D | Factoring system and method |
US20060074793A1 (en) * | 2002-02-22 | 2006-04-06 | Hibbert Errington W | Transaction management system |
US8566198B1 (en) * | 2003-03-28 | 2013-10-22 | Innovis Data Solutions, Inc. | Database structure for a consumer reporting agency |
US20050216316A1 (en) * | 2003-06-30 | 2005-09-29 | Brisbois Dorion P | Capital market products including SPIA securitized life settlement bonds and methods of issuing, servicing and redeeming same |
US20050010506A1 (en) * | 2003-07-10 | 2005-01-13 | Bachann M. Mintu | System and method for consolidation of commercial and professional financial underwriting |
US20070011083A1 (en) * | 2005-07-08 | 2007-01-11 | Bird Alan H | System and method of processing asset financing transactions |
US20070239581A1 (en) * | 2006-04-02 | 2007-10-11 | Eder Jeff S | A data processing framework for financial services |
US7921046B2 (en) * | 2006-06-19 | 2011-04-05 | Exegy Incorporated | High speed processing of financial information using FPGA devices |
US20090106141A1 (en) * | 2007-10-23 | 2009-04-23 | Trans Union Llc | Systems and Methods for Minimizing Effects of Authorized User Credit Tradelines |
US10853900B2 (en) * | 2009-02-09 | 2020-12-01 | Fair Isaac Corporation | Method and system for predicting adherence to a treatment |
US10453142B2 (en) * | 2009-02-11 | 2019-10-22 | Johnathan Mun | System and method for modeling and quantifying regulatory capital, key risk indicators, probability of default, exposure at default, loss given default, liquidity ratios, and value at risk, within the areas of asset liability management, credit risk, market risk, operational risk, and liquidity risk for banks |
US20110106690A1 (en) * | 2009-04-16 | 2011-05-05 | Jason Fisher | Preterm loan system and method of using the same |
US20110218905A1 (en) * | 2010-03-02 | 2011-09-08 | Zeringue Steven J | Method and System for Reduced-Risk Extension of Credit |
US10521813B2 (en) * | 2010-07-06 | 2019-12-31 | Groupon, Inc. | System and method for incentives |
US10417704B2 (en) * | 2010-11-02 | 2019-09-17 | Experian Technology Ltd. | Systems and methods of assisted strategy design |
US8781954B2 (en) * | 2012-02-23 | 2014-07-15 | American Express Travel Related Services Company, Inc. | Systems and methods for identifying financial relationships |
US10366450B1 (en) * | 2012-11-30 | 2019-07-30 | Consumerinfo.Com, Inc. | Credit data analysis |
US9830646B1 (en) * | 2012-11-30 | 2017-11-28 | Consumerinfo.Com, Inc. | Credit score goals and alerts systems and methods |
US9916621B1 (en) * | 2012-11-30 | 2018-03-13 | Consumerinfo.Com, Inc. | Presentation of credit score factors |
US10643276B1 (en) * | 2013-03-15 | 2020-05-05 | Capital One Services, Llc | Systems and computer-implemented processes for model-based underwriting |
US10467695B1 (en) * | 2013-08-12 | 2019-11-05 | Interactive Data Pricing And Reference Data Llc | Systems and methods related to bond valuation |
US9529851B1 (en) * | 2013-12-02 | 2016-12-27 | Experian Information Solutions, Inc. | Server architecture for electronic data quality processing |
US10366342B2 (en) * | 2014-03-10 | 2019-07-30 | Fair Isaac Corporation | Generation of a boosted ensemble of segmented scorecard models |
US20160371792A1 (en) * | 2014-03-10 | 2016-12-22 | Huawei Technologies Co., Ltd. | Method and Apparatus for Mining Social Relationship Based on Financial Data |
US10445826B1 (en) * | 2014-05-26 | 2019-10-15 | Square, Inc. | Merchant financing system |
US9824394B1 (en) * | 2015-02-06 | 2017-11-21 | Square, Inc. | Payment processor financing of customer purchases |
US10373222B1 (en) * | 2015-02-23 | 2019-08-06 | Wells Fargo Bank, N.A. | On-demand financial assessment for testing and purchase of goods |
US10417613B1 (en) * | 2015-03-17 | 2019-09-17 | Quest Software Inc. | Systems and methods of patternizing logged user-initiated events for scheduling functions |
US20160364823A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364679A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364678A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160364812A1 (en) * | 2015-06-11 | 2016-12-15 | Raymond Cao | Systems and methods for on-demand transportation |
US20160371617A1 (en) * | 2015-06-22 | 2016-12-22 | Bank Of America Corporation | Technical architecture assessment system |
US20160379248A1 (en) * | 2015-06-26 | 2016-12-29 | Amazon Technologies, Inc. | Presenting opportunities for instant transactions |
US20170011466A1 (en) * | 2015-07-10 | 2017-01-12 | The Travelers Indemnity Company | Systems and methods for modular data processing |
US20170061548A1 (en) * | 2015-08-26 | 2017-03-02 | Hrb Innovations, Inc. | Advice engine |
US20170213280A1 (en) * | 2016-01-27 | 2017-07-27 | Huawei Technologies Co., Ltd. | System and method for prediction using synthetic features and gradient boosted decision tree |
US10885521B2 (en) * | 2017-07-17 | 2021-01-05 | Align Technology, Inc. | Method and apparatuses for interactive ordering of dental aligners |
Non-Patent Citations (4)
Title |
---|
Aniceto MC, Barboza F, Kimura H. Machine learning predictivity applied to consumer creditworthiness. Future Business Journal. 2020;6(1):37. doi:10.1186/s43093-020-00041-w (Creditworthiness) (Year: 2020). * |
F. S. Park, C. Gangakhedkar and P. Traynor, "Leveraging Cellular Infrastructure to Improve Fraud Prevention," 2009 Annual Computer Security Applications Conference, 2009, pp. 350-359, doi: 10.1109/ACSAC.2009.40. (Leveraging Cellular Infrastructure . . . ) (Year: 2009). * |
Feng, B., Xu, H., Xue, W., & Xue, B. (2020). Every Corporation Owns Its Structure: Corporate Credit Ratings via Graph Neural Networks. ArXiv, abs/2012.01933. (Credit Rating) (Year: 2020). * |
R. A. Leite et al., "EVA: Visual Analytics to Identify Fraudulent Events," in IEEE Transactions on Visualization and Computer Graphics, vol. 24, No. 1, pp. 330-339, Jan. 2018, doi: (EVA) (Year: 2018). * |
Also Published As
Publication number | Publication date |
---|---|
US20220207604A1 (en) | 2022-06-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP3706053A1 (en) | Cognitive system | |
US9135561B2 (en) | Inferring procedural knowledge from data sources | |
Lukita et al. | Predictive and analytics using data mining and machine learning for customer churn prediction | |
CN109766454A (en) | An investor classification method, device, equipment and medium | |
US11941594B2 (en) | User interaction artificial intelligence chat engine for integration of automated machine generated responses | |
US11790183B2 (en) | Systems and methods for generating dynamic conversational responses based on historical and dynamically updated information | |
Brandt et al. | Conflict forecasting with event data and spatio-temporal graph convolutional networks | |
Fister et al. | A novel self-adaptive differential evolution for feature selection using threshold mechanism | |
US11830064B2 (en) | Method and system for credit risk identification | |
US20250156890A1 (en) | Using machine learning model to automatically predict updated assessment score | |
George et al. | Hy-MOM: Hybrid recommender system framework using memory-based and model-based collaborative filtering framework | |
US11983743B2 (en) | Training an artificial intelligence engine for generating models to provide targeted actions | |
US12154128B2 (en) | Training an artificial intelligence engine to predict responses for determining appropriate action | |
US8195804B1 (en) | Optimizing website traffic among content sources | |
Weterings et al. | Explaining customer activation with deep attention models | |
US20250139079A1 (en) | Sub-system irregularity correction using artificial intelligence | |
US20250131204A1 (en) | Gui for layered transformative ai data article compression | |
US20250131205A1 (en) | Gui for layered transformative ai data article compression | |
US20250140057A1 (en) | Sub-system irregularity correction | |
Da Costa | How Artificial Intelligence is changing the banking sector? | |
US20250139649A1 (en) | Identifying actionable insights in unstructured datatypes of a semantic knowledge database | |
US20250108297A1 (en) | Throttled gaming graphical user interface for query reply based access distribution | |
US11823215B2 (en) | Tax client exit predictor | |
US12265693B2 (en) | Method for setting number of days until a certain action | |
CN119622108A (en) | Bank outlet recommendation method, apparatus, device, medium and program product |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: BEIJING TRUSFORT TECHNOLOGY CO., LTD., CHINA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GUO, HAO;WANG, WENGANG;CAI, ZHUN;AND OTHERS;REEL/FRAME:054883/0495 Effective date: 20201211 |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: SMAL); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STCV | Information on status: appeal procedure |
Free format text: APPEAL BRIEF (OR SUPPLEMENTAL BRIEF) ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |