KR20040035098A - System for Providing Banking Business Service and Method of Generating Program thereof - Google Patents

System for Providing Banking Business Service and Method of Generating Program thereof Download PDF

Info

Publication number
KR20040035098A
KR20040035098A KR1020020063831A KR20020063831A KR20040035098A KR 20040035098 A KR20040035098 A KR 20040035098A KR 1020020063831 A KR1020020063831 A KR 1020020063831A KR 20020063831 A KR20020063831 A KR 20020063831A KR 20040035098 A KR20040035098 A KR 20040035098A
Authority
KR
South Korea
Prior art keywords
group
task
sub
unit
information
Prior art date
Application number
KR1020020063831A
Other languages
Korean (ko)
Inventor
임재현
Original Assignee
(주)하나인포테크
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)하나인포테크 filed Critical (주)하나인포테크
Priority to KR1020020063831A priority Critical patent/KR20040035098A/en
Publication of KR20040035098A publication Critical patent/KR20040035098A/en

Links

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

PURPOSE: A system for offering a banking service having a hierarchical structure and a method for generating a program are provided to reuse a low or a high level business group comprising a combination of unit businesses by generating the program for offering a banking business as the combination of components having the hierarchical structure of the high and low level business group, and unit business. CONSTITUTION: A unit business database(132) stores the program for executing the unit businesses. Hierarchical business group information databases(112,122) store the descriptor information of the low level business groups or the unit businesses included in the specified business group, and the process routine information defining an executing order and a data input/output relation between the low level business groups or the unit businesses. A unit business processing server(130) executes the unit business included in the high level business group. Hierarchical business group management servers(110,120) transmit the business group information to a low level business group management server by receiving the high level business group information from a high level business group management server, and vice versa.

Description

계층적 구조를 가지는 금융업무 서비스 제공시스템 및 프로그램 생성방법{System for Providing Banking Business Service and Method of Generating Program thereof}System for Providing Banking Business Service and Method of Generating Program

본 발명은 금융서비스 제공방법에 관한 것으로, 보다 상세하게는 계층화된 객체지향 프로그래밍방법을 통해 금융서비스를 제공할 수 있는 기술에 관한 것이다.The present invention relates to a financial service providing method, and more particularly, to a technology capable of providing a financial service through a layered object-oriented programming method.

금융환경의 급격한 변화 및 고객요구의 다양화에 부흥하기 위해 금융기관에서는 적시에 새로운 금융서비스를 제공하고, 다종다양한 금융서비스를 효율적으로 관리하는 것이 중요한 문제가 되고 있다. 개별 금융서비스는 이자율, 기간, 등의 세부적인 조건을 제외하고 공통된 구성을 다량 포함하고 있음에도 불구하고, 종래의 금융서비스 개발방법은 각각의 금융서비스마다 전체를 개별적인 하드코딩(hard-coding)을 통해 개발되기 때문에, 신규 금융서비스 제공을 위해 소요되는 시간 및 비용이 증가하고, 동일한 구성에 대한 프로그램의 재활용율이 떨어지는 문제점이 있었다.In order to revive the rapid change in the financial environment and diversification of customer demand, it is becoming an important issue for financial institutions to provide new financial services in a timely manner and efficiently manage various financial services. Although individual financial services include a large number of common components except for detailed conditions such as interest rates, periods, etc., the conventional financial service development method uses a total of individual hard-coding for each financial service. Because of the development, the time and cost required to provide new financial services increase, and the recycling rate of the program for the same configuration is lowered.

본 발명은 상기의 문제점을 해결하기 위한 것으로서, 금융업무 제공을 위한 프로그램을 상위업무군, 하위업무군, 단위업무의 계층구조를 가지는 컴퍼넌트의 조합으로 생성함으로써, 복수의 단위업무의 조합으로 이루어진 하위업무군 또는 상위업무군 자체를 재활용할 수 있는 방법을 제공하는데 그 목적이 있다.The present invention has been made to solve the above problems, by generating a combination of components having a hierarchical structure of a higher service group, a lower service group, and a unit service for providing a financial service, the lower part consisting of a combination of a plurality of unit operations The purpose is to provide a way to recycle the service group or the higher service group itself.

본 발명의 바람직한 실시례에 따르면 각각의 상위업무군, 하위업무군, 및 단위업무는 카테고리 식별자를 더 포함함으로써, 각각의 컴퍼넌트를 효율적으로 분류하어 재사용율 및 유지보수의 편의성을 제고하는데 다른 목적이 있다.According to a preferred embodiment of the present invention, each of the upper task group, the lower task group, and the unit task further includes a category identifier, thereby efficiently classifying each component to improve reuse and maintenance convenience. have.

본 발명의 또 다른 바람직한 실시례에 따르면 각각의 단위업무는 조절가능한 파라미터를 효율적으로 분류하기 위한 는 파라미터 인덱스를 더 포함함으로써, 통합적으로 파라미터를 조정하는데 또 다른 목적이 있다.According to another preferred embodiment of the present invention, each unit task further includes a parameter index for efficiently classifying adjustable parameters, thereby having another object of adjusting parameters collectively.

도 1은 본 발명의 실시례에 따른 금융업무의 구조를 도시하는 블록도.1 is a block diagram showing the structure of a financial service according to an embodiment of the present invention.

도 2는 본 발명의 실시례에 따른 금양업무 서비스 제공시스템의 블록도.Figure 2 is a block diagram of a geumyang service service system according to an embodiment of the present invention.

도 3은 본 발명의 실시례에 따른 금융업무 프로그램 생성방법을 도시하는 흐름도.3 is a flowchart illustrating a method for generating a financial program according to an embodiment of the present invention.

도 4는 본 발명의 실시례에 따른 하위업무군 선택과정을 도시하는 흐름도.4 is a flowchart illustrating a sub-task group selection process according to an embodiment of the present invention.

도 5는 본 발명의 실시례에 따른 금융업무 프로그램 제공방법을 도시하는 흐름도.5 is a flowchart illustrating a method for providing a financial program according to an embodiment of the present invention.

도 6은 본 발명의 실시례에 따른 하위업무군 처리과정을 도시하는 흐름도.6 is a flowchart illustrating a sub-task group processing process according to an embodiment of the present invention.

< 도면의 주요부분에 대한 부호의 설명 ><Description of Symbols for Major Parts of Drawings>

10, 20 30, 40 : 하위업무군12,14,16,18 : 단위업무10, 20 30, 40: sub-task group 12, 14, 16, 18: unit service

19 : 하위업무군 처리루틴정보50 : 상위업무군 처리루틴정보19: subtask group processing routine information 50: supertask group processing routine information

100 : 상위업무군110 : 상위업무군 관리서버100: upper task group 110: upper task group management server

112 : 상위업무군 정보데이터베이스120 : 하위업무군 관리서버112: upper task group information database 120: lower task group management server

122 : 하위업무군 정보데이터베이스130 : 단위업무 처리서버122: subtask group information database 130: unit business processing server

140 : 통신망150,152,153 : 사용자 단말140: communication network 150, 152, 153: user terminal

