CN111709839A - Wind control complex service implementation system and method based on clearing core - Google Patents

Wind control complex service implementation system and method based on clearing core Download PDF

Info

Publication number
CN111709839A
CN111709839A CN202010563252.0A CN202010563252A CN111709839A CN 111709839 A CN111709839 A CN 111709839A CN 202010563252 A CN202010563252 A CN 202010563252A CN 111709839 A CN111709839 A CN 111709839A
Authority
CN
China
Prior art keywords
services
core
module
wind control
complex
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN202010563252.0A
Other languages
Chinese (zh)
Other versions
CN111709839B (en
Inventor
曹广泽
王康贵
覃剑
李翔
郑丽霞
宋万祁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Financial Futures Information Technology Co ltd
Original Assignee
Shanghai Financial Futures Information Technology Co ltd
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 Shanghai Financial Futures Information Technology Co ltd filed Critical Shanghai Financial Futures Information Technology Co ltd
Priority to CN202010563252.0A priority Critical patent/CN111709839B/en
Publication of CN111709839A publication Critical patent/CN111709839A/en
Application granted granted Critical
Publication of CN111709839B publication Critical patent/CN111709839B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A wind control complex service implementation system and method based on clearing core includes: the system comprises a wind control management end module and a data storage module for data display, a front-end module positioned at a server end, a core module supporting strong and flat services and batch entitlement services, and a trial calculation module supporting trial calculation type services and member pre-settlement services, wherein the trial calculation core is introduced to reduce the realization difficulty of complex services and improve the accuracy of calculation results; the maintenance cost of the existing functions is reduced: abstracting public logic of complex services to a bottom layer; the design and development cost of new complex services in the future is reduced: and designing and developing on the basis of the abstracted common template.

Description

Wind control complex service implementation system and method based on clearing core
Technical Field
The invention relates to a technology in the field of information processing, in particular to a wind control complex service implementation system and method based on a clearing core.
Background
The wind control system is one of core systems of the futures counter and needs to support complex functions such as strong leveling, trial calculation, pre-settlement, batch right-of-way and the like. The realization of these functions involves many particularly complex trading and settlement rules of different futures exchange, which brings great difficulty to the design and development of system functions. Considering the complexity of business rules, it has become a great challenge to consider all exchange rules and ensure the accuracy of the calculation result. With the improvement of futures market, the system will have to continuously meet the optimization requirements of business personnel for the existing functions, and simultaneously, some new complex businesses need to be supported in time. These all need to abstract the complex wind-controlled services and establish a set of universal templates, thereby greatly simplifying the design and implementation.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a wind control complex service implementation system and method based on a clearing core.
The invention is realized by the following technical scheme:
the invention relates to a wind control complex service implementation method based on a clearing core, which constructs a public development template by means of the clearing core and establishes the wind control complex service implementation method based on the public development template, and comprises the following specific steps:
1) abstracting a plurality of complex services of the wind control system, and extracting a core public service mode from the abstracted services: a settlement process dependent on exchange business rules and underlying data;
the complex service comprises: strong and flat, trial calculation, pre-settlement and batch right execution;
2) realizing a common service mode by means of a clearing core, namely a standard realization template of the wind control complex service;
the clearing core refers to: packaging a development library of trading and settlement rules of all futures exchange;
3) the maintenance cost of the system is reduced by abstracting the bottom layer general logic of the complex service to the public template;
4) the standard template can guide the realization of a new follow-up complex service, and the design and development cost of the system at the later stage is reduced.
Technical effects
The invention integrally solves the high design, development and maintenance cost brought by the excessively complex counter system wind control service in the prior art; the development of new complex services still needs to continuously invest higher cost; the exchange business rule is realized from zero, and the calculation result is inaccurate.
Compared with the prior art, the invention reduces the realization difficulty of complex business and improves the accuracy of the calculation result by introducing the clearing core; the maintenance cost of the existing functions is reduced: abstracting public logic of complex services to a bottom layer; the design and development cost of new complex services in the future is reduced: and designing and developing on the basis of the abstracted common template.
Drawings
FIG. 1 is a schematic diagram of the system of the present invention;
FIG. 2 is a schematic diagram of a clearing core common development template.
Fig. 3 is a flow chart of a wind-controlled complex service.
Detailed Description
As shown in fig. 1, a wind-controlled complex service implementation system based on a clearing core according to this embodiment includes: the system comprises a wind control management end module and a data storage module for data display, a front-end module positioned at a server end, a core module supporting strong and flat services and batch rights-of-execution services, and a trial calculation module supporting trial calculation type services and member pre-settlement services, wherein: the wind control management end module is connected with the data storage module and manages parameters and basic data of the system, and the wind control management end module is connected with the server end front-end module through a standard API (application program interface) interface so as to send a service request and receive front-end data push; the front module realizes session management, heartbeat management function, message snapshot, request forwarding and result forwarding functions related to user connection and login, is connected with the core module to send a service request and receive result push of the core, and is connected with the trial calculation module to forward a trial calculation request and receive a trial calculation result.
The message snapshot refers to: and after the management terminal logs in the server terminal, the current data is recovered in the fastest time.
As shown in fig. 3, which is a flowchart of the present embodiment, the present embodiment specifically includes the following steps:
step 1: and initializing the system, specifically comprising operations of inquiring the member code on the transaction date, setting settlement parameters, setting settlement date and exchange and the like.
Step 2: basic data entry, entry by entry of the basic data necessary to perform clearing, is a prerequisite for the system to be able to perform clearing correctly.
And step 3: clearing is performed, which is done by calling a clearing core.
And 4, step 4: and acquiring a clearing result, and taking out each fund item by means of a standard data interface of a clearing core.
The foregoing embodiments may be modified in many different ways by those skilled in the art without departing from the spirit and scope of the invention, which is defined by the appended claims and all changes that come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.

