SlideShare a Scribd company logo
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 25-29
www.iosrjournals.org
DOI: 10.9790/0661-17612529 www.iosrjournals.org 25 | Page
Artificially Intelligent Investment Risk Calculation system based
on Distributed Data Mining
Bhowmick Chandrima1,
Pal Arnab2,
TahAvranil3
ESL, Dumdum Lab, CA-5, Salt Lake City, Kolkata - 700064
Abstract:- In the present days of e-commerce and social engineering the use of artificial intelligent system and
data mining is one of the most relevant issue. Several investment sector giants use highly developed data
mining procedure to serve the users in a better method. So, Risk factor calculation Algorithms are one of the
most important topics in Data Science and Social Engineering.I have developed a web based system that will be
fitted with huge amount of transaction data from the financial sectors of the current and the previous days. Now,
according to the data from the database our system will be able to approximately guide the user whether he or
she should go for that investment, and what is the risk factor about that particular investment. Moreover, I have
worked in another research project where we have tried to design an intelligent system that can be used to
control the internal loan sanction process of a bank. In that system each of the employees will have a credibility
and a target according to the seniority of the employee. Based on those two factors the entire process will work
and the profit or loss will also be dispersed and the accounts of them will be maintained.
Index Terms- Investment and risk factor System, Data Mining, JSP, Web Development, Database, Artificial
Intelligence.
I. Introduction
We intent to create anonline banking site which is a website emphasizes on various topics of
investment related matters only accessible to pre-registered user. We have rendered facilities to the registered
user as they can compare any policy, may check their accounts etc. Moreover, we aim on creating a target based
pyramid structure which basically mean to handle the whole employee structure in a Database.
We have operated on various languages and technology:--
1. HTML (Hyper Text Markup Language)
2. CSS (Cascading Style Sheet)
3. JAVASCRIPT
4. MYSQL
5. JSP (Java Server Page)
II. Motivation
Now-a-days financial sectors are taking big leap to provide their customers more efficient and effective
services.People are friendlier with internet based banking-services as it is more time effective and
secure.Moreover,people can get prior recommendations before any investment calculating the risk factor.So
they can take more realistic and prudent investment decisions to secure their future.There is also is growing
tendency of chain marketing structure where people get involved in also various branches of an organization and
share the portion of profit/loss to create a more interdependent money making structure. That’s why we have
developed a platform which can serve to fulfill all the needs of the customers and also the whole organization
which are involved in any kind of public services.
We also put our conscious effort to make the web based system effective and efficient by introducing
our own algorithm behind it. The methodology section describes the algorithm in detail with mathematical
notations.
III. Methodology
In the following section we are going to describe the methodology of the project we have done:
Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining
DOI: 10.9790/0661-17612529 www.iosrjournals.org 26 | Page
A. Flow Diagram
Figure 1: Home page Figure 2: Add User
Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining
DOI: 10.9790/0661-17612529 www.iosrjournals.org 27 | Page
Figure 3: Loan sanction and return Figure 4: Investment suggestion
The Figure 1 describes the flow diagram of the Home Page that comes to the user at the very
beginning. At first the system checks that whether any user is logged in or not. If someone is logged in then we
are allowing him or her to proceed with the internet banking. Otherwise it prompts the user to login.
The Figure 2 describes the flow diagram of Adding an User .While try to adding any user in the system
it checks whether the person have required permission or not and validate credential and then enter information
into the database.
The Figure 3 describes the flow diagram of loan apply and return process .While any user in the system
applying for a loan it checks whether the person have required permission or not and then sanction the loan.
Also initiate loan return process and check and update database until loan return process is completed.
The Figure 4 describes the flow diagram of investment suggestions to any user .
As the website is completely login-based, visitors have to register for being profited from the features
of website. When the user logged in the site with valid credentials there are various options to perform. User has
level specific login page i.e user interface page for every user depending on their level of registration in the
database.They can also add other users in any downward level in a tree structure.
There is also option that an user can apply for a loan from the respective branch.We have created an
option apply loan in the page that will take the user to a page where loan request formalities will be filled up and
a request ID will be generated and will check the immediate parents who can fulfill the request.
There may be possibility that one parent cannot fulfill the whole requested amount.So then the rest of
requested amount will be checked with the parent id of the child who just sanctioned the previous amount .Thus
the whole system will provide service based on tree structure.
This system will also calculate the portions of profit or loss of the parent IDs depending on their
sanction percentage. There is also a target calculation page for every member of the branch that they have to
fulfill.This action has been done to make it a profit based organization.If anyone fails to fulfill the targeted
amount on a particular year, the system internally calculate it and lowers the targeted amount.
There is also an option investment.Before investing any user can choose options he/she interested in
and compare the profits for a certain period of time.
In the backend of the system it take datas like user’s monthly account balance, credit card balance and
payment and suggest the profitable one with the help of artificial intelligence. Here we have used data mining
process to get data from various tables and made some intelligent decisions to set some differences with the
existing web based user friendly financial sector platforms.
Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining
DOI: 10.9790/0661-17612529 www.iosrjournals.org 28 | Page
Table 1: The matrix to store relational database.
id level parent_id
2 3 1
3 3 1
8 1 7
1 4 null
4 2 2
5 2 2
6 2 3
7 2 3
9 1 7
Now, from this table we can get exact parent child combination of every level in the particular organization .So
we can handle the whole lending process of the bank in a better way .Also we can design level specific
webpages based on the data fetched from this table.
C. Databases:
MySQL is the most popular Open Source Relational SQL database management system. We have used
MySQL for storing and retrieving all the database information both conveniently and efficiently. In a database
forum we have used several tables for different operation. Following are the tables:-
1. Table registration – Used for storing the details of the customer. As the data is fetched we store it with a
particular id. This table has attributes, like-
i) id (varchar)
ii) fname (varchar).
iii)lname(varchar)
iv) emaild(varchar)
v) password(varchar)
2.Table structure – Used for storing the relational details of customers. This table has attributes, like-
i) id (varchar)
ii)level (varchar).
iii)parent_id(varchar)
3.Table loan_req – Used for storing the data of customer’s loan details. These table has attributes, like-
i) id (varchar)
ii) loan_id (varchar).
iii)loan_amt (varchar)
3.Tableid_tar – Used for storing the data of agent’s target deatils. This table has attributes, like-
i) id (varchar)
ii) amount (varchar).
4.Tableid_curtar – Used for storing the data of agent’s current target deatils. This table has attributes, like-
i) id (varchar)
ii) curamount (varchar).
5.Tableshare_loanamt – Used for storing the data of agent’s sharing deatils. This table has attributes, like-
i) id (varchar)
ii) share_amt (varchar)
iii) loan_id(varchar)
6.Tablepolicy_details – Used for storing various policy details to give best suggestions to their customers. This
table has attributes, like-
i) policy_id (varchar)
ii) amt (varchar).
iii) time (varchar)
iv) interest (varchar)
Here a varchar represents a string.
Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining
DOI: 10.9790/0661-17612529 www.iosrjournals.org 29 | Page
IV. IV. Results
Here goes some of the web pages of our development, which shows the recommendation and various
other features. The Figure 4 is showing the Home Page of our system.
Fig. 4 – Home page of our project
V. Future Work
We will work on this later and we will emphasize on the security of the system. We will use
cryptographic algorithms like Hashing, Private Key Encryption intensively to make the system more secure and
protect this from serious threats. Moreover, we will work on the Recommender System to make it more
efficient.
VI. Conclusion
The methodology section describes the implementation of the system in detail and the result section
shows that the system is working as per our expectation.

