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

Redes de computadora
Redes de computadoraRedes de computadora
Redes de computadora
Dani_torres
 
CSEE RESULTS - Azania secondary school
CSEE RESULTS - Azania secondary schoolCSEE RESULTS - Azania secondary school
CSEE RESULTS - Azania secondary school
sam omuga
 
KOSMApp: hodnotící věrnostní mobilní aplikace
KOSMApp: hodnotící věrnostní mobilní aplikaceKOSMApp: hodnotící věrnostní mobilní aplikace
KOSMApp: hodnotící věrnostní mobilní aplikace
Studia nových médii, FF UK, Praha
 
Infografia
InfografiaInfografia
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
Studia nových médii, FF UK, Praha
 
Outsourcing Book Adecco Russia
Outsourcing Book Adecco RussiaOutsourcing Book Adecco Russia
Outsourcing Book Adecco Russia
Adecco RU
 
Global hiv vaccine market future outlook
Global hiv vaccine market future outlookGlobal hiv vaccine market future outlook
Global hiv vaccine market future outlook
KuicK Research
 
Presentacion Rodney Balbuena
Presentacion  Rodney BalbuenaPresentacion  Rodney Balbuena
Presentacion Rodney Balbuena
Rodney Paul Balbuena Martinez
 
How to Start or reboot your blog: 8 success factors that determine your blo...
How to Start or reboot your blog:  8 success factors  that determine your blo...How to Start or reboot your blog:  8 success factors  that determine your blo...
How to Start or reboot your blog: 8 success factors that determine your blo...
Chris Garrett
 
DOAJ a český časopisecký rybníček
DOAJ a český časopisecký rybníčekDOAJ a český časopisecký rybníček
DOAJ a český časopisecký rybníček
Tereza Simandlová
 
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
Concordia University
 
Direccionamiento directo
Direccionamiento directoDireccionamiento directo
Direccionamiento directo
romo91
 
Jsme vidět? Česká open access komunita
Jsme vidět? Česká open access komunitaJsme vidět? Česká open access komunita
Jsme vidět? Česká open access komunita
Tereza Simandlová
 
How To Become A Successful Student
How To Become A Successful StudentHow To Become A Successful Student
How To Become A Successful Student
sam omuga
 
Soasta | CloudBees webinar 11/12/2015
Soasta | CloudBees webinar 11/12/2015Soasta | CloudBees webinar 11/12/2015
Soasta | CloudBees webinar 11/12/2015
SOASTA
 
MSR 2009
MSR 2009MSR 2009
MSR 2009
swy351
 
How to be a successful college student 2015
How to be a successful college student 2015How to be a successful college student 2015
How to be a successful college student 2015
Marsha Lynn Hudson
 
Animated Visualization of Software History Using Software Evolution Storyboards
Animated Visualization of Software History Using Software Evolution StoryboardsAnimated Visualization of Software History Using Software Evolution Storyboards
Animated Visualization of Software History Using Software Evolution Storyboards
SAIL_QU
 

Viewers also liked (18)

Redes de computadora
Redes de computadoraRedes de computadora
Redes de computadora
 
CSEE RESULTS - Azania secondary school
CSEE RESULTS - Azania secondary schoolCSEE RESULTS - Azania secondary school
CSEE RESULTS - Azania secondary school
 
KOSMApp: hodnotící věrnostní mobilní aplikace
KOSMApp: hodnotící věrnostní mobilní aplikaceKOSMApp: hodnotící věrnostní mobilní aplikace
KOSMApp: hodnotící věrnostní mobilní aplikace
 
Infografia
InfografiaInfografia
Infografia
 
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
Jak (do)studovat @stunome? Informace pro studující 1. ročníku akademického ro...
 
Outsourcing Book Adecco Russia
Outsourcing Book Adecco RussiaOutsourcing Book Adecco Russia
Outsourcing Book Adecco Russia
 
Global hiv vaccine market future outlook
Global hiv vaccine market future outlookGlobal hiv vaccine market future outlook
Global hiv vaccine market future outlook
 
Presentacion Rodney Balbuena
Presentacion  Rodney BalbuenaPresentacion  Rodney Balbuena
Presentacion Rodney Balbuena
 
How to Start or reboot your blog: 8 success factors that determine your blo...
How to Start or reboot your blog:  8 success factors  that determine your blo...How to Start or reboot your blog:  8 success factors  that determine your blo...
How to Start or reboot your blog: 8 success factors that determine your blo...
 
DOAJ a český časopisecký rybníček
DOAJ a český časopisecký rybníčekDOAJ a český časopisecký rybníček
DOAJ a český časopisecký rybníček
 
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
FSE2016 - CacheOptimizer: Helping Developers Configure Caching Frameworks for...
 
Direccionamiento directo
Direccionamiento directoDireccionamiento directo
Direccionamiento directo
 
Jsme vidět? Česká open access komunita
Jsme vidět? Česká open access komunitaJsme vidět? Česká open access komunita
Jsme vidět? Česká open access komunita
 
How To Become A Successful Student
How To Become A Successful StudentHow To Become A Successful Student
How To Become A Successful Student
 
Soasta | CloudBees webinar 11/12/2015
Soasta | CloudBees webinar 11/12/2015Soasta | CloudBees webinar 11/12/2015
Soasta | CloudBees webinar 11/12/2015
 
MSR 2009
MSR 2009MSR 2009
MSR 2009
 
How to be a successful college student 2015
How to be a successful college student 2015How to be a successful college student 2015
How to be a successful college student 2015
 
Animated Visualization of Software History Using Software Evolution Storyboards
Animated Visualization of Software History Using Software Evolution StoryboardsAnimated Visualization of Software History Using Software Evolution Storyboards
Animated Visualization of Software History Using Software Evolution Storyboards
 

Similar to Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining

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 Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining (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 iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
iosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
iosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
iosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
iosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
iosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
iosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
iosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
iosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 

Recently uploaded (20)

Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 

Artificially Intelligent Investment Risk Calculation system based on Distributed Data Mining

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