상기한 목적을 달성하기 위하여, 복수의 사용자와 통신망을 통해 접속되는 금융업무 제공시스템은, 복수의 단위업무를 실행하기 위한 프로그램을 저장하는 단위업무 데이터베이스; 당해계층 업무군에 포함되는 복수의 하위계층 업무군 식별자 정보 또는 단위업무의 식별자 정보 및 상기 복수의 하위계층 업무군 또는 단위업무 간의 실행순서 및 데이터 입출력 관계를 정의하는 처리루틴 정보를 저장하는 계층별 업무군 정보 데이터베이스; 해당 금융업무에 속하는 상기 단위업무의 실행에 요구되는 파라미터 정보를 저장하는 파라미터 정보 데이터 베이스; 상기 파라미터 정보에 기초하여 상위계층 업무군에 속하는 단위업무를 실행하기 위한 단위업무 처리서버; 상기 계층별 업무군 정보 데이터베이스와 접속되고, 상위계층 업무군 관리서버로부터 상위계층 업무군 정보를 전송받아 상위계층 업무군에 속하는 당해계층 업무군 정보를 하위계층 업무군 관리서버로 전송하고, 상기 하위계층 업무군 관리서버로부터 하위계층 업무군 처리결과를 입력받아 당해계층 업무군 처리결과를 상기 상위계층 업무군 관리서버로 출력하는 계층별 업무군 관리서버를 포함하는 것을 특징으로 한다.In order to achieve the above object, a financial service providing system connected to a plurality of users through a communication network, a unit service database for storing a program for executing a plurality of unit tasks; For each layer that stores a plurality of sub-layer task group identifier information included in the layer task group or identifier information of a unit task, and processing routine information defining execution order and data input / output relationship between the plurality of sub-layer task group or unit tasks Workgroup information database; A parameter information database for storing parameter information required for the execution of the unit service belonging to the financial service; A unit task processing server for executing a unit task belonging to an upper layer task group based on the parameter information; Connected to the hierarchical work group information database, receives the hierarchical work group information from an upper hierarchical work group management server, and transmits the hierarchical work group information belonging to an upper hierarchical work group to a lower hierarchical work group management server; It is characterized in that it comprises a hierarchical work group management server for receiving the lower hierarchical work group processing results from the hierarchical work group management server and outputting the hierarchical work group processing results to the upper hierarchical work group management server.

또한, 본 발명에 따른 금융업무 서비스 제공 프로그램의 생성방법은, 상위업무군의 식별자를 결정하는 제1단계; 상기 상위업무군에 포함시킬 복수의 하위업무군을 선택하는 제2단계; 상기 복수의 하위업무군간의 처리루틴을 입력하는 제3단계; 상기 상위업무군에 포함되는 상기 복수의 하위업무군 리스트 정보 및 상기 하위업무군간의 처리루틴을 저장하는 제4단계를 포함하되; 상기 제2단계는, 하위업무군을 새로 정의하는지 여부를 판단하는 제1부단계; 제1부단계의 판단결과 새로 정의하는 경우, 상기 하위업무군의 식별자를 결정하는 제2부단계; 상기 하위업무군에 포함시킬 복수의 단위업무를 선택하고, 상기 복수의 단위업무의 파라미터를 설정하는 제3부단계; 상기 복수의 단위업무간의 처리루틴을 입력하는 제4부단계; 상기 하위업무군에 포함되는 상기 복수의 단위업무 리스트 정보, 상기 복수의 단위업무간의 처리루틴, 및 상기 복수의 단위업무의 파라미터 정보를 저장하는 제5부단계; 상기 상위업무군에 더 포함시킬 하위업무군이 존재하는 경우 상기 제1부단계로 복귀하고, 그렇지 않은 경우는 상기 제3단계로 복귀하는 제6부단계; 상기 제1부단계의 판단결과 새로 정의하지 않는 경우, 기저장된 하위업무군을 선택하는 제7부단계; 및 상기 기저장된 하위업무군을 수정할 경우는 새로운 하위업무군의 식별자를 결정하여 상기 제5부단계로 복귀하고, 그렇지 않은 경우는 바로 상기 제6부단계로 복귀하는 제8부단계를 포함하는 것을 특징으로 한다.In addition, the method for generating a financial service service providing program according to the present invention includes a first step of determining an identifier of a higher service group; Selecting a plurality of sub-service groups to be included in the higher service group; A third step of inputting a processing routine between the plurality of sub-task groups; A fourth step of storing the plurality of sub-service group list information included in the higher task group and a processing routine between the sub-task group; The second step may include: a first substep of determining whether to define a new subordinate work group; A second sub-step for determining an identifier of the sub-task group when a result of the determination of the first sub-step is newly defined; A third sub-step of selecting a plurality of unit tasks to be included in the lower task group and setting parameters of the plurality of unit tasks; A fourth sub-step of inputting processing routines between the plurality of unit tasks; A fifth sub-step of storing the plurality of unit task list information included in the sub-task group, a processing routine between the plurality of unit tasks, and parameter information of the plurality of unit tasks; A sixth substep of returning to the first substep if there is a subtask group to be included in the higher task group, and returning to the third step if not; A seventh sub-step of selecting a pre-stored sub-task group if not newly defined as a result of the determination in the first sub-step; And an eighth sub-step of determining an identifier of a new sub-task group to return to the fifth sub-step if the previously stored sub-task group is modified, and otherwise returning to the sixth sub-step immediately. It features.

마지막으로, 통신망을 통해 접속되는 사용자에 대한 본 발명에 따른 금융서비스 제공방법은, 사용자가 금융서비스를 요청하는 제1 단계; 상기 금융서비스에해당하는 상위업무군 정보를 검색하는 제2 단계; 상기 상위업무군 정보에 따라 복수의 하위업무군 및 단위업무를 처리하는 제3 단계; 및 상기 상위업무군의 처리결과를 사용자에게 출력하는 제4단계를 포함하되; 상기 제3단계의, 복수의 상기 하위업무군의 처리는 복수의 상기 하위업무군간의 처리규칙을 정의하는 상위업무군 처리루틴정보에 따라 수행되고, 복수의 상기 단위업무의 처리는 각각의 상기 하위업무군에서의 복수의 상기 단위업무간의 처리규칙을 정의하는 하위업무군 처리루틴정보에 따라 수행되는 것을 특징으로 한다.Finally, the method for providing a financial service according to the present invention for a user connected through a communication network comprises: a first step of a user requesting a financial service; A second step of retrieving upper task group information corresponding to the financial service; A third step of processing a plurality of subtask groups and unit tasks according to the higher task group information; And a fourth step of outputting a processing result of the upper task group to a user; In the third step, the processing of the plurality of sub-service groups is performed according to the higher service group processing routine information defining the processing rule between the plurality of sub-service groups, and the processing of the plurality of the unit tasks is performed for each of the sub-tasks. Characterized in that it is performed according to the sub-task group processing routine information defining the processing rule between the plurality of unit tasks in the service group.

