CN117194531A - Method and device for processing insurance supervision report data, storage medium and processor - Google Patents

Method and device for processing insurance supervision report data, storage medium and processor Download PDF

Info

Publication number
CN117194531A
CN117194531A CN202311231748.8A CN202311231748A CN117194531A CN 117194531 A CN117194531 A CN 117194531A CN 202311231748 A CN202311231748 A CN 202311231748A CN 117194531 A CN117194531 A CN 117194531A
Authority
CN
China
Prior art keywords
report
data
processing
supervision
target
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.)
Pending
Application number
CN202311231748.8A
Other languages
Chinese (zh)
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.)
China Construction Bank Corp
CCB Finetech Co Ltd
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202311231748.8A priority Critical patent/CN117194531A/en
Publication of CN117194531A publication Critical patent/CN117194531A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

The embodiment of the application provides a processing method, a device, a storage medium and a processor for insurance supervision report data, and belongs to the technical field of big data. The method comprises the following steps: configuring reporting nodes according to the reporting party organization architecture and the asset condition; configuring report synthesis rules according to report types; collecting source data from different managed line systems according to the current target report type; verifying the source data according to the current target report type to obtain data to be reported; and synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes. According to the report organization structure, the report layer nodes are configured, different report layer requirements can be flexibly adapted, report synthesis rules are configured according to report types, reported report data are automatically acquired, checked and summarized step by step, adaptation of report layer management of different insurance companies is achieved, reports are automatically synthesized according to preset rules, and report efficiency is improved.

Description

