网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 计算机论文 -> 计算机论文 -> 商业银行信贷审批系统的设计与实现
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

商业银行信贷审批系统的设计与实现

本文ID:LW6681 字数:14868,页数:47 价格:¥50.00 → 信用说明

扫一扫 扫一扫
商业银行信贷审批系统的设计与实现

^论文字数:14868,页数:47  有开题报告,任务书

摘   要
 信贷业务作为银行的主要业务之一,是银行电子化建设的主要组成部分。针对目前金融改革的不断深入、银行间的竞争日益激烈等现状,对商业银行的信贷管理水平提出了更高的要求。信贷审批系统,能够实现信贷业务的集约化经营、科学化管理,对增强信贷资产的安全性,提高信贷审批管理水平,规范业务流程,加强信贷审批预决策的科学性起到极大的积极作用。信贷审批系统将为今后商业银行建设数据仓库,决策分析等提供最为基础的数据。当前国外公司已经大规模进军国内市场,管理理念和流程控制经过长期实践探索有许多优点,当然因为中国的国情、法律法规不同于其他国家,国外的信贷审批系统也有许多水土不服的地方。
 基于长治市商业银行的需求设计本系统。该系统针对传统信贷系统的不足,着重在技术上、业务逻辑上着手,本着“ 以客户为中心,以电子化管理为手段,以风险防范为目的 ”的设计原则,采用当今成熟稳定的 用Struts三层架构MVC模式,力争以强大、灵活、有效的解决方案将为信贷审批业务提供处理银行信贷审批业务管理所需要的所有综合管理能力与手段。系统全面涵盖银行信贷审批业务,集中了各种贷款的相关信息,实现信贷审批业务一体化管理。
 本文将介绍课题来源、研究意义和目前情况,概述系统需求,阐述系统体系结构,然后从开发环境、数据库设计、系统框架、流程控制、模块设计等方面详细说明整个开发设计过程,并说明本系统应用到的一些关键技术。

关键字:信贷审批,体系结构,Struts,MVC


 Design and Implementation of Commercial Bank Credit Approval System                                                        
 
                                                   
 

Abstract
 Credit Business credit as one of the main banking business, is the main component of e-banking construction. According to the deepening of current financial reform and the increasingly fierce competition among banks, commercial bank credit management demands a higher level. Credit approval System can achieve intensive and scientific management of the credit operations, play an active role in the enhancement of credit assets security, improvement of credit approval level,criterion of business management processes, and the enhancement of credit pre-approval scientific decision. In the future credit approval system will provide the most basic data in the building of data warehouse and decision Analysis for the commercial bank. Now foreign companies have already entered into the domestic market in a large-scale. Because of China's national conditions, laws and regulations different from other countries, foreign credit approval system has many unfamiliar places at the same time.
    We design this system based on the needs of commercial banks of Changzhi city. In view of the lack of traditional credit system, we focus on the technology and the business logic, use today's mature Struts MVC model three-tier structure with the principle of “Customer First, Electronic management, And Risk Prevention”, and provide a strong, flexible, effective solution to deal with bank credit approval business management. System full covers of bank credit approval procedure, focus on a variety of information related to loans, achieves integrated management of business credit approval.
 This paper introduces the source of issue, the significance of study, present condition, summarize system requirement, expound the infrastructure of system, Then this paper introduces the whole process of develop and design in detail from aspects of develop environment, database design, system framework, flow control, model design. Furthermore, we will discuss some key technique used by this system.

Key Words: Credit approval, Architecture, Struts, MVC

1. 绪论 1
1.1 课题背景 1
1.2 课题来源以及研究意义 1
1.3 课题目前研究情况及存在问题 2
1.4 本文结构 3
2. 系统需求 4
2.1 系统需求来源 4
2.2 系统需求 4
2.3 系统设计原则 5
2.3.1 标准化与有机集成相结合的原则 5
2.3.2 先进性和实用性相结合的原则 5
2.3.3 安全可靠性与灵活性相结合的运营管理原则 6
2.4 小结 6
3. 系统总体设计 7
3.1 系统层次结构 7
3.2 系统硬件框架 7
3.3 系统数据流设计 8
3.4 系统驱动模式设计 8
3.5 系统功能设计 9
3.6 系统权限控制和数据库设计 9
3.6.1 待审批贷款查询数据库设计 10
3.6.2 审批查询数据库设计 10
3.6.3 贷款审批修改数据库设计 11
3.6.4 审批详情数据库设计 12
3.6.5 贷款权限分配维护数据库设计 12
3.6.6 贷款权限修改 12
3.6.7 贷款批复信息数据库设计 13
3.6.8 审批流程数据定义 14
3.7 小结 14
4. 系统技术 15
4.1 系统技术实现 15
4.2 系统接口技术 16
4.2.1 信贷系统信息通道 16
4.2.2 信贷系统接口 17
4.3 信贷审批的算法核心-信用等级评定 17
4.3.1 贷款风险度计算公式: 18
4.3.2 贷款信用度计算公式: 19
4.3.3 信用等级评定流程: 19
4.4 报表引擎技术: 20
4.5小结 20
5. 系统软件实现 21
5.1 系统导航界面 21
5.2 系统数据交换流程 21
5.3 系统控制流程 22
5.4 信贷审批界面举例 22
5.4.1 待审工作平台-查看意见 23
5.4.2 待审工作平台-申请信息查看 23
5.4.3 待审工作平台-客户信息 24
5.4.4 待审工作平台-担保信息 24
5.4.5 待审工作平台-查看附件 25
5.4.6 待审工作平台-票据信息 25
5.4.7 待审工作平台-项目信息 26
5.4.8 待审工作平台-证件信息 26
5.5 小结 26
总结 27
致谢 28
参考文献 29
附录A 部分源程序 30

商业银行信贷审批系统的设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:测试管理系统的设计与实现 下一篇:电子政务系统中事务管理模块的设..
推荐论文 本专业最新论文
Tags:商业 银行信贷 审批 系统 设计 实现 2010-04-28 18:21:22【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有