More Related Content

Viewers also liked

D017422528
D017422528D017422528
D017422528
IOSR Journals
 
Improving Irrigation Water Management in Delta of Egypt
Improving Irrigation Water Management in Delta of EgyptImproving Irrigation Water Management in Delta of Egypt
Improving Irrigation Water Management in Delta of Egypt
IOSR Journals
 
L1803027588
L1803027588L1803027588
L1803027588
IOSR Journals
 
E017662532
E017662532E017662532
E017662532
IOSR Journals
 
Application of Big Data in Intelligent Traffic System
Application of Big Data in Intelligent Traffic SystemApplication of Big Data in Intelligent Traffic System
Application of Big Data in Intelligent Traffic System
IOSR Journals
 
A017250106
A017250106A017250106
A017250106
IOSR Journals
 
G017164448
G017164448G017164448
G017164448
IOSR Journals
 
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
IOSR Journals
 
G017113537
G017113537G017113537
G017113537
IOSR Journals
 
K017115359
K017115359K017115359
K017115359
IOSR Journals
 
G017314249
G017314249G017314249
G017314249
IOSR Journals
 
H017354756
H017354756H017354756
H017354756
IOSR Journals
 
F018213641
F018213641F018213641
F018213641
IOSR Journals
 
J018136669
J018136669J018136669
J018136669
IOSR Journals
 