Method and device for processing insurance supervision report data, storage medium and processor
Technical Field
The application relates to the technical field of big data, in particular to a processing method of insurance supervision report data, a processing device of the insurance supervision report data, a processor, a machine-readable storage medium and a computer program product.
Background
The insurance industry is a special industry of management risks, is an important component part of a socioeconomic compensation system, has great responsibility for stabilizing socioeconomic and life of people, and is a need for the country to strictly monitor the insurance industry and effectively protect industries and public interests related to insurance activities.
The insurance company needs to report the report to the supervision organization regularly according to the supervision requirement. The insurance funds are hosted in the bank, and the hosting line is responsible for transferring and accounting of the funds, so that the insurance company often obtains asset data of different hosted products from the hosting line, and manually integrates and gathers the obtained asset data to finally form a report meeting the supervision requirement.
Because the mechanism levels of different insurance companies are inconsistent (molecular companies exist in part), the types of insurance products are inconsistent, and the hosting lines of the insurance products are inconsistent, the summarization rules are manually adjusted according to specific levels when summarization is carried out, and the synthesis rules of the conventional reporting system often need to be individually adjusted according to the reporting levels of all the companies, so that the workload of development, operation and maintenance is high.
Disclosure of Invention
The application aims to provide a processing method, a device, a storage medium and a processor for reporting data in insurance supervision, wherein the method configures reporting level nodes according to reporting party organization architecture, configures report synthesis rules according to report types, acquires, checks and step-by-step summarizes reporting report data, realizes adaptation of reporting level management of different insurance companies, automatically synthesizes reports according to preset rules, and improves reporting efficiency.
In order to achieve the above object, a first aspect of the present application provides a method for processing insurance-supervision report data, the method for processing insurance-supervision report data comprising:
configuring reporting nodes according to the reporting party organization architecture and the asset condition;
configuring report synthesis rules according to report types;
collecting source data from different managed line systems according to the current target report type;
verifying the source data according to the current target report type to obtain data to be reported;
and synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
According to the technical means, the report level nodes are configured according to the report organization architecture, different report level requirements can be flexibly adapted, report synthesis rules are configured according to report types, report data are automatically acquired, checked and summarized step by step, adaptation of report level management of different insurance companies is achieved, reports are automatically synthesized according to preset rules, and report efficiency is improved.
In the embodiment of the application, collecting source data from different managed line systems according to the current target report type comprises the following steps:
acquiring a required report field from a target report template according to the current target report type;
and collecting source data from different managed line systems according to the required reporting field, and storing the source data into a local original database table.
According to the technical means, the required report field is determined from the target report template, and the source data is acquired according to the required report field, so that the required source data can be accurately acquired from different managed line systems, the source data amount is reduced, and the processing efficiency is improved.
In the embodiment of the application, the source data is collected from different managed line systems according to the required report field, and the method comprises the following steps:
determining corresponding target data fields of the required report fields in different managed line systems according to a preset field mapping relation;
source data in the current managed line system is collected according to the target data field in the current managed line system.
According to the technical means, the data to be collected in the unmanaged line system can be accurately known according to the preset field mapping relation, the intercommunication between the data in different managed line systems and the fields to be reported is effectively realized, and the subsequent data synthesis errors are reduced.
In the embodiment of the application, the verification of the source data according to the current target report type to obtain the data to be reported comprises the following steps:
according to the asset condition in the current managed line system, performing non-empty verification on the source data collected in the current managed line system;
and under the condition of non-empty check qualification, checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data, if so, determining that the data types are qualified in check, and taking the current source data as data to be reported.
According to the technical means, the source data with abnormal verification can be removed, and the accuracy of the report synthesized according to the data to be reported is improved.
In the embodiment of the application, according to the asset condition in the current managed line system, the non-empty verification of the source data collected in the current managed line system comprises the following steps:
acquiring the asset condition in the current hosting line system;
if the asset exists in the current managed line system and the source data collected in the current managed line system is empty, or if the asset does not exist in the current managed line system and the source data collected in the current managed line system is not empty, the non-empty verification is not qualified; otherwise, the non-empty check is qualified.
According to the technical means, whether the source data accords with the asset condition of the hosting line can be checked, and source data abnormality is reduced.
In the embodiment of the application, the method for processing the insurance supervision report data further comprises the following steps:
and importing the data to be reported into a database table to be reported for storage, and importing the data which are unqualified in non-empty verification and unqualified in data type verification into a database table to be checked for storage.
According to the technical means, the data to be reported and the data failing to check are stored by adopting different database tables, so that the examination can be conveniently carried out in the examination process of the subsequent target report.
In the embodiment of the application, according to the report synthesis rule corresponding to the current target report type and the report node, synthesizing and processing the data to be reported into the target report, including:
determining a target data field corresponding to a required field in data to be reported according to a preset field mapping relation;
and according to report synthesis rules corresponding to the current target report types, sequentially and upwards synthesizing and processing target data fields in the data to be reported according to reporting nodes from end nodes to obtain a target report.
According to the technical means, processing and synthesizing the required report fields in different source data to obtain the target report.
In the embodiment of the application, the method for processing the insurance supervision report data further comprises the following steps:
and sending the target report with the examination error to a supervision organization.
According to the technical means, the target report can be automatically sent to the supervision mechanism, so that data report is realized.
In the embodiment of the application, the method for processing the insurance supervision report data further comprises the following steps:
configuring data acquisition time corresponding to the report type according to the report type and the supervision requirement;
and collecting source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
According to the technical means, the source data can be automatically and regularly acquired according to the supervision requirement to be processed into the target report form, and the data report is completed.
A second aspect of the present application provides a processing apparatus for insurance-supervision report data, the processing apparatus for insurance-supervision report data including:
the reporting node configuration unit is used for configuring reporting nodes according to the reporting party organization architecture and the asset condition;
the report synthesis rule configuration unit is used for configuring report synthesis rules according to report types;
the report data acquisition unit is used for acquiring source data from different managed line systems according to the current target report type;
The report data verification unit is used for verifying the source data according to the current target report type to obtain data to be reported;
and the report synthesis processing unit is used for synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
According to the technical means, the report node configuration unit configures report level nodes according to the report organization architecture, can flexibly adapt to different report level requirements, and the report synthesis rule configuration unit configures report synthesis rules according to report types.
In an embodiment of the present application, the report data obtaining unit includes:
the report field acquisition module is used for acquiring required report fields from the target report template according to the current target report type;
and the data acquisition module is used for acquiring source data from different managed line systems according to the required report field and storing the source data into a local original database table.
According to the technical means, the required report field is determined from the target report template, and the source data is acquired according to the required report field, so that the required source data can be accurately acquired from different managed line systems, the source data amount is reduced, and the processing efficiency is improved.
In an embodiment of the present application, the report data verification unit includes:
the non-empty verification module is used for performing non-empty verification on the source data acquired in the current managed line system according to the asset condition in the current managed line system;
and the data type checking module is used for checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data.
According to the technical means, the data to be collected in the unmanaged line system can be accurately known according to the preset field mapping relation, the intercommunication between the data in different managed line systems and the fields to be reported is effectively realized, and the subsequent data synthesis errors are reduced.
In an embodiment of the present application, the report form synthesis processing unit includes:
the target data field determining module is used for determining a target data field corresponding to a field to be reported in the data to be reported according to a preset field mapping relation;
and the composition processing module is used for sequentially and upwards performing composition processing on target data fields in the data to be reported according to report composition rules corresponding to the current target report type from the end node according to the report nodes to obtain a target report.
According to the technical means, processing and synthesizing the required report fields in different source data to obtain the target report.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
the data storage unit is used for storing the collected source data, the data to be reported and the verification failure data.
According to the technical means, the data storage unit stores the data to be reported and the data failing to check by adopting different database tables, so that the examination can be conveniently carried out in the examination process of the subsequent target report.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
and the report sending unit is used for sending the target report with the examination error to the supervision mechanism.
According to the technical means, the target report can be automatically sent to the supervision mechanism, so that data report is realized.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
the time configuration unit is used for configuring the data acquisition time of the corresponding report type according to the report type and the supervision requirement;
the report data acquisition unit is also used for acquiring source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
According to the technical means, the source data can be automatically and regularly acquired according to the supervision requirement to be processed into the target report form, and the data report is completed.
A third aspect of the application provides a processor configured to perform the method of processing insurance management report data.
A fourth aspect of the application is a machine-readable storage medium having stored thereon instructions that, when executed by a processor, cause the processor to be configured to perform the method of processing insurance management report data.
A fifth aspect of the application provides a computer program product comprising a computer program which when executed by a processor implements the method of processing insurance policy delivery data.
Through the technical scheme, the report level monitoring system can flexibly adapt to different report level requirements, automatically acquire report data and check data, sequentially summarize and process the report data upwards according to the levels to obtain a complete supervision report, and finally push the complete supervision report to a supervision agency to finish supervision report. The report management method and the report management system realize the adaptation of report level management of different insurance companies, automatically synthesize reports according to preset rules, and improve report efficiency.
Later, when the mechanism report node level changes, report can be completed only by resetting the report node, so that the cost of manually developing operation and maintenance is greatly reduced, and the report response time is shortened.
Additional features and advantages of embodiments of the application will be set forth in the detailed description which follows.
Drawings
The accompanying drawings are included to provide a further understanding of embodiments of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain, without limitation, the embodiments of the application. In the drawings:
FIG. 1 schematically illustrates an application environment of a method for processing insurance-supervision report data according to an embodiment of the application;
FIG. 2 schematically illustrates a flow diagram of a method of processing insurance-administration report data according to an embodiment of the application;
FIG. 3 schematically shows a block diagram of a processing device for insurance-supervision report data according to an embodiment of the application;
fig. 4 schematically shows an internal structural view of a computer device according to an embodiment of the present application.
Description of the reference numerals
A01-processor, A02-network interface, A03-internal memory, A04-nonvolatile storage medium, B01-operating system, B02-computer program.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it should be understood that the detailed description described herein is merely for illustrating and explaining the embodiments of the present application, and is not intended to limit the embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It should be noted that, if directional indications (such as up, down, left, right, front, and rear … …) are included in the embodiments of the present application, the directional indications are merely used to explain the relative positional relationship, movement conditions, etc. between the components in a specific posture (as shown in the drawings), and if the specific posture is changed, the directional indications are correspondingly changed.
In addition, if there is a description of "first", "second", etc. in the embodiments of the present application, the description of "first", "second", etc. is for descriptive purposes only and is not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In addition, the technical solutions of the embodiments may be combined with each other, but it is necessary to base that the technical solutions can be realized by those skilled in the art, and when the technical solutions are contradictory or cannot be realized, the combination of the technical solutions should be considered to be absent and not within the scope of protection claimed in the present application.
The method for processing insurance supervision report data provided by the application can be applied to an application environment shown in figure 1. Wherein the presenter system 101 communicates with different custody systems (103, 104) and the regulatory agency system 102 over a network. The escrow system stores fund transfer and accounting data of the newspaper sender in the corresponding bank, the newspaper sender system acquires data from the escrow system when processing the report, and the data are finally processed into a target report and sent to the supervision mechanism system. Wherein the presenter system, the escrow system, and the administrative system are disposed on a server, which may be implemented as a stand-alone server or as a server cluster of multiple servers.
Fig. 2 schematically shows a flow chart of a method for processing insurance-supervision report data according to an embodiment of the application. As shown in fig. 2, in an embodiment of the present application, a method for processing insurance-supervision report data is provided, and this embodiment is mainly exemplified by the method applied to the report party system in fig. 1, and includes the following steps:
s1: and configuring the reporting node according to the reporting party organization architecture and the asset condition.
The mechanism levels of different insurance companies are inconsistent (molecular companies exist in part), the types of insurance products are inconsistent, and the hosting lines of the insurance products are inconsistent, so that the summarization rules are manually adjusted according to specific levels when summarization is carried out.
For example: for a group insurance company a, summarizing a supervision report generally requires the following steps: firstly, acquiring product data from different hosting lines according to the dimension of the hosted products, summarizing all subordinate products according to the products, summarizing all subordinate asset classes according to the asset classes, summarizing all subordinate asset classes according to the molecular companies, and finally summarizing all assets of all the molecular companies to form a final report, namely, four report nodes required to be configured by the A company are provided: product dimensions, asset classes, sub-institutions, and all assets.
And a small-scale insurance company B does not have a molecular company organization, the quantity of insurance products is less, and only one supervision report is summarized at the moment: and acquiring the product asset data from different hosting lines according to the dimension of the hosted product, and summarizing according to the product to obtain a final report, wherein only one report node which is required to be configured by the company B, namely the dimension of the product, is obtained.
In one embodiment of the application, the reporting party confirms how many reporting nodes need to be configured according to the self organization architecture and the asset condition and in combination with the relevant regulation of supervision reporting, and then configures the reporting nodes through an interactive interface.
In other embodiments, the submitting party may provide its own organization architecture and asset conditions, and the system sets an automatic identification procedure according to the relevant regulations of supervision and submission, automatically identifies the required submitting node, and then performs automatic configuration.
In other embodiments, the submitting party may provide its own organization structure and asset condition, and provide relevant regulations for supervision and reporting, obtain the key data of the set node by identifying the relevant regulations, then automatically divide the required reporting nodes according to the key data, and then perform automatic configuration.
The configured reporting node is stored in a library table, and can be recycled without adjustment of the reporting node of the reporting party, and setting of the reporting node is not required each time.
S2: and configuring report synthesis rules according to the report types. In the embodiment of the application, the report synthesis rule refers to the synthesis rule of different reports defined by the supervision report related regulation. For example: the form of the insurance institution investment business monitoring table (No. 303 report) is an excel table, the summarizing rule is that the cells are data fields, and SUM is calculated; another example is: the form of the sell-back purchase bin data table (415 # report) is TXT, and the summarization rules are simple merging. In the embodiment of the application, the report synthesis rules are adjusted according to the regulation of the relevant regulation of the supervision report, and the configured report synthesis rules are stored in the library table and can be recycled.
S3: and collecting source data from different managed line systems according to the current target report type. The data required by different report types are different, so that the source data are required to be acquired from different managed line systems according to the current target report type in the process of acquiring the source data.
In the embodiment of the application, collecting source data from different managed line systems according to the current target report type comprises the following steps:
and acquiring required report fields from the target report template according to the current target report type. All types of reports have standard templates, and required report fields are determined by carrying out cell content recognition or semantic recognition on the standard templates.
And collecting source data from different managed line systems according to the required reporting field, and storing the source data into a local original database table. Because different managed line systems are different, the data record forms or the fields adopted will be different, so in the embodiment of the application, the source data is collected from the different managed line systems according to the required report field, including:
the method comprises the steps of determining corresponding target data fields of required reporting fields in different managed line systems according to preset field mapping relations, wherein the preset field mapping relations are set according to data record forms or adopted fields in different managed line systems, and the required reporting fields are associated with the corresponding fields in different managed lines, so that the corresponding target data fields in different managed line systems can be determined by traversing the preset field mapping relations.
Source data in the current managed line system is collected according to the target data field in the current managed line system.
According to the technical means, the data to be collected in the unmanaged line system can be accurately known according to the preset field mapping relation, the intercommunication between the data in different managed line systems and the fields to be reported is effectively realized, and the subsequent data synthesis errors are reduced.
According to the technical means, the required report field is determined from the target report template, and the source data is acquired according to the required report field, so that the required source data can be accurately acquired from different managed line systems, the source data amount is reduced, and the processing efficiency is improved.
S4: checking the source data according to the current target report type to obtain data to be reported, which comprises the following steps:
firstly, according to the asset condition in the current managed line system, non-empty verification is carried out on the source data collected in the current managed line system. In the embodiment of the application, the non-empty verification specifically comprises:
and acquiring the asset condition in the current managed line system, wherein the asset condition mainly comprises whether the asset exists in the current managed line system.
If the asset exists in the current managed line system and the source data collected in the current managed line system is empty, or if the asset does not exist in the current managed line system and the source data collected in the current managed line system is not empty, the non-empty verification is not qualified; otherwise, the non-empty check is qualified.
According to the technical means, whether the source data accords with the asset condition of the hosting line can be checked, and source data abnormality is reduced.
And under the condition of non-empty check qualification, checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data, if so, determining that the data types are qualified in check, and taking the current source data as data to be reported.
According to the technical means, the source data with abnormal verification can be removed, and the accuracy of the report synthesized according to the data to be reported is improved.
S5: and synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
In the embodiment of the application, according to the report synthesis rule corresponding to the current target report type and the report node, synthesizing and processing the data to be reported into the target report, including:
determining a target data field corresponding to a required field in data to be reported according to a preset field mapping relation;
and according to report synthesis rules corresponding to the current target report types, sequentially and upwards synthesizing and processing target data fields in the data to be reported according to reporting nodes from end nodes to obtain a target report.
For example, if the report is submitted 303 to monitor, and the sender has only one node, only the asset data of each insurance product scattered on different custody lines needs to be summed together in the same column; if the reporting party has three nodes, firstly, carrying out the same column data summation on the asset data of each insurance product scattered on different escrow lines from the product nodes; and after the synthesis of the product nodes is completed, carrying out progressive processing synthesis on different insurance product data under the same asset class, after the synthesis of the asset class nodes is completed, carrying out progressive synthesis and summarization on all asset class product data under different branch companies and subsidiary companies by a system, and finally, carrying out synthesis and summarization on all the asset data of the branch companies and the subsidiary companies to obtain a final 303 supervision report which can be directly reported by the insurance group.
According to the technical means, processing and synthesizing the required report fields in different source data to obtain the target report.
According to the method, the reporting level nodes are configured according to the reporting side organization architecture, different reporting level requirements can be flexibly adapted, report synthesis rules are configured according to report types, reported report data are automatically acquired, checked and summarized step by step, adaptation of reporting level management of different insurance companies is achieved, reports are automatically synthesized according to preset rules, and reporting efficiency is improved.
In other embodiments of the present application, the method for processing insurance-supervision report data further includes:
and importing the data to be reported into a database table to be reported for storage, and importing the data which are unqualified in non-empty verification and unqualified in data type verification into a database table to be checked for storage.
According to the technical means, the data to be reported and the data failing to check are stored by adopting different database tables, so that the examination can be conveniently carried out in the examination process of the subsequent target report.
In other embodiments of the present application, the method for processing insurance-supervision report data further includes:
and sending the target report with the examination error to a supervision organization. Before the target report is formally sent to the supervision organization, the target report needs to be manually inspected, on one hand, the accuracy of the target report is verified again, and on the other hand, if data failing to verify exist, the target report can be corrected according to actual conditions. During the inspection process, the data stored in the verification failure database table can shorten the manual inspection time.
In the process of reporting the actual report, after the target report is sent to the supervision mechanism, the supervision mechanism system returns a message, and the method can confirm that the final report is finished according to the returned message.
According to the technical means, the target report can be automatically sent to the supervision mechanism, so that data report is realized.
In other embodiments of the present application, the method for processing insurance-supervision report data further includes:
configuring data acquisition time corresponding to the report type according to the report type and the supervision requirement;
and collecting source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
According to the technical means, the source data can be automatically and regularly acquired according to the supervision requirement to be processed into the target report form, and the data report is completed.
In other embodiments, the end time of the report may also be set to remind or ensure that the report is sent according to the specified time.
Fig. 2 is a flow chart of a method for processing security supervision report data in one embodiment. It should be understood that, although the steps in the flowchart of fig. 2 are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily performed in sequence, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or other steps.
The application will be described with reference to specific examples.
Reporting a report number 303 report form 'an insurance institution investment business monitoring table' by a certain insurance group plan, wherein four layers of reporting nodes are arranged according to self organization architecture, and the insurance products, the asset major classes, the sub-institutions and all assets are respectively arranged from bottom to top; setting a report form to report at month 3; the report composition rule is set to SUM the same column data SUM. And then automatically identifying and pulling the insurance product asset data hosted by the organization at the bank from different hosting systems according to the report 303 at the end of month, and storing the local original database table after pulling. For example, recording the cost and account balance of a financial asset such as a bank deposit, government bond, open fund, etc. of an insurance product-three escrow at A, B, C; and then automatically checking the asset data in the original database table, importing the data which accords with the check rule from the original database table to the database table to be reported for storage, and importing the data which does not accord with the check rule into the database table which fails to check.
And then automatically synthesizing and processing the reported data of each end node sequentially upwards, for example, according to the arrangement of the front node, firstly synthesizing the asset data of each insurance product of the end node scattered in different hosting lines, after the synthesis of the product node is completed, automatically processing and synthesizing the different insurance product data under the same asset class in a progressive manner by a system, after the synthesis of the asset class node is completed, synthesizing and summarizing all the asset class product data under different branch companies and sub-companies in a progressive manner by the system, and finally synthesizing and summarizing the asset data of all the branch companies and sub-companies to obtain the final 303 supervision report capable of being directly reported by the insurance group. After the manual examination is correct, the synthesized report is automatically sent to a supervision mechanism, and the final report is successfully confirmed to be finished according to the return report.
The application mainly solves the problems that when different insurance companies supervise and report, the rule for processing and summarizing report data step by step is uncertain because different companies correspond to different mechanism levels, different product types and different hosting lines, and the operation and maintenance cost is high and the response period is slow because the different insurance companies are required to customize and reform the system.
The technical proposal of supervision and report can utilize the autonomous configuration of the report node setting unit and the report synthesis rule setting unit, and automatically complete the supervision and report whole-flow service from data acquisition, data verification, data storage and data summarization to report data by a system, thereby remarkably reducing the cost of system custom development and operation and maintenance, greatly shortening the report response time and improving the service processing efficiency.
A second aspect of the present application provides a processing device for insurance-supervision reporting data, as shown in fig. 3, where the processing device for insurance-supervision reporting data includes:
the reporting node configuration unit is used for configuring reporting nodes according to the reporting party organization architecture and the asset condition;
the report synthesis rule configuration unit is used for configuring report synthesis rules according to report types;
The report data acquisition unit is used for acquiring source data from different managed line systems according to the current target report type;
the report data verification unit is used for verifying the source data according to the current target report type to obtain data to be reported;
and the report synthesis processing unit is used for synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
According to the technical means, the report node configuration unit configures report level nodes according to the report organization architecture, can flexibly adapt to different report level requirements, and the report synthesis rule configuration unit configures report synthesis rules according to report types.
In an embodiment of the present application, the report data obtaining unit includes:
the report field acquisition module is used for acquiring required report fields from the target report template according to the current target report type;
and the data acquisition module is used for acquiring source data from different managed line systems according to the required report field and storing the source data into a local original database table.
In the embodiment of the application, the data acquisition module preferably determines the corresponding target data fields of the required reporting field in different managed line systems from the preset field mapping relation according to the required reporting field provided by the reporting field acquisition module; and then collecting the source data in the current managed line system according to the target data field in the current managed line system.
According to the technical means, the required report field is determined from the target report template, and the source data is acquired according to the required report field, so that the required source data can be accurately acquired from different managed line systems, the source data amount is reduced, and the processing efficiency is improved.
In an embodiment of the present application, the report data verification unit includes:
the non-empty verification module is used for performing non-empty verification on the source data acquired in the current managed line system according to the asset condition in the current managed line system;
and the data type checking module is used for checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data.
In the embodiment of the application, a non-empty verification module firstly acquires the asset condition in the current managed line system; then judging, if the asset exists in the current managed line system and the source data collected in the current managed line system is empty, or if the asset does not exist in the current managed line system and the source data collected in the current managed line system is not empty, checking the non-empty state to be unqualified; otherwise, the non-empty check is qualified.
According to the technical means, the data to be collected in the unmanaged line system can be accurately known according to the preset field mapping relation, the intercommunication between the data in different managed line systems and the fields to be reported is effectively realized, and the subsequent data synthesis errors are reduced.
In an embodiment of the present application, the report form synthesis processing unit includes:
the target data field determining module is used for determining a target data field corresponding to a field to be reported in the data to be reported according to a preset field mapping relation;
and the composition processing module is used for sequentially and upwards performing composition processing on target data fields in the data to be reported according to report composition rules corresponding to the current target report type from the end node according to the report nodes to obtain a target report.
According to the technical means, processing and synthesizing the required report fields in different source data to obtain the target report.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
the data storage unit is used for storing the collected source data, the data to be reported and the verification failure data.
According to the technical means, the data storage unit stores the data to be reported and the data failing to check by adopting different database tables, so that the examination can be conveniently carried out in the examination process of the subsequent target report.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
and the report sending unit is used for sending the target report with the examination error to the supervision mechanism.
According to the technical means, the target report can be automatically sent to the supervision mechanism, so that data report is realized.
In the embodiment of the application, the processing device for reporting data in insurance supervision further comprises:
the time configuration unit is used for configuring the data acquisition time of the corresponding report type according to the report type and the supervision requirement;
the report data acquisition unit is also used for acquiring source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
According to the technical means, the source data can be automatically and regularly acquired according to the supervision requirement to be processed into the target report form, and the data report is completed.
The processing device for reporting data in insurance supervision comprises a processor and a memory, wherein the reporting node configuration unit, the reporting synthesis rule configuration unit, the report data acquisition unit, the report data verification unit, the report synthesis processing unit, the report sending unit and the like are all stored in the memory as program units, and the processor executes the program modules stored in the memory to realize corresponding functions.
The processor includes a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel can be provided with one or more than one, and the processing method of insurance supervision report data is realized by adjusting kernel parameters.
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), among other forms in computer readable media, the memory including at least one memory chip.
A third aspect of the application provides a processor configured to perform the method of processing insurance management report data.
A fourth aspect of the application is a machine-readable storage medium having stored thereon instructions that, when executed by a processor, cause the processor to be configured to perform = said method of processing insurance management report data.
A fifth aspect of the application provides a computer program product comprising a computer program which when executed by a processor implements the method of processing insurance policy delivery data.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 4. The computer device includes a processor a01, a network interface a02, a memory (not shown) and a database (not shown) connected by a system bus. Wherein the processor a01 of the computer device is adapted to provide computing and control capabilities. The memory of the computer device includes internal memory a03 and nonvolatile storage medium a04. The nonvolatile storage medium a04 stores an operating system B01, a computer program B02, and a database (not shown in the figure). The internal memory a03 provides an environment for the operation of the operating system B01 and the computer program B02 in the nonvolatile storage medium a04. The database of the computer equipment is used for storing source data, data to be reported and verification failure data in a classified mode. The network interface a02 of the computer device is used for communication with an external terminal through a network connection. The computer program B02 is executed by the processor A01 to realize a processing method for reporting data by insurance supervision.
It will be appreciated by persons skilled in the art that the architecture shown in fig. 4 is merely a block diagram of some of the architecture relevant to the present inventive arrangements and is not limiting as to the computer device to which the present inventive arrangements are applicable, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, etc., such as Read Only Memory (ROM) or flash RAM. Memory is an example of a computer-readable medium.
Computer-readable media include both permanent and non-permanent, removable and non-removable media, and information storage may be implemented by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the present application will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the application are to be included in the scope of the claims of the present application.