Claims (2)

1. A wind-controlled complex service implementation system based on a clearing core is characterized by comprising: the system comprises a wind control management end module and a data storage module for data display, a front-end module positioned at a server end, a core module supporting strong and flat services and batch rights-of-execution services, and a trial calculation module supporting trial calculation type services and member pre-settlement services, wherein: the wind control management end module is connected with the data storage module and manages parameters and basic data of the system, and the wind control management end module is connected with the server end front-end module through a standard API (application program interface) interface so as to send a service request and receive front-end data push; the pre-module realizes session management, heartbeat management function, message snapshot, request forwarding and result forwarding functions related to user connection and login, is connected with the core module to send a service request and receive result push of the core, and is connected with the trial calculation module to forward a trial calculation request and receive a trial calculation result;
the message snapshot refers to: and after the management terminal logs in the server terminal, the current data is recovered in the fastest time.
2. The wind-controlled complex service implementation method based on the clearing core of the system according to claim 1, wherein the method for implementing the wind-controlled complex service established by constructing the public development template by means of the clearing core comprises the following specific steps:
1) abstracting a plurality of complex services of the wind control system, and extracting a core public service mode from the abstracted services: a settlement process dependent on exchange business rules and underlying data;
the complex service comprises: strong and flat, trial calculation, pre-settlement and batch right execution;
2) realizing a common service mode by means of a clearing core, namely a standard realization template of the wind control complex service;
the clearing core refers to: packaging a development library of trading and settlement rules of all futures exchange;
3) the maintenance cost of the system is reduced by abstracting the bottom layer general logic of the complex service to the public template;
4) the standard template can guide the realization of a new follow-up complex service, and the design and development cost of the system at the later stage is reduced.
CN202010563252.0A 2020-06-19 2020-06-19 Wind control complex service implementation system and method based on clearing core Active CN111709839B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010563252.0A CN111709839B (en) 2020-06-19 2020-06-19 Wind control complex service implementation system and method based on clearing core

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010563252.0A CN111709839B (en) 2020-06-19 2020-06-19 Wind control complex service implementation system and method based on clearing core

Publications (2)

Publication Number Publication Date
CN111709839A true CN111709839A (en) 2020-09-25
CN111709839B CN111709839B (en) 2023-11-14

Family

ID=72541156

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010563252.0A Active CN111709839B (en) 2020-06-19 2020-06-19 Wind control complex service implementation system and method based on clearing core

Country Status (1)