C010331428
C010331428C010331428
C010331428
IOSR Journals
 
Q1232116146
Q1232116146Q1232116146
Q1232116146
IOSR Journals
 
Video Encryption and Decryption with Authentication using Artificial Neural N...
Video Encryption and Decryption with Authentication using Artificial Neural N...Video Encryption and Decryption with Authentication using Artificial Neural N...
Video Encryption and Decryption with Authentication using Artificial Neural N...
IOSR Journals
 
D017511825
D017511825D017511825
D017511825
IOSR Journals
 
A017160104
A017160104A017160104
A017160104
IOSR Journals
 
A1802020117
A1802020117A1802020117
A1802020117
IOSR Journals
 

Viewers also liked (20)

D017422528
D017422528D017422528
D017422528
 
Improving Irrigation Water Management in Delta of Egypt
Improving Irrigation Water Management in Delta of EgyptImproving Irrigation Water Management in Delta of Egypt
Improving Irrigation Water Management in Delta of Egypt
 
L1803027588
L1803027588L1803027588
L1803027588
 
E017662532
E017662532E017662532
E017662532
 
Application of Big Data in Intelligent Traffic System
Application of Big Data in Intelligent Traffic SystemApplication of Big Data in Intelligent Traffic System
Application of Big Data in Intelligent Traffic System
 
A017250106
A017250106A017250106
A017250106
 
G017164448
G017164448G017164448
G017164448
 
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
Gain Comparison between NIFTY and Selected Stocks identified by SOM using Tec...
 
G017113537
G017113537G017113537
G017113537
 
K017115359
K017115359K017115359
K017115359
 
G017314249
G017314249G017314249
G017314249
 
H017354756
H017354756H017354756
H017354756
 
F018213641
F018213641F018213641
F018213641
 
J018136669
J018136669J018136669
J018136669
 
C010331428
C010331428C010331428
C010331428
 
Q1232116146
Q1232116146Q1232116146
Q1232116146
 
Video Encryption and Decryption with Authentication using Artificial Neural N...
Video Encryption and Decryption with Authentication using Artificial Neural N...Video Encryption and Decryption with Authentication using Artificial Neural N...
Video Encryption and Decryption with Authentication using Artificial Neural N...
 
D017511825
D017511825D017511825
D017511825
 
A017160104
A017160104A017160104
A017160104
 
A1802020117
A1802020117A1802020117
A1802020117
 

Similar to D017612529

IRJET- Bank Management System
IRJET- Bank Management SystemIRJET- Bank Management System
IRJET- Bank Management System
IRJET Journal
 
Social Platform to Manage Financial Aspects
Social Platform to Manage Financial AspectsSocial Platform to Manage Financial Aspects
Social Platform to Manage Financial Aspects
Mike Taylor
 
Social Platform to Manage Financial Aspects
Social Platform to Manage Financial AspectsSocial Platform to Manage Financial Aspects
Social Platform to Manage Financial Aspects
Mike Taylor
 
final presentation Presentation (MBS).pptx [Autosaved].pptx
final presentation Presentation  (MBS).pptx [Autosaved].pptxfinal presentation Presentation  (MBS).pptx [Autosaved].pptx
final presentation Presentation (MBS).pptx [Autosaved].pptx
AnwarAhmed93
 
Accounting Information Systems
Accounting Information Systems Accounting Information Systems
Accounting Information Systems
Tara Kissel, M.Ed
 
Web Locker For Online Banking System Chapter final project Report page
Web Locker For Online Banking System  Chapter final project Report pageWeb Locker For Online Banking System  Chapter final project Report page
Web Locker For Online Banking System Chapter final project Report page
Mukesh Chaudhary(L.I.O.N)
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating System
IRJET Journal
 
Data monetization pov
Data monetization   povData monetization   pov
Data monetization pov
Radhakrishnan R (RK)
 
E017413647
E017413647E017413647
E017413647
IOSR Journals
 
lending platform Account.pdf
lending platform Account.pdflending platform Account.pdf
lending platform Account.pdf
NovoPay
 
Software Requirement Specification - Interest Rate Management
Software Requirement Specification - Interest Rate ManagementSoftware Requirement Specification - Interest Rate Management
Software Requirement Specification - Interest Rate Management
Sharad Srivastava
 
Hashtag Banking
Hashtag BankingHashtag Banking
Hashtag Banking
IRJET Journal
 
B05840510
B05840510B05840510
B05840510
IOSR-JEN
 
B05840510
B05840510B05840510
B05840510
IOSR-JEN
 
C21027_Aditya_Big Data Analytics In Baking Sector.pptx
C21027_Aditya_Big Data Analytics In Baking Sector.pptxC21027_Aditya_Big Data Analytics In Baking Sector.pptx
C21027_Aditya_Big Data Analytics In Baking Sector.pptx
AdityaDeshpande674450
 
Banking Management System SRS
Banking Management System SRSBanking Management System SRS
Banking Management System SRS
Mr. Moms
 
Agile PPT.pptx
Agile PPT.pptxAgile PPT.pptx
Agile PPT.pptx
Bahwan Cybertek
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
SouvikSarkar75
 
Banking Management System Synopsys
Banking Management System SynopsysBanking Management System Synopsys
Banking Management System Synopsys
Mr. Moms
 
Net banking
Net banking Net banking
Net banking
AmbikaMalgatti
 

Similar to D017612529 (20)

IRJET- Bank Management System
IRJET- Bank Management SystemIRJET- Bank Management System
IRJET- Bank Management System
 
Social Platform to Manage Financial Aspects
Social Platform to Manage Financial AspectsSocial Platform to Manage Financial Aspects
Social Platform to Manage Financial Aspects
 
Social Platform to Manage Financial Aspects
Social Platform to Manage Financial AspectsSocial Platform to Manage Financial Aspects
Social Platform to Manage Financial Aspects
 
final presentation Presentation (MBS).pptx [Autosaved].pptx
final presentation Presentation  (MBS).pptx [Autosaved].pptxfinal presentation Presentation  (MBS).pptx [Autosaved].pptx
final presentation Presentation (MBS).pptx [Autosaved].pptx
 
Accounting Information Systems
Accounting Information Systems Accounting Information Systems
Accounting Information Systems
 
Web Locker For Online Banking System Chapter final project Report page
Web Locker For Online Banking System  Chapter final project Report pageWeb Locker For Online Banking System  Chapter final project Report page
Web Locker For Online Banking System Chapter final project Report page
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating System
 
Data monetization pov
Data monetization   povData monetization   pov
Data monetization pov
 
E017413647
E017413647E017413647
E017413647
 
lending platform Account.pdf
lending platform Account.pdflending platform Account.pdf
lending platform Account.pdf
 
Software Requirement Specification - Interest Rate Management
Software Requirement Specification - Interest Rate ManagementSoftware Requirement Specification - Interest Rate Management
Software Requirement Specification - Interest Rate Management
 
Hashtag Banking
Hashtag BankingHashtag Banking
Hashtag Banking
 
B05840510
B05840510B05840510
B05840510
 
B05840510
B05840510B05840510
B05840510
 
C21027_Aditya_Big Data Analytics In Baking Sector.pptx
C21027_Aditya_Big Data Analytics In Baking Sector.pptxC21027_Aditya_Big Data Analytics In Baking Sector.pptx
C21027_Aditya_Big Data Analytics In Baking Sector.pptx
 
Banking Management System SRS
Banking Management System SRSBanking Management System SRS
Banking Management System SRS
 
Agile PPT.pptx
Agile PPT.pptxAgile PPT.pptx
Agile PPT.pptx
 
Real estate management system
Real estate management systemReal estate management system
Real estate management system
 
Banking Management System Synopsys
Banking Management System SynopsysBanking Management System Synopsys
Banking Management System Synopsys
 
Net banking
Net banking Net banking
Net banking
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 

Recently uploaded (20)

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 

D017612529

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 25-29 www.iosrjournals.org DOI: 10.9790/0661-17612529 www.iosrjournals.org 25 | Page Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining Bhowmick Chandrima1, Pal Arnab2, TahAvranil3 ESL, Dumdum Lab, CA-5, Salt Lake City, Kolkata - 700064 Abstract:- In the present days of e-commerce and social engineering the use of artificial intelligent system and data mining is one of the most relevant issue. Several investment sector giants use highly developed data mining procedure to serve the users in a better method. So, Risk factor calculation Algorithms are one of the most important topics in Data Science and Social Engineering.I have developed a web based system that will be fitted with huge amount of transaction data from the financial sectors of the current and the previous days. Now, according to the data from the database our system will be able to approximately guide the user whether he or she should go for that investment, and what is the risk factor about that particular investment. Moreover, I have worked in another research project where we have tried to design an intelligent system that can be used to control the internal loan sanction process of a bank. In that system each of the employees will have a credibility and a target according to the seniority of the employee. Based on those two factors the entire process will work and the profit or loss will also be dispersed and the accounts of them will be maintained. Index Terms- Investment and risk factor System, Data Mining, JSP, Web Development, Database, Artificial Intelligence. I. Introduction We intent to create anonline banking site which is a website emphasizes on various topics of investment related matters only accessible to pre-registered user. We have rendered facilities to the registered user as they can compare any policy, may check their accounts etc. Moreover, we aim on creating a target based pyramid structure which basically mean to handle the whole employee structure in a Database. We have operated on various languages and technology:-- 1. HTML (Hyper Text Markup Language) 2. CSS (Cascading Style Sheet) 3. JAVASCRIPT 4. MYSQL 5. JSP (Java Server Page) II. Motivation Now-a-days financial sectors are taking big leap to provide their customers more efficient and effective services.People are friendlier with internet based banking-services as it is more time effective and secure.Moreover,people can get prior recommendations before any investment calculating the risk factor.So they can take more realistic and prudent investment decisions to secure their future.There is also is growing tendency of chain marketing structure where people get involved in also various branches of an organization and share the portion of profit/loss to create a more interdependent money making structure. That’s why we have developed a platform which can serve to fulfill all the needs of the customers and also the whole organization which are involved in any kind of public services. We also put our conscious effort to make the web based system effective and efficient by introducing our own algorithm behind it. The methodology section describes the algorithm in detail with mathematical notations. III. Methodology In the following section we are going to describe the methodology of the project we have done:
  • 2. Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining DOI: 10.9790/0661-17612529 www.iosrjournals.org 26 | Page A. Flow Diagram Figure 1: Home page Figure 2: Add User
  • 3. Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining DOI: 10.9790/0661-17612529 www.iosrjournals.org 27 | Page Figure 3: Loan sanction and return Figure 4: Investment suggestion The Figure 1 describes the flow diagram of the Home Page that comes to the user at the very beginning. At first the system checks that whether any user is logged in or not. If someone is logged in then we are allowing him or her to proceed with the internet banking. Otherwise it prompts the user to login. The Figure 2 describes the flow diagram of Adding an User .While try to adding any user in the system it checks whether the person have required permission or not and validate credential and then enter information into the database. The Figure 3 describes the flow diagram of loan apply and return process .While any user in the system applying for a loan it checks whether the person have required permission or not and then sanction the loan. Also initiate loan return process and check and update database until loan return process is completed. The Figure 4 describes the flow diagram of investment suggestions to any user . As the website is completely login-based, visitors have to register for being profited from the features of website. When the user logged in the site with valid credentials there are various options to perform. User has level specific login page i.e user interface page for every user depending on their level of registration in the database.They can also add other users in any downward level in a tree structure. There is also option that an user can apply for a loan from the respective branch.We have created an option apply loan in the page that will take the user to a page where loan request formalities will be filled up and a request ID will be generated and will check the immediate parents who can fulfill the request. There may be possibility that one parent cannot fulfill the whole requested amount.So then the rest of requested amount will be checked with the parent id of the child who just sanctioned the previous amount .Thus the whole system will provide service based on tree structure. This system will also calculate the portions of profit or loss of the parent IDs depending on their sanction percentage. There is also a target calculation page for every member of the branch that they have to fulfill.This action has been done to make it a profit based organization.If anyone fails to fulfill the targeted amount on a particular year, the system internally calculate it and lowers the targeted amount. There is also an option investment.Before investing any user can choose options he/she interested in and compare the profits for a certain period of time. In the backend of the system it take datas like user’s monthly account balance, credit card balance and payment and suggest the profitable one with the help of artificial intelligence. Here we have used data mining process to get data from various tables and made some intelligent decisions to set some differences with the existing web based user friendly financial sector platforms.
  • 4. Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining DOI: 10.9790/0661-17612529 www.iosrjournals.org 28 | Page Table 1: The matrix to store relational database. id level parent_id 2 3 1 3 3 1 8 1 7 1 4 null 4 2 2 5 2 2 6 2 3 7 2 3 9 1 7 Now, from this table we can get exact parent child combination of every level in the particular organization .So we can handle the whole lending process of the bank in a better way .Also we can design level specific webpages based on the data fetched from this table. C. Databases: MySQL is the most popular Open Source Relational SQL database management system. We have used MySQL for storing and retrieving all the database information both conveniently and efficiently. In a database forum we have used several tables for different operation. Following are the tables:- 1. Table registration – Used for storing the details of the customer. As the data is fetched we store it with a particular id. This table has attributes, like- i) id (varchar) ii) fname (varchar). iii)lname(varchar) iv) emaild(varchar) v) password(varchar) 2.Table structure – Used for storing the relational details of customers. This table has attributes, like- i) id (varchar) ii)level (varchar). iii)parent_id(varchar) 3.Table loan_req – Used for storing the data of customer’s loan details. These table has attributes, like- i) id (varchar) ii) loan_id (varchar). iii)loan_amt (varchar) 3.Tableid_tar – Used for storing the data of agent’s target deatils. This table has attributes, like- i) id (varchar) ii) amount (varchar). 4.Tableid_curtar – Used for storing the data of agent’s current target deatils. This table has attributes, like- i) id (varchar) ii) curamount (varchar). 5.Tableshare_loanamt – Used for storing the data of agent’s sharing deatils. This table has attributes, like- i) id (varchar) ii) share_amt (varchar) iii) loan_id(varchar) 6.Tablepolicy_details – Used for storing various policy details to give best suggestions to their customers. This table has attributes, like- i) policy_id (varchar) ii) amt (varchar). iii) time (varchar) iv) interest (varchar) Here a varchar represents a string.
  • 5. Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining DOI: 10.9790/0661-17612529 www.iosrjournals.org 29 | Page IV. IV. Results Here goes some of the web pages of our development, which shows the recommendation and various other features. The Figure 4 is showing the Home Page of our system. Fig. 4 – Home page of our project V. Future Work We will work on this later and we will emphasize on the security of the system. We will use cryptographic algorithms like Hashing, Private Key Encryption intensively to make the system more secure and protect this from serious threats. Moreover, we will work on the Recommender System to make it more efficient. VI. Conclusion The methodology section describes the implementation of the system in detail and the result section shows that the system is working as per our expectation.