Claims (19)

1. The method for processing the insurance supervision report data is characterized by comprising the following steps of:
configuring reporting nodes according to the reporting party organization architecture and the asset condition;
configuring report synthesis rules according to report types;
collecting source data from different managed line systems according to the current target report type;
verifying the source data according to the current target report type to obtain data to be reported;
and synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
2. The method for processing insurance-supervision report data according to claim 1, wherein collecting source data from different managed line systems according to a current target report type comprises:
acquiring a required report field from a target report template according to the current target report type;
And collecting source data from different managed line systems according to the required reporting field, and storing the source data into a local original database table.
3. The method for processing insurance-supervision report data according to claim 2, wherein collecting source data from different managed line systems according to the required report field comprises:
determining corresponding target data fields of the required report fields in different managed line systems according to a preset field mapping relation;
source data in the current managed line system is collected according to the target data field in the current managed line system.
4. The method for processing insurance-supervision report data according to claim 1, wherein verifying the source data according to the current target report type to obtain the data to be reported comprises:
according to the asset condition in the current managed line system, performing non-empty verification on the source data collected in the current managed line system;
and under the condition of non-empty check qualification, checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data, if so, determining that the data types are qualified in check, and taking the current source data as data to be reported.
5. The method for processing insurance-administered report data according to claim 4, wherein the non-null verification of the source data collected in the current hosted line system is performed according to the asset condition in the current hosted line system, comprising:
Acquiring the asset condition in the current hosting line system;
if the asset exists in the current managed line system and the source data collected in the current managed line system is empty, or if the asset does not exist in the current managed line system and the source data collected in the current managed line system is not empty, the non-empty verification is not qualified; otherwise, the non-empty check is qualified.
6. The method for processing insurance-monitoring report data according to claim 4, wherein the method for processing insurance-monitoring report data further comprises:
and importing the data to be reported into a database table to be reported for storage, and importing the data which are unqualified in non-empty verification and unqualified in data type verification into a database table to be checked for storage.
7. The method for processing insurance-supervising report data according to claim 1, wherein synthesizing and processing the data to be reported into a target report according to report synthesizing rules corresponding to the current target report type and a report node, comprises:
determining a target data field corresponding to a required field in data to be reported according to a preset field mapping relation;
and according to report synthesis rules corresponding to the current target report types, sequentially and upwards synthesizing and processing target data fields in the data to be reported according to reporting nodes from end nodes to obtain a target report.
8. The method for processing insurance-supervision report data according to claim 1, wherein the method for processing insurance-supervision report data further comprises:
and sending the target report with the examination error to a supervision organization.
9. The method for processing insurance-supervision report data according to claim 1, wherein the method for processing insurance-supervision report data further comprises:
configuring data acquisition time corresponding to the report type according to the report type and the supervision requirement;
and collecting source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
10. The utility model provides a processing apparatus of insurance supervision report data which characterized in that, the processing apparatus of insurance supervision report data includes:
the reporting node configuration unit is used for configuring reporting nodes according to the reporting party organization architecture and the asset condition;
the report synthesis rule configuration unit is used for configuring report synthesis rules according to report types;
the report data acquisition unit is used for acquiring source data from different managed line systems according to the current target report type;
the report data verification unit is used for verifying the source data according to the current target report type to obtain data to be reported;
And the report synthesis processing unit is used for synthesizing and processing the data to be reported into a target report according to report synthesis rules corresponding to the current target report type and the report nodes.
11. The apparatus for processing insurance-supervision report data according to claim 10, wherein the report data acquisition unit includes:
the report field acquisition module is used for acquiring required report fields from the target report template according to the current target report type;
and the data acquisition module is used for acquiring source data from different managed line systems according to the required report field and storing the source data into a local original database table.
12. The apparatus for processing insurance-supervision report data according to claim 10, wherein the report data verification unit includes:
the non-empty verification module is used for performing non-empty verification on the source data acquired in the current managed line system according to the asset condition in the current managed line system;
and the data type checking module is used for checking whether the data types of different table fields in the current target report form are consistent with the data types of corresponding table fields in the source data.
13. The apparatus for processing insurance-supervision report data according to claim 10, wherein the report synthesis processing unit includes:
The target data field determining module is used for determining a target data field corresponding to a field to be reported in the data to be reported according to a preset field mapping relation;
and the composition processing module is used for sequentially and upwards performing composition processing on target data fields in the data to be reported according to report composition rules corresponding to the current target report type from the end node according to the report nodes to obtain a target report.
14. The apparatus for processing insurance-administrative report data according to claim 10, wherein said apparatus for processing insurance-administrative report data further comprises:
the data storage unit is used for storing the collected source data, the data to be reported and the verification failure data.
15. The apparatus for processing insurance-administrative report data according to claim 10, wherein said apparatus for processing insurance-administrative report data further comprises:
and the report sending unit is used for sending the target report with the examination error to the supervision mechanism.
16. The apparatus for processing insurance-administrative report data according to claim 10, wherein said apparatus for processing insurance-administrative report data further comprises:
the time configuration unit is used for configuring the data acquisition time of the corresponding report type according to the report type and the supervision requirement;
The report data acquisition unit is also used for acquiring source data from different managed line systems according to the current target report type and the corresponding data acquisition time.
17. A processor configured to perform the method of processing insurance management report data of any of claims 1 to 9.
18. A machine-readable storage medium having instructions stored thereon, which when executed by a processor cause the processor to be configured to perform the method of processing insurance management claim 1 to 9.
19. A computer program product comprising a computer program, characterized in that the computer program, when executed by a processor, implements the method of processing insurance supervision report data as claimed in any one of claims 1 to 9.
CN202311231748.8A 2023-09-22 2023-09-22 Method and device for processing insurance supervision report data, storage medium and processor Pending CN117194531A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311231748.8A CN117194531A (en) 2023-09-22 2023-09-22 Method and device for processing insurance supervision report data, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311231748.8A CN117194531A (en) 2023-09-22 2023-09-22 Method and device for processing insurance supervision report data, storage medium and processor

Publications (1)

Publication Number Publication Date
CN117194531A true CN117194531A (en) 2023-12-08

Family

ID=88996052

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311231748.8A Pending CN117194531A (en) 2023-09-22 2023-09-22 Method and device for processing insurance supervision report data, storage medium and processor

Country Status (1)

Country Link
CN (1) CN117194531A (en)

Similar Documents

Publication Publication Date Title
US10783116B2 (en) Systems and methods for managing data
US20020138376A1 (en) Multi-processing financial transaction processing system
US11210742B2 (en) Accumulator systems and methods
CN111258832B (en) Interface parameter verification method, device, equipment and medium
CN111353763B (en) Method, device, server and storage medium for processing data
CN113034275A (en) Management system and method based on block chain network and terminal equipment
CN115330545B (en) Cross-border supply chain finance data verification method
CN111367776A (en) Recording method, device, equipment and storage medium of resource transfer service
CN117194531A (en) Method and device for processing insurance supervision report data, storage medium and processor
CN111241082B (en) Data correction method and device
CN114138774A (en) Data processing method and device, storage medium and electronic equipment
US7752091B2 (en) Flexible assignment scheme for financial statement items in an automated accounting system
CN112085461A (en) Cross-sale-oriented commission settlement method, device and storage medium
CN112965986B (en) Service consistency processing method, device, equipment and storage medium
CN111967852B (en) Supervision file submission method, device, equipment and readable medium
CN114240610B (en) Automatic fund collection method, device, computer equipment and storage medium
CN110298758B (en) Order declaration method and device
CN106899631B (en) Method and device for checking internet resources in transition system
CN117314166A (en) Intelligent risk inspection method and device after claim
TWM640960U (en) Telephonic interview recording and processing system
CN116228112A (en) Asset checking method and device and electronic equipment
CN113781016A (en) Method, system, equipment and storage medium for updating standing book information
CN114996281A (en) Data processing system, method, device, electronic equipment and storage medium
US20080033590A1 (en) Method and system for managing lot transactions
CN117331941A (en) Commercial insurance standardized medical basic data processing method and device

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