Country Link
CN (1) CN111709839B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040158549A1 (en) * 2003-02-07 2004-08-12 Vladimir Matena Method and apparatus for online transaction processing
US6990466B1 (en) * 2000-08-08 2006-01-24 International Business Machines Corporation Method and system for integrating core banking business processes
CN109544037A (en) * 2018-12-19 2019-03-29 上海金融期货信息技术有限公司 It is a kind of without intrusive securities futures trading air control gateway system in advance
CN109658289A (en) * 2018-12-13 2019-04-19 大连飞创信息技术有限公司 Kerb market comprehensive service platform
US10332207B2 (en) * 2014-11-13 2019-06-25 Fidessa Trading Uk Limited Algorithmic model to allow for order completion at settlement or at close using exchange mandated rules for settlement determination
CN110400224A (en) * 2019-07-29 2019-11-01 上海金融期货信息技术有限公司 A kind of over-the-counter bond trade clearing system and method based on license chain
CN110415027A (en) * 2019-07-16 2019-11-05 上海金融期货信息技术有限公司 A kind of big data market plateform system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990466B1 (en) * 2000-08-08 2006-01-24 International Business Machines Corporation Method and system for integrating core banking business processes
US20040158549A1 (en) * 2003-02-07 2004-08-12 Vladimir Matena Method and apparatus for online transaction processing
US10332207B2 (en) * 2014-11-13 2019-06-25 Fidessa Trading Uk Limited Algorithmic model to allow for order completion at settlement or at close using exchange mandated rules for settlement determination
CN109658289A (en) * 2018-12-13 2019-04-19 大连飞创信息技术有限公司 Kerb market comprehensive service platform
CN109544037A (en) * 2018-12-19 2019-03-29 上海金融期货信息技术有限公司 It is a kind of without intrusive securities futures trading air control gateway system in advance
CN110415027A (en) * 2019-07-16 2019-11-05 上海金融期货信息技术有限公司 A kind of big data market plateform system
CN110400224A (en) * 2019-07-29 2019-11-01 上海金融期货信息技术有限公司 A kind of over-the-counter bond trade clearing system and method based on license chain

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
余玉涵;刘锋;: "基于复杂事件处理的业务规则管理系统的研究", 电脑知识与技术, no. 10 *
吴永飞;: "实施新核心业务系统 打造先进的运营平台", 中国金融电脑, no. 04 *
蔡晓丽;吕强;钱龙华;: "一个基于同城实时清算系统的银行综合业务系统接口", 福建电脑, no. 03 *

Also Published As

Publication number Publication date
CN111709839B (en) 2023-11-14

Similar Documents

Publication Publication Date Title
CN111210255B (en) Advertisement pushing method and device and electronic equipment
CN111125106A (en) Batch running task execution method, device, server and storage medium
CN113449236A (en) Method and device for generating and storing electronic protocol of bank system
CN111161060A (en) Comprehensive platform for investment and research transaction
CN111831682B (en) Method, apparatus, device and computer readable medium for processing accumulation fund service
CN112950191A (en) Service data processing method and device based on fee refunding service and computer equipment
CN111709839A (en) Wind control complex service implementation system and method based on clearing core
CN112785201B (en) Heterogeneous system quasi-real-time high-reliability interaction system and method
CN115801873A (en) Service distribution method, system, electronic device and storage medium
US20230342753A2 (en) Systems and methods for event-driven dispute processing using distributed ledger
CN105787792A (en) Information processing method of loan transaction and information processing device
CN110969518B (en) Clearing account configuration method and device, server and storage medium
CN114691768A (en) Data processing method, accounting system and related equipment
CN114579654A (en) Unified operation management method and platform for multi-payment settlement system of bank
CN113902564A (en) Data processing method, device and computer readable storage medium
CN113657817A (en) Transaction processing method and device, electronic equipment and readable storage medium
CN113095937B (en) Bill generation method, system, equipment and storage medium based on enterprise WeChat
CN116760700B (en) Method and system for standardizing interfaces of multiple banking transaction platforms
CN114997977B (en) Data processing method, device, electronic equipment and computer readable medium
CN117437076B (en) Account checking method, device, equipment and medium based on account checking code
CN114244776B (en) Message sending method, system, device, equipment and medium
CN113778959B (en) Method, apparatus, device and computer readable medium for data processing
CN115511475A (en) Method, system, device and medium for notification of collection message
CN116523520A (en) Payment cancellation method and device, electronic equipment and storage medium
CN113793224A (en) Electronic policy service processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant