SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
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.

Contenu connexe

En vedette

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
 

En vedette (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
 

Similaire à D017612529

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
 
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
 

Similaire à 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
 

Plus de IOSR Journals

Plus de 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
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

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.