상술한 목적 및 기타의 목적과 본 발명의 특징 및 이점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이다. 이하, 첨부된 도면을 참조하여 본 발명의 실시예를 상세히 설명하면 다음과 같다.The above and other objects and features and advantages of the present invention will become more apparent from the following detailed description taken in conjunction with the accompanying drawings. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 실시례에 따른 금융서비스의 구조를 도시하는 구성도이다. 각각의 금융서비스는 하나의 상위업무군(100)으로 정의되며, 상위업무군(100)은 복수의 하위업무군(10,20,30,40) 및 상위업무군 처리루틴 정보(50)으로 구성된다. 하위업무군(10,20,30,40)은 상위업무군(100)에서 서로 분리될 수 있는 처리과정을 각각 컴퍼넌트화한 것을 말한다. 예를 들어, 통장조회 서비스를 상위업무군(100)으로 설정하면, 사용자 인증처리, 원장데이터베이스 접근처리, 잔액정보 추출처리, 및 전문 메시지 변환처리는 각각의 하위업무군(10,20,30,40)에 해당한다. 상위업무군 처리루틴 정보(50)은 각각의 하위업무군(10,20,30,40)의 처리순서 및 조건부 처리를 규정하는 정보를 의미한다. 따라서, 상위업무군 처리루틴 정보(50)에 의해서 각각의 하위업무군(10,20,30,40)의 입출력 데이터가 제어된다.1 is a block diagram showing the structure of a financial service according to an embodiment of the present invention. Each financial service is defined as one upper task group 100, the upper task group 100 is composed of a plurality of lower task groups (10, 20, 30, 40) and higher task group processing routine information (50) do. The lower task groups 10, 20, 30, and 40 refer to componentized processing processes that can be separated from each other in the upper task group 100. FIG. For example, if the bank account inquiry service is set to the upper task group 100, the user authentication process, the ledger database access process, the balance information extraction process, and the specialized message conversion process may be performed on the respective sub-task group 10, 20, 30, 40). The upper task group processing routine information 50 means information for defining the processing order and conditional processing of each of the lower task groups 10, 20, 30, and 40. FIG. Therefore, the input / output data of each of the lower task groups 10, 20, 30, and 40 is controlled by the upper task group processing routine information 50. FIG.

각각의 하위업무군(10,20,30,40)은 다시 복수의 단위업무(12,14,16,18) 및 하위업무군 처리루틴 정보(19)로 구성된다. 단위업무(12,14,16,18)는 개별적인 데이터의 트랜잭션 처리를 정의하는 최소단위의 프로그램을 의미한다. 바람직하게는 단위업무(12,14,16,18)는 유사업무 간에는 동일한 단위업무를 지정하여 사용하되 예금상품, 이자율, 예금 수수료, 예금 세율, 등과 같이 변경가능한 부분은 파라미터 조정방식으로 변경할 수 있도록 하여 개별 하위업무군(10,20,30,40)에서의 재사용율을 높일 수 있다. 파라미터의 조정은 개별 단위업무 단위로 이루어질 수 도 있지만 하위업무군 또는 상위업무군의 지정이 완료된 후 파라미터 조정이 가능한 단위업무를 일괄적으로 입력하여 단위업무마다 동일한 파라미터 조정단계를 거쳐야 하는 번거로움을 제거할 수 있다. 예컨대, 신규예금상품의 경우 기본이 되는 단위업무를 "요구불성예금", "정기성예금", "적립식예금", "수표발행예금"을 별도의 표준 하위업무군 또는 표준 상위업무군으로 제공하고 각각의 단위업무에 있어서 변경가능한 파라미터를 "예금상품 파라미터그룹", "예금이자 파라미터 그룹", "예금 수수료 파라미터 그룹", "예금 세율 파라미터 그룹", "계정코드 파라미터 그룹"으로 그룹화하여 일괄적으로 파라미터를 변경함으로써 다양한 종류의 신규예금상품을 손쉽게 제공하도록 할 수 있다.Each of the sub-task groups 10, 20, 30, and 40 is composed of a plurality of unit tasks 12, 14, 16, 18 and sub-service group processing routine information 19. Unit tasks 12, 14, 16, and 18 refer to the smallest program that defines the transactional processing of individual data. Preferably, the unit tasks 12, 14, 16 and 18 designate the same unit tasks among similar tasks, but change the parts that can be changed such as deposit products, interest rates, deposit fees, deposit tax rates, etc. by adjusting parameters. By increasing the reuse rate in the individual sub-task group (10, 20, 30, 40). The adjustment of parameters may be done in individual unit tasks, but after the designation of the lower task group or upper task group is completed, the unit tasks that can be adjusted in parameters are collectively entered to avoid the trouble of having to go through the same parameter adjustment step for each task. Can be removed. For example, in the case of new deposit products, the basic unit service is provided as "non-requirement deposit", "regular deposit", "earned deposit" and "check deposit" as separate standard sub-task groups or standard super-service groups. The parameters that can be changed in the unit of work are grouped into "deposit instrument parameter group", "deposit interest parameter group", "deposit fee parameter group", "deposit tax rate parameter group" and "account code parameter group" It is possible to easily provide various kinds of new deposit products by changing.

그룹화된 단위업무 파라미터 조정을 위해서 각각의 단위업무는 조정가능한 파라미터 별로 그 파라미터가 포함되는 파라미터 그룹 인덱스 정보를 더 포함할 수 있다. 이 경우 사용자가 금융업무 생성을 위하여 포함될 단위업무를 지정하여 하위업무군 또는 상위업무군의 생성 또는 표준업무군의 선택이 완료되면 시스템은 복수의 단위업무의 파라미터 그룹 인덱스 정보를 인식하여 자동하여 조정가능한 파라미터를 그룹화하여 사용자에게 제공하고 사용자가 파라미터를 입력하면 그 입력된 정보를 연관된 단위업무에서 사용하도록 한다.In order to adjust the grouped unit task parameters, each unit task may further include parameter group index information including the parameter for each adjustable parameter. In this case, when the user designates the unit task to be included for the financial task generation and the creation of the lower task group or upper task group or selection of the standard task group is completed, the system recognizes the parameter group index information of the plurality of unit tasks and automatically adjusts them Possible parameters are grouped and provided to the user, and when the user enters the parameter, the entered information is used by the associated unit of work.

하위업무군 처리루틴 정보(19)은 각각의 단위업무(12,14,16,18)의 처리순서 및 조건부 처리를 규정하는 정보를 의미한다. 따라서, 하위업무군 처리루틴 정보(19)에 의해서 각각의 단위업무(12,14,16,18)의 입출력 데이터가 제어된다.The sub-task group processing routine information 19 means information for defining the processing order and conditional processing of each unit task 12, 14, 16, and 18. Therefore, the input / output data of each unit task 12, 14, 16, 18 is controlled by the subordinate task group processing routine information 19.

도 2는 본 발명의 실시례에 따른 금융서비스 시스템을 도시하는 구성도이다. 사용자 단말(150,152,153)은 통신망(140)을 통해 금융서비스 도메인과 통신접속이 이루어진다. 통신망(140)은 인트라넷, 인터넷, LAN, PSTN을 포함하는 유무선통신망을 포함한다.2 is a block diagram showing a financial service system according to an embodiment of the present invention. The user terminals 150, 152 and 153 communicate with the financial service domain through the communication network 140. The communication network 140 includes a wired and wireless communication network including an intranet, the Internet, a LAN, and a PSTN.

상위업무군 관리서버(110)는 사용자단말(150,152,153)에서 요청하는 금융서비스에 해당하는 상위업무군 정보를 상위업무군 정보 데이터베이스(112)에서 불러들여 상위업무군을 구성하는 하위업무군을 상위업무군 정보에 따라 서로 연계한다. 상위업무군 정보는 상위업무군 처리루틴 정보(114) 및 하위업무 식별자 목록(116)을 포함하는데, 하위업무군 식별자 목록(116)은 상위업무군을 구성하는 복수의 하위업무군의 식별자를 특정하여 상위업무군의 처리에 필요한 하위업무군을 하위업무군 관리서버(120)에 알린다.The upper task group management server 110 calls the upper task group information corresponding to the financial service requested by the user terminal 150, 152, 153 from the upper task group information database 112, and performs the lower task group constituting the upper task group. Link to each other according to military information. The parent task group information includes the parent task group processing routine information 114 and the sub task identifier list 116. The sub task group identifier list 116 specifies the identifiers of a plurality of sub task groups constituting the parent task group. The lower task group required for the processing of the upper task group is notified to the lower task group management server 120.

하위업무군 관리서버(122)는 상위업무군 관리서버(110)가 전송한 하위업무군 식별자 목록(116)에 따라 해당하는 하위업무군의 경로를 탐색하여 하위업무군 정보 데이터베이스(122)에서 필요한 하위업무군 정보를 불러들여 하위업무군을 구성하는단위업무를 하위업무군 정보에 따라 서로 연계한다. 하위업무군 정보는 하위업무군 처리루틴 정보(124), 단위업무식별자 목록(126), 단위업무파라미터 정보(128)를 포함한다. 하위업무군 관리서버(120)는 단위업무식별자 목록(126)을 통해 특정 하위업무군을 구성하는 단위업무를 단위업무 처리서버(130)에 알리고, 하위업무 처리루틴 정보(124)을 통해 단위업무간의 데이터 입출력 관계 및 처리순서를 정의하며, 단위업무파라미터 정보(128)를 단위업무 처리서버(130)에 알려 사용자가 선택한 금융서비스에 적합한 연산이 단위업무 처리서버(130)에서 이루어지도록 한다.The sub-service group management server 122 searches for the path of the corresponding sub-service group according to the sub-service group identifier list 116 transmitted by the upper-service group management server 110 and is required in the sub-work group information database 122. Retrieval of subtask group information to link the unit tasks that make up the subtask group according to subtask group information. The subtask group information includes subtask group processing routine information 124, unit task identifier list 126, and unit task parameter information 128. The lower task group management server 120 notifies the unit task processing server 130 of the unit task constituting the specific sub task group through the unit task identifier list 126, and the unit task through the sub task processing routine information 124. The data input / output relationship and the processing order are defined. The unit task parameter information 128 is notified to the unit task processing server 130 so that the operation suitable for the financial service selected by the user is performed by the unit task processing server 130.

단위업무 처리서버(130)는 하위업무군 관리서버(120)가 전송한 단위업무식별자 목록(116)에 따라 해당하는 단위업무의 경로를 탐색하여 단위업무 프로그램을 실행시키고, 하위업무군 처리루틴 정보(122)에 따라 하위업무군에 속하는 단위업무 프로그램간의 데이터 입출력 관계, 실행순서, 조건규칙을 정의하고, 단위업무 파라미터 정보(128)에 따라 단위업무 프로그램의 실행에 필요한 파라미터를 입력받는다.The unit task processing server 130 searches for the path of the unit task according to the unit task identifier list 116 transmitted from the sub task group management server 120 to execute the unit task program, and the sub task group processing routine information. According to 122, data input / output relations, execution order, and condition rules between the unit service programs belonging to the lower service group are defined, and parameters required for the execution of the unit service program are received according to the unit service parameter information 128.

상위업무 관리서버(110), 하위업무군 관리서버(120), 단위업무 처리서버(130)는 기능상의 특징을 명확히 하기 위하여 구분한 것이고, 물리적으로 구분되어야 할 것은 아니고 단일의 대용량 프로세서에 의해 상기 서버의 기능이 수행될 수 있고, 각각의 서버는 복수개가 구비되어 금융서비스 도메인에 산재하여 병렬적으로 운용될 수도 있다.The upper task management server 110, the lower task group management server 120, and the unit task processing server 130 are distinguished for clarity of functional features, and are not physically separated and are described by a single large processor. The function of the server may be performed, and each server may be provided in plural and be distributed in a financial service domain and operated in parallel.

도 3은 본 발명의 실시례에 따른 신규 금융서비스 생성방법을 도시하는 흐름도이다. 사용자(150)는 통신망(140)을 통해 소정의 인증절차를 거쳐 금융서비스 도메인에 접속하여 신규 금융서비스 생성메뉴를 선택하는 등의 방법으로 금융서비스 생성단계를 시작한다.3 is a flowchart illustrating a new financial service generation method according to an embodiment of the present invention. The user 150 accesses the financial service domain through the communication network 140 and starts a financial service generation step by selecting a new financial service creation menu.

먼저, 사용자(150)는 신규 생성할 금융서비스를 식별하기 위한 상위업무군 식별자를 입력한다(S10). 상위업무군 식별자를 입력하는 단계는 반드시 처음단계에 수행되어야 하는 것은 아니고 금융서비스 생성의 전단계 중 어느 단계에서도 수행될 수 있다. 상위업무군 식별자는 기존의 생성된 상위업무군의 일부를 개량하여 새로운 금융서비스를 생성하고자 하는 경우에 기존의 상위업무군을 불러오기 위해 사용되고, 당해 금융서비스 이용자에게 제공하기 위해 사용된다. 상위업무군 식별자는 상위업무군 정보 데이터베이스(112)에 저장된 각각의 상위업무군 정보의 경로의 표지로써 기능하며, 상위업무군 식별자 자체가 바로 상위업무군 정보의 경로를 제공할 수도 있고, 상기 경로와 특정 상위업무군 식별자간의 매핑정보 데이터베이스를 더 포함하여 경로를 특정할 수도 있다.First, the user 150 inputs a higher task group identifier for identifying a financial service to be newly created (S10). The step of entering the senior business group identifier does not necessarily have to be performed at the first stage but may be performed at any stage of the financial service generation. The upper task class identifier is used to retrieve an existing upper task class when a part of an existing generated upper task class is to be created to create a new financial service, and used to provide the financial service user. The upper task group identifier serves as an indication of a path of each higher task group information stored in the upper task group information database 112, and the upper task group identifier itself may directly provide a path of upper task group information. And a mapping information database between a specific upper task group identifier and a specific path may be specified.

다음으로, 사용자가 상위업무군을 구성할 하위업무군을 생성 또는 선택하는 하위업무군 선택루틴을 거친다(S20). 하위업무군 선택루틴은 도 4에 도시된 바와 같이 하위업무군을 생성하거나 기저장된 하위업무군을 선택 또는 수정하여 선택한다. 하위업무군이 포함하는 단위업무의 범위는 사용자가 재사용 및 분류의 용이성을 고려하여 정할 수 있다.Next, the user goes through a sub-service group selection routine for generating or selecting a sub-service group for forming a higher-service group (S20). The sub-service group selection routine generates a sub-service group or selects or modifies a pre-stored sub-service group as shown in FIG. 4. The scope of the sub-tasks included in the sub-task group may be determined by the user in consideration of ease of reuse and classification.

도 4는 본 발명의 실시례에 따른 하위업무군 선택루틴을 도시하는 흐름도이다. 먼저, 하위업무군을 새로 정의하는 것인지를 판단하여(S200) 신규 하위업무군을 생성하는 경우는 하위업무에 포함될 단위업무를 선택하고(S210), 단위업무에 따라 요구되는 파라미터를 설정한다(S212). 더 추가할 단위업무가 존재하면 S210으로 복귀하고 그렇지 않은 경우는 하위업무군에 포함된 단위업무간의 처리루틴 정보를 입력하는 단계를 거친다(S216). 본 실시례에서는 단위업무 파라미터 설정단계는 각각의 단위업무 선택시마다 거치는 것으로 하였으나, 하위업무군 처리루틴 정보 입력단계(S216)에서 모든 단위업무에 대한 파라미터를 통합적으로 설정하도록 설계할 수 있다. 통합적으로 파라미터를 설정하는 경우, 각각의 단위업무별로 파라미터를 선택할 수도 있지만, 각 단위업무의 조절가능한 파라미터를 성질별로 그룹화하여 설정하는 방법으로 사용자의 조작편의성을 제고할 수 있다.4 is a flowchart showing a sub-service group selection routine according to an embodiment of the present invention. First, when it is determined whether to define a new sub-task group (S200), when creating a new sub-task group, the unit task to be included in the sub-task is selected (S210), and the required parameters are set according to the unit task (S212). ). If there is a unit task to be added further, the process returns to S210. Otherwise, the process routine inputs the processing routine information between the unit tasks included in the lower task group (S216). In the present exemplary embodiment, the unit task parameter setting step is performed for each unit task selection, but the unit task parameter setting step S216 may be designed to collectively set parameters for all the unit tasks in the inputting process routine information input step S216. In the case of setting parameters collectively, the parameters may be selected for each unit task, but the user's convenience may be improved by grouping and setting the adjustable parameters of each unit task by property.

사용자단말기의 입력장치의 조작으로 신규 하위업무군 설정이 아닌 것으로 판단되는 경우(S200)는 기저장된 하위업무를 불러와서 그대로 재사용할 지를 판단하여(S220), 하위업무군을 수정하는 것으로 판단되는 경우는 기저장된 하위업무군의 일부 단위업무의 추가, 삭제, 및 변경 또는 각 단위업무의 파라미터 또는 파라미터간의 하위업무군 처리루틴 정보를 수정하는 단계(S224)를 거친다.When it is determined that the operation of the input device of the user terminal is not set to the new sub-task group (S200), it is determined that the pre-stored sub-task is to be reused as it is (S220). The step S224 of adding, deleting, and changing some unit services of the pre-stored sub-service group or modifying sub-service group processing routine information between the parameters or parameters of each unit service.

상기의 하위업무 생성 또는 선택/수정 작업이 완료되면 하위업무군 정보저장단계(S230)를 거친다. 하위업무군을 구성하기 위해 S210 단계에서 선택된 복수의 단위업무는 단위업무 식별자 목록(124)으로, S212 단계에서 설정된 각 단위업무의 파라미터 값은 단위업무 파라미터 정보(128)로, S216 단계에서 입력된 하위업무군 처리루틴 정보는 하위업무군 처리루틴 정보(124)으로 하위업무군 정보 데이터베이스(122)에 저장된다. 본 실시례에서는 하위업무군 선택루틴(S20)의 마지막 단계에서 하위업무군 처리루틴 정보(124), 단위업무식별자 목록(126), 단위업무 파라미터정보(128)를 동시에 저장하는 단계(S230)를 포함하지만, 각각의 작업 즉, 단위업무 선택(S210)시마다 단위업무식별자 목록(126)이 추가저장되고, 단위업무 파라미터 설정(S212)시에 단위업무 파라미터 정보(128)가 저장되고, 하위업무군 처리루틴 정보입력(S216)시 하위업무군 처리루틴 정보가 저장되도록 구성할 수도 있다.When the subtask creation or selection / modification is completed, the subtask group information storage step (S230) is passed. A plurality of unit tasks selected in step S210 to configure a sub-task group is a unit task identifier list 124, the parameter value of each unit task set in step S212 is unit task parameter information 128, inputted in step S216 The sub-service group processing routine information is stored in the sub-business group information database 122 as the sub-service group processing routine information 124. In this embodiment, at the last step of the sub-service group selection routine S20, simultaneously storing the sub-service group processing routine information 124, the unit task identifier list 126, and the unit task parameter information 128 (S230). In addition, the unit task identifier list 126 is additionally stored for each task, that is, the unit task identifier list 126 at each task task selection (S210), and the unit task parameter information 128 is stored at the unit task parameter setting stage (S212). When processing the routine information input (S216) may be configured to store the sub-routine group processing routine information.

상위업무군을 구성하는 하나의 하위업무군에 대한 정의가 완료되면, 다른 하위업무군을 추가정의할 것인지를 판단하는 단계를 거친다(S30). S30 단계에서 하위업무군을 더 추가하는 것으로 판단되면 하위업무군 선택루틴(S20)으로 복귀하고, 그렇지 않은 경우는 상위업무군에 대한 정의를 완료한 것으로 판단하여 선택된 하위업무군간의 업무플로우를 정의하는 상위업무군 처리루틴 정보 입력단계(S40)를 거친다. 이 단계에서는 각각의 하위업무간의 데이터 입출력관계, 하위업무군의 처리순서, 조건별 처리 등의 상호관계를 정의한다.When the definition of one sub-task group constituting the upper task group is completed, it is determined whether to define another sub-task group (S30). If it is determined in step S30 to add more sub-task group to return to the sub-task group selection routine (S20), otherwise it is determined to complete the definition of the upper task group to define the work flow between the selected sub-task group. The upper task group processing routine information input step (S40) is passed. This step defines the interrelationships between the data I / O relationship between each subtask, the processing sequence of the subtask group, and the processing for each condition.

다음으로, 상위업무군 저장단계(S50)를 거친다. 이때 저장되는 정보는 상위업무군을 구성하는 각각의 하위업무군 식별자목록(116) 및 상위업무군 처리루틴 정보(114)을 포함한다.Next, the upper task group storage step (S50). At this time, the stored information includes each of the sub-service group identifier list 116 constituting the upper task group and the upper task group processing routine information 114.

도 5 및 도 6은 본 발명의 실시례에 따른 금융서비스 제공방법을 도시하는 흐름도이다. 먼저, 사용자(150)가 통신망(140)을 통해 금융서비스 도메인에 접속하여 금융서비스를 요청하면(S310), 상위업무군 관리서버(110)가 상위업무군 정보 데이터베이스(112)에서 사용자가 요청한 금융서비스에 해당하는 상위업무군 정보를 검색한다(S320). 해당하는 상위업무군 정보에 따라 상위업무군 관리서버(110)는 하위업무군 식별자목록(116)을 하위업무군 관리서버(120)에 넘겨주고, 하위업무군 관리서버(120)는 하위업무군 정보 데이터베이스에 저장된 하위업무군 처리루틴정보에 따라 각각의 하위업무군을 실행한다(S330).5 and 6 are flowcharts illustrating a financial service providing method according to an exemplary embodiment of the present invention. First, when a user 150 requests a financial service by accessing a financial service domain through the communication network 140 (S310), the upper business group management server 110 requests the financial service requested by the user from the upper business group information database 112. The upper task group information corresponding to the service is searched for (S320). The upper task group management server 110 transfers the lower task group identifier list 116 to the lower task group management server 120 according to the corresponding upper task group information, and the lower task group management server 120 sends the lower task group. Each subtask group is executed according to the subtask group processing routine information stored in the information database (S330).

도 6을 참조하여 하위업무군 처리루틴을 보다 상세히 설명하면 다음과 같다. 먼저 하위업무군 관리서버(120)는 상위업무군 관리서버(110)로부터 전송받은 하위업무군 식별자목록(116)에 따라 실행시킬 하위업무군을 선택하고, 하위업무군 처리루틴정보(114)에 따라 복수의 하위업무군간의 실행순서를 결정한다. 하위업무의 실행순서가 정해지면, 하위업무군 관리서버(120)는 하위업무군 정보 데이터베이스(122)에서 해당하는 하위업무군의 정보를 독출하여 하위업무군 처리루틴정보(124)에 따라 단위업무식별자 목록(126)에 포함된 복수의 단위업무간의 처리순서를 결정하고, 단위업무 처리서버(130)는 단위업무 프로그램 데이터베이스에 저장된 해당 단위업무를 실행시킨다(S333). 이때, 단위업무에 필요한 파라미터는 단위업무 파라미터 정보(128)에 의해 조정된다.Hereinafter, the sub-service group processing routine will be described in detail with reference to FIG. 6. First, the sub-service group management server 120 selects a sub-service group to be executed according to the sub-service group identifier list 116 received from the higher-service group management server 110, and the sub-service group processing routine information 114 As a result, the order of execution between multiple subtask groups is determined. When the execution order of the subtasks is determined, the subtask group management server 120 reads the information of the corresponding subtask group from the subtask group information database 122 and performs unit work according to the subtask group processing routine information 124. The processing order between the plurality of unit tasks included in the identifier list 126 is determined, and the unit task processing server 130 executes the unit tasks stored in the unit task program database (S333). At this time, the parameters required for the unit task are adjusted by the unit task parameter information 128.

다음으로, 단위업무의 실행결과 나타난 출력값을 포함하는 중간데이터는 하위업무군 처리루틴에 따라 처리되는데(S335), 수행중인 하위업무군에 후속으로 실행할 단위업무가 존재하는 경우는 S333 단계로 복귀하여 다음차례로 실행되는 단위업무의 입력값으로 되먹여지거나, 더 이상의 단위업무가 존재하지 않는 경우는 하위업무군 관리서버(120)로 전송되어 하위업무군 관리서버(120)가 다음 차례로 수행할 하위업무군의 입력값으로 전송된다(S339).Next, the intermediate data including the output value of the execution result of the unit task is processed according to the sub task group processing routine (S335). If there is a unit task to be executed subsequently in the sub task group being performed, the process returns to step S333. Sub-tasks are returned to the input value of the unit task to be executed next time, or if no further unit tasks exist, the sub-task group management server 120 performs the sub-tasks to be performed next. The input value of the group is transmitted (S339).

상기의 과정으로 하나의 하위업무군에 대한 실행이 완료되면, 당해 상위업무군이 다음차례로 수행할 하위업무군을 포함하는지를 판단하여(S350), 하위업무군처리루틴(S330)으로 복귀하거나 더 이상 수행할 하위업무군이 없는 경우는 처리결과를 통신망(140)을 통해 사용자(150)에게 출력하는 단계를 거친다(S360).When the execution of one sub-task group is completed by the above process, it is determined whether the upper-service group includes the sub-task group to be performed next (S350), and returns to the sub-service group processing routine (S330) or no longer. If there is no sub-task group to be performed, the processing result is output to the user 150 through the communication network 140 (S360).

본 발명의 바람직한 실시례에 따르면 상위업무군, 하위업무군, 단위업무를 포함하는 자원들의 최적화된 구성 및 자원재사용의 효율을 높이기 위하여 각각의 상위업무군 식별자 및 하위업무군 식별자, 단위업무 식별자는 카테고리 인덱스를 더 포함할 수 있다. 더욱 바람직하게는, 각 업무를 구분하는 카테고리는 금융상품 카테고리, 컨텐츠 카테고리, 서비스 채널 카테고리, 고객정보 카테고리, 개인화 서비스 카테고리, 및 마케팅 프로그램 카테고리로 구성될 수 있다.According to a preferred embodiment of the present invention, in order to increase the efficiency of resource configuration and optimized configuration of resources including the upper task group, the lower task group, and the unit task, the upper task group identifier, the lower task group identifier, and the unit task identifier are The category index may further include. More preferably, the category for dividing each task may be composed of a financial product category, a content category, a service channel category, a customer information category, a personalized service category, and a marketing program category.

바람직하게는 XML(eXtended Mark-up Language)를 사용하여 각 단위업무의 무결성과 결합구조의 용이성을 제고할 수 있다.Preferably, XML (eXtended Mark-up Language) can be used to enhance the integrity of each unit work and the ease of assembling.

본 발명의 실시례에서는 금융서비스는 3단계의 계층구조를 예를 들어 설명하였으나 보다 복잡한 서비스 제공을 위해서는 3단계 이상의 계층구조를 가질 수도 있다.In the embodiment of the present invention, the financial service has been described using a three-level hierarchical structure as an example, but may have a three or more hierarchical structure in order to provide more complicated services.

이상에서 설명한 바와 같이 본 발명에 따른 금융업무 제공 기술은, 금융업무에 필요한 소단위 프로그램을 단위업무로 제공하여, 프로그램 개발자는 단위업무를 하위업무군 및 상위업무군으로 계층화하여 선택하고, 각각의 단위업무 또는 하위업무군간의 처리루틴 정보를 정의함으로써, 별개의 금융서비스에 공통적으로 포함되는 소단위 프로그램의 재사용율을 높일 뿐 아니라, 계층화된 업무군단위로도 재사용이 가능하여 금융업무 제공 프로그램 개발에 소요되는 시간 및 비용을 저감할 수있는 현저한 효과가 있다.As described above, the financial service providing technology according to the present invention provides a sub-unit program required for the financial service as a unit task, and the program developer selects the unit task by stratifying the lower task group and the higher task group, and each unit. By defining the processing routine information between tasks or sub-task groups, it not only increases the reuse rate of sub-unit programs commonly included in separate financial services, but also enables the reuse of the hierarchical work group units. There is a remarkable effect that can save time and money.

또한, 본 발명의 바람직한 실시례에 따르면, 금융업무를 구성하는 각 계층 즉, 단위업무, 하위업무군 및 상위업무군을 카테고리화하여 관리함으로써, 효율적인 프로그램 생성이 가능하고, 시스템관리가 용이해지는 효과가 있다.In addition, according to a preferred embodiment of the present invention, by categorizing and managing each layer constituting the financial business, that is, the unit business, the lower task group and the upper task group, efficient program generation is possible and system management becomes easy. There is.

마지막으로, 본 발명의 또다른 바람직한 실시례에 따르면, 파라미터 조정이 필요한 각각의 단위업무에 있어서 파라미터 그룹 인덱싱정보를 더 포함함으로써, 각 업무군 단위로 통합적인 파라미터 입력이 가능한 효과가 있다.Lastly, according to another preferred embodiment of the present invention, by further including parameter group indexing information in each unit task requiring parameter adjustment, integrated parameter input is possible in each task group unit.

아울러 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가 등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허청구의 범위에 속하는 것으로 보아야 할 것이다.In addition, preferred embodiments of the present invention are disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the scope of the claims You will have to look.

Claims (11)

복수의 사용자와 통신망을 통해 접속되는 금융업무 제공시스템에 있어서,In the financial service providing system connected to a plurality of users through a communication network, 복수의 단위업무를 실행하기 위한 프로그램을 저장하는 단위업무 데이터베이스;A unit task database that stores a program for executing a plurality of unit tasks; 당해계층 업무군에 포함되는 복수의 하위계층 업무군 식별자 정보 또는 단위업무의 식별자 정보 및 상기 복수의 하위계층 업무군 또는 단위업무 간의 실행순서 및 데이터 입출력 관계를 정의하는 처리루틴 정보를 저장하는 계층별 업무군 정보 데이터베이스;For each layer that stores a plurality of sub-layer task group identifier information included in the layer task group or identifier information of a unit task, and processing routine information defining execution order and data input / output relationship between the plurality of sub-layer task group or unit tasks Workgroup information database; 해당 금융업무에 속하는 상기 단위업무의 실행에 요구되는 파라미터 정보를 저장하는 파라미터 정보 데이터 베이스;A parameter information database for storing parameter information required for the execution of the unit service belonging to the financial service; 상기 파라미터 정보에 기초하여 상위계층 업무군에 속하는 단위업무를 실행하기 위한 단위업무 처리서버; 및A unit task processing server for executing a unit task belonging to an upper layer task group based on the parameter information; And 상기 계층별 업무군 정보 데이터베이스와 접속되고, 상위계층 업무군 관리서버로부터 상위계층 업무군 정보를 전송받아 상위계층 업무군에 속하는 당해계층 업무군 정보를 하위계층 업무군 관리서버로 전송하고, 상기 하위계층 업무군 관리서버로부터 하위계층 업무군 처리결과를 입력받아 당해계층 업무군 처리결과를 상기 상위계층 업무군 관리서버로 출력하는 계층별 업무군 관리서버를 포함하는 것을 특징으로 하는 금융업무 제공시스템.Connected to the hierarchical work group information database, receives the hierarchical work group information from an upper hierarchical work group management server, and transmits the hierarchical work group information belonging to an upper hierarchical work group to a lower hierarchical work group management server; And a hierarchical business group management server for receiving a lower hierarchical business group processing result from a hierarchical business group management server and outputting the hierarchical business group processing result to the upper hierarchical business group management server. 제 1 항에 있어서,The method of claim 1, 상기 계층은 상위업무군, 하위업무군, 단위업무의 3단계로 이루어지는 것을 특징으로 하는 금융업무 제공시스템.The hierarchy is a financial service providing system, characterized in that consisting of three phases of the upper task group, lower task group, unit work. 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 계층별 업무군 식별자 및 단위업무 식별자는 그 성격에 따라 카테고리 인덱스 정보를 더 포함하는 것을 특징으로 하는 금융업무 제공시스템.And the hierarchical work group identifier and the unit work identifier further include category index information according to their characteristics. 제 3 항에 있어서,The method of claim 3, wherein 상기 카테고리는 금융상품 카테고리, 컨텐츠 카테고리, 서비스 채널 카테고리, 고객정보 카테고리, 개인화 서비스 카테고리, 및 마케팅 프로그램 카테고리으로 구분되는 것을 특징으로 하는 금융업무 제공시스템.The category may be classified into a financial product category, a content category, a service channel category, a customer information category, a personalized service category, and a marketing program category. 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 단위업무를 실행하기 위한 프로그램은 XML 언어로 제공되는 것을 특징으로 하는 금융업무 제공시스템.And a program for executing the unit work is provided in an XML language. 금융업무 서비스 제공 프로그램의 생성방법에 있어서,In the method of generating a financial services service providing program, 상위업무군의 식별자를 결정하는 제1단계;A first step of determining an identifier of a higher task group; 상기 상위업무군에 포함시킬 복수의 하위업무군을 선택하는 제2단계;Selecting a plurality of sub-service groups to be included in the higher service group; 상기 복수의 하위업무군간의 처리루틴을 입력하는 제3단계;A third step of inputting a processing routine between the plurality of sub-task groups; 상기 상위업무군에 포함되는 상기 복수의 하위업무군 리스트 정보 및 상기 하위업무군간의 처리루틴을 저장하는 제4단계를 포함하되;A fourth step of storing the plurality of sub-service group list information included in the higher task group and a processing routine between the sub-task group; 상기 제2단계는,The second step, 하위업무군을 새로 정의하는지 여부를 판단하는 제1부단계;A first sub-step for determining whether to define a new sub-task group; 제1부단계의 판단결과 새로 정의하는 경우, 상기 하위업무군의 식별자를 결정하는 제2부단계;A second sub-step for determining an identifier of the sub-task group when a result of the determination of the first sub-step is newly defined; 상기 하위업무군에 포함시킬 복수의 단위업무를 선택하고, 상기 복수의 단위업무의 파라미터를 설정하는 제3부단계;A third sub-step of selecting a plurality of unit tasks to be included in the lower task group and setting parameters of the plurality of unit tasks; 상기 복수의 단위업무간의 처리루틴을 입력하는 제4부단계;A fourth sub-step of inputting processing routines between the plurality of unit tasks; 상기 하위업무군에 포함되는 상기 복수의 단위업무 리스트 정보, 상기 복수의 단위업무간의 처리루틴, 및 상기 복수의 단위업무의 파라미터 정보를 저장하는 제5부단계;A fifth sub-step of storing the plurality of unit task list information included in the sub-task group, a processing routine between the plurality of unit tasks, and parameter information of the plurality of unit tasks; 상기 상위업무군에 더 포함시킬 하위업무군이 존재하는 경우 상기 제1부단계로 복귀하고, 그렇지 않은 경우는 상기 제3단계로 복귀하는 제6부단계;A sixth substep of returning to the first substep if there is a subtask group to be included in the higher task group, and returning to the third step if not; 상기 제1부단계의 판단결과 새로 정의하지 않는 경우, 기저장된 하위업무군을 선택하는 제7부단계; 및A seventh sub-step of selecting a pre-stored sub-task group if not newly defined as a result of the determination in the first sub-step; And 상기 기저장된 하위업무군을 수정할 경우는 새로운 하위업무군의 식별자를 결정하여 상기 제5부단계로 복귀하고, 그렇지 않은 경우는 바로 상기 제6부단계로 복귀하는 제8부단계를 포함하는 것을 특징으로 하는 금융업무 서비스 제공 프로그램의 생성방법And modifying the pre-stored sub-service group to determine the identifier of the new sub-service group and returning to the fifth sub-step. Otherwise, the method further includes an eighth sub-step immediately returning to the sixth sub-step. Of generating financial services service providing program 제 6 항에 있어서,The method of claim 6, 기저장된 금융업무와 유사한 신규 금융업무를 생성하는 경우,If you create a new financial business similar to a previously stored financial business, 상기 저장된 상위업무군 정보 및 하위업무군 정보를 읽어들여 상기 단위업무의 파라미터 정보, 상기 단위업무간 처리루틴 정보, 상기 단위업무 리스트 정보, 상기 하위업무간 처리루틴 정보, 상기 하위업무 리스트 정보 중 적어도 어느 하나를 수정하는 것을 특징으로 하는 금융업무 서비스 제공 프로그램의 생성방법.Reads the stored upper task group information and lower task group information to read at least one of parameter information of the unit task, inter-process task routine information, the unit task list information, inter-task task routine information, and sub task list information Method for generating a financial services service providing program, characterized in that for modifying any one. 제 6 항 또는 제 7 항에 있어서,The method according to claim 6 or 7, 상기 상위업무군 식별자, 상기 하위업무군 식별자, 상기 단위업무 식별자는 카테고리 인덱스 정보를 더 포함하는 것을 특징으로 하는 금융업무 서비스 제공 프로그램의 생성방법.And the higher service group identifier, the lower service group identifier, and the unit service identifier further include category index information. 제 8 항에 있어서,The method of claim 8, 상기 카테고리는 금융상품 카테고리, 컨텐츠 카테고리, 서비스 채널 카테고리, 고객정보 카테고리, 개인화 서비스 카테고리, 및 마케팅 프로그램 카테고리으로 구분되는 것을 특징으로 하는 금융업무 서비스 제공 프로그램의 생성방법.The category is classified into a financial product category, a content category, a service channel category, a customer information category, a personalized service category, and a marketing program category. 제 6 항 또는 제 7 항에 있어서,The method according to claim 6 or 7, 상기 단위업무 식별자는 파라미터 그룹 인덱스 정보를 포함하고,The unit task identifier includes parameter group index information, 상기 제3부단계에서 파라미터의 설정은 동일한 파라미터 그룹 인덱스 정보를 포함하는 단위업무의 파라미터를 통합설정하는 방법으로 이루어지는 것을 특징으로 하는 금융업무 서비스 제공 프로그램의 생성방법.The setting of the parameter in the third sub-step is a method of generating a financial service service providing program, characterized in that the method consisting of setting the parameters of the unit service including the same parameter group index information. 통신망을 통해 접속되는 사용자에 대한 금융서비스 제공방법에 있어서,In the financial service providing method for a user connected through a communication network, 사용자가 금융서비스를 요청하는 제1 단계;A first step of the user requesting financial services; 상기 금융서비스에 해당하는 상위업무군 정보를 검색하는 제2 단계;A second step of retrieving higher task group information corresponding to the financial service; 상기 상위업무군 정보에 따라 복수의 하위업무군 및 단위업무를 처리하는 제3 단계; 및A third step of processing a plurality of subtask groups and unit tasks according to the higher task group information; And 상기 상위업무군의 처리결과를 사용자에게 출력하는 제4단계를 포함하되;A fourth step of outputting a processing result of the upper task group to a user; 상기 제3단계의,In the third step, 복수의 상기 하위업무군의 처리는 복수의 상기 하위업무군간의 처리규칙을 정의하는 상위업무군 처리루틴정보에 따라 수행되고,The processing of the plurality of sub-service groups is performed according to the higher service group processing routine information that defines the processing rule between the plurality of sub-service groups. 복수의 상기 단위업무의 처리는 각각의 상기 하위업무군에서의 복수의 상기 단위업무간의 처리규칙을 정의하는 하위업무군 처리루틴정보에 따라 수행되는 것을 특징으로 하는 금융서비스 제공방법.And the processing of the plurality of unit tasks is performed according to the sub-task group processing routine information defining a processing rule between the plurality of unit tasks in each of the sub-service groups.
KR1020020063831A 2002-10-18 2002-10-18 System for Providing Banking Business Service and Method of Generating Program thereof KR20040035098A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020063831A KR20040035098A (en) 2002-10-18 2002-10-18 System for Providing Banking Business Service and Method of Generating Program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020063831A KR20040035098A (en) 2002-10-18 2002-10-18 System for Providing Banking Business Service and Method of Generating Program thereof

Publications (1)

Publication Number Publication Date
KR20040035098A true KR20040035098A (en) 2004-04-29

Family

ID=37334071

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020063831A KR20040035098A (en) 2002-10-18 2002-10-18 System for Providing Banking Business Service and Method of Generating Program thereof

Country Status (1)

Country Link
KR (1) KR20040035098A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100989689B1 (en) * 2008-07-22 2010-10-26 주식회사 우리은행 Integrating management system for supporting for service of bank and method of the same
KR20150102175A (en) 2014-02-27 2015-09-07 주식회사 아이패밀리에스씨 schedule unit based service management system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010066590A (en) * 1999-12-31 2001-07-11 김갑수 Electronic-Banking integration interface system
KR20010087877A (en) * 2000-03-09 2001-09-26 구자홍 Making method in monitor business file for banking service
KR20010099511A (en) * 2001-10-15 2001-11-09 남진우 Develop system of financial business workflow integration and integration channel workflow on web
KR20010099512A (en) * 2001-10-15 2001-11-09 남진우 Automatic method of financial business workflow integration and integration channel workflow on web

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010066590A (en) * 1999-12-31 2001-07-11 김갑수 Electronic-Banking integration interface system
KR20010087877A (en) * 2000-03-09 2001-09-26 구자홍 Making method in monitor business file for banking service
KR20010099511A (en) * 2001-10-15 2001-11-09 남진우 Develop system of financial business workflow integration and integration channel workflow on web
KR20010099512A (en) * 2001-10-15 2001-11-09 남진우 Automatic method of financial business workflow integration and integration channel workflow on web

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100989689B1 (en) * 2008-07-22 2010-10-26 주식회사 우리은행 Integrating management system for supporting for service of bank and method of the same
KR20150102175A (en) 2014-02-27 2015-09-07 주식회사 아이패밀리에스씨 schedule unit based service management system and method

Similar Documents

Publication Publication Date Title
US9800675B2 (en) Methods for dynamically generating an application interface for a modeled entity and devices thereof
CN110069380B (en) Web distributed software evolution and monitoring method based on micro-service
US7047177B1 (en) Thin client sizing tool for enterprise server farm solution configurator
US7739657B2 (en) Pipeline architecture for use with net-centric application program architectures
US11132183B2 (en) Software development platform for testing and modifying decision algorithms
US20030208284A1 (en) Modular architecture for optimizing a configuration of a computer system
US20070027919A1 (en) Dispute resolution processing method and system
CN103020158A (en) Report form creation method, device and system
CN101946258A (en) Model based deployment of computer based business process on dedicated hardware
CN109284086B (en) Demand-oriented adaptive dynamic evolution method for Web service
CN111160658B (en) Collaborative manufacturing resource optimization method, system and platform
JP7502283B2 (en) System and method for auto-completion of ICS flows using artificial intelligence/machine learning
CN103488674A (en) Computing system and method for implementing and controlling thereof
CN112488655A (en) Business process dynamic customization system and method based on multi-tenant mode
CN112733017A (en) Label management method and device, storage medium and electronic device
CN113052696A (en) Financial business task processing method and device, computer equipment and storage medium
Liang et al. Parallel optimization of QoS-aware big service processes with discovery of skyline services
CN1799059B (en) Method and system for automatically transforming a provider offering into a customer specific service environment definiton executable by resource management systems
Chakhar et al. Multicriteria evaluation-based conceptual framework for composite Web service selection
CN116700929A (en) Task batch processing method and system based on artificial intelligence
KR20040035098A (en) System for Providing Banking Business Service and Method of Generating Program thereof
Liang et al. Service mining for Web service composition
CN116450246A (en) Event stream configurable method based on state machine
Sumathi et al. Dynamic Search and Integration of Web Services
Li et al. QoS-based service selection method for big data service composition

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application