WO2019029149A1 - 保单的险种状态信息统计方法、终端设备及存储介质 - Google Patents
保单的险种状态信息统计方法、终端设备及存储介质 Download PDFInfo
- Publication number
- WO2019029149A1 WO2019029149A1 PCT/CN2018/076520 CN2018076520W WO2019029149A1 WO 2019029149 A1 WO2019029149 A1 WO 2019029149A1 CN 2018076520 W CN2018076520 W CN 2018076520W WO 2019029149 A1 WO2019029149 A1 WO 2019029149A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- state
- state change
- policy
- record
- change record
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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
- G06Q30/00—Commerce
- G06Q30/018—Certifying business or products
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/08—Insurance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2282—Tablespace storage structures; Management thereof
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2358—Change logging, detection, and notification
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/06—Arrangements for sorting, selecting, merging, or comparing data on individual record carriers
- G06F7/08—Sorting, i.e. grouping record carriers in numerical or other ordered sequence according to the classification of at least some of the information they carry
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
Definitions
- the present application belongs to the technical field of insurance information processing, and in particular relates to a method for statistical information of insurance status information of a policy, a terminal device and a storage medium.
- the insurance policy has multiple states, which can be roughly divided into an active state and an invalid state. Companies typically only focus on the types of insurance policies that are in effect.
- the status of the policy may continue to be effective, or there may be repeated effective, invalid, effective changes, or failures that have been invalidated from a certain point in time.
- the data of these changes are recorded in In the log table, one record is generated for each change.
- the data volume of the log table will continue to increase, and the amount of data of 100 million meters will appear.
- the policy number is first determined, and then the status change record corresponding to the policy number is searched in the log table according to the policy number, and the two change records adjacent to the policy number are counted.
- the time interval the time interval corresponding to the invalid state in the time interval is filtered, and the time interval corresponding to the valid state is obtained, and the time interval corresponding to the valid state is accumulated to obtain the duration of the valid state of the policy number. Loop through all the policy numbers until you have counted the valid durations for all policy numbers.
- the embodiment of the present application provides a method for counting the status information of a policy, a terminal device, and a storage medium, so as to solve the prior art, since it is necessary to count the time interval between all the two change records adjacent to each other, thereby causing each time The problem that the validity time of the policy status is too long.
- a first aspect of the embodiments of the present application provides a method for statistically predicting the status information of a policy, including:
- the duration of the active state is determined based on the time interval.
- a second aspect of an embodiment of the present application provides a terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the computer The following steps are implemented when the instructions are readable:
- the duration of the active state is determined based on the time interval.
- a third aspect of embodiments of the present application provides a computer readable storage medium storing computer readable instructions that, when executed by a processor, implement insurance status information such as a policy Statistical method The steps of any of the methods described.
- a fourth aspect of the embodiments of the present application provides a policy for the status information of a policy, the identifier receiving unit, and a unique identifier for receiving a policy of the policy;
- a record search unit for searching, in the log table, all state change records corresponding to the unique identifier of the policy of the policy;
- a record sorting unit for arranging all state change records of the search in chronological order
- a record judging unit configured to determine whether two adjacent state change records are the same
- the recording processing unit is further configured to: when the two adjacent state change records are different, subtract a time point of the subsequent state change record from a time point of the previous state change record to obtain a time interval;
- the duration determining unit is further configured to determine the duration of the active state according to the time interval.
- the calculation efficiency can be greatly improved when the duration of the effective state is determined according to the time interval.
- FIG. 1 is a flowchart of a method for statistically predicting the status information of a policy provided by an embodiment of the present application
- FIG. 2 is a schematic structural diagram of a service status statistical device for a policy provided by an embodiment of the present application
- FIG. 3 is a schematic diagram of a terminal device according to an embodiment of the present application.
- FIG. 1 is a flow chart showing a method for statistically analyzing the status information of a policy provided by the first embodiment of the present application, which is described in detail as follows:
- Step S11 Receive a unique identifier of the insurance policy.
- the unique identifier of the policy type is usually the policy number.
- the unique identifier of the insurance type of the policy needs to be input or imported.
- the batch processing interface is opened to receive the unique identifiers of the insurance policies of the multiple policies in parallel, thereby improving the statistical speed of the insurance status information of the subsequent policies.
- Step S12 Searching in the log table for all state change records corresponding to the unique identifier of the insurance type of the policy.
- the log status records the status change records of the insurance policies of each policy
- all the status change records of the policy insurance are searched in the log table. come out. Of course, this is also convenient for users to view and reduce the search time. It should be noted that if a policy's insurance status change record is stored in multiple log tables, it is necessary to search from the multiple log tables.
- the step S12 specifically includes:
- A1. Receive the start time and end time of the user input to determine the time range of the log table to be searched.
- step S13 all the state change records of the search are arranged in chronological order.
- the plurality of status change records are usually separately recorded in one or more log tables, so when searching for all state change records of a policy insurance, it is necessary to press time.
- the searched state change records are sequentially arranged, such as sorting the first recorded state change records in front of the post-recorded state change records, so as to obtain the exact effective state duration.
- step S14 it is determined whether the adjacent two state change records are the same.
- step S14 specifically includes:
- the status change record is the same. Specifically, since the policy has a variety of states, it is usually marked with the following letters: I, P, A, W, R, J, B; and C, D, E, L, M, N, S, T, V, X, F, Z, Y, 0, 1, H, K, G, O, U, when the letter indicating the state is marked as: I, P, A, W, R, J, B, mark The status of the policy is valid. When the status is marked as C, D, E, L, M, N, S, T, V, X, F, Z, Y, 0, 1, H, K When G, O, U, the status of the insurance marked with the policy is invalid.
- step S15 when the two adjacent state change records are different, the time point of the latter state change record is subtracted from the time point of the previous state change record to obtain a time interval.
- step S15 specifically includes:
- the time point of the latter state change record is subtracted from the time point of the previous state change record to obtain a time interval.
- Step S16 Determine the duration of the effective state according to the time interval.
- step S16 includes:
- the status change record can be classified into three categories, the first type is data that changes from the valid state to the invalid state, the second type is data that changes from the invalid state to the valid state, and the third class is the valid state changed to the valid state.
- the data of the failure state is changed to the failure state.
- the expiration time of the policy of the above formula is the duration corresponding to the data of the first type, that is, only the data of the first type needs to participate in the calculation to obtain the duration of the valid state, thereby making the amount of data involved in the calculation (such as a log) The amount of data is greatly reduced.
- the method of sorting by policy, insurance type, and log change date is used, and the analysis function (such as using lag()over, row_number() over analysis function) is used to calculate the adjacent two in batches.
- the time interval of the log and then accumulate all the time intervals to obtain the corresponding failure time, thereby improving the operation efficiency.
- the unique identifier of the insurance type of the policy is received, and all the state change records corresponding to the unique identifier of the insurance policy of the policy are searched in the log table, and all the state change records of the search are arranged in chronological order, and the phase is judged. Whether the two adjacent state change records are the same, and when the two adjacent state change records are different, the time point of the next state change record is subtracted from the time point of the previous state change record to obtain a time interval, according to the time The interval determines the length of the active state. Since the time interval of the adjacent two state change records is calculated only when the adjacent two state change records are different, the calculation efficiency can be greatly improved when the duration of the effective state is determined according to the time interval.
- FIG. 2 is a schematic diagram showing the structure of a policy for the insurance status information of the policy provided by the embodiment of the present application.
- the policy data storage device includes: an identifier receiving unit 21, a record searching unit 22, a record sorting unit 23, and a recording sorting unit. 24. Record processing unit 25, duration determining unit 26. among them:
- the identifier receiving unit 21 is configured to receive a unique identifier of the insurance policy
- a record search unit 22 for searching, in the log table, all state change records corresponding to the unique identifier of the policy of the policy;
- a record sorting unit 23 configured to arrange all the state change records of the search in chronological order
- the record judging unit 24 is configured to judge whether the two adjacent state change records are the same;
- the recording processing unit 25 is further configured to: when the two adjacent state change records are different, subtract the time point of the subsequent state change record from the time point of the previous state change record to obtain a time interval;
- the duration determining unit 26 is further configured to determine the duration of the active state according to the time interval.
- the recording processing unit 23 does not perform an operation when two adjacent state change records are the same.
- the record determining unit 24 includes:
- the first determining module is configured to record the active state in the previous state change state, and the latter state change record is in a valid state, or, when the previous state change record is in an invalid state, and the latter state change record is in an invalid state, Determine that the two adjacent state change records are the same;
- a second determining module configured to record the active state in the previous state change state, and the latter state change record is in an invalid state, or, when the previous state change record is in an invalid state, and the latter state change record is in a valid state, It is determined that the adjacent two state change records are different.
- the record processing unit 25 is specifically configured to change the time point of the next state change record and the previous state change when the two adjacent state change records are different and the valid state is changed to the invalid state.
- the time points of the records are subtracted to obtain a time interval.
- the duration determining unit 26 includes:
- a date determination module for determining an end date and a start date of the valid state
- the interval statistics module is configured to count the time interval corresponding to the change of the status change record from the valid state to the invalid state, and accumulate all the time intervals of the statistics to obtain the expiration time of the policy;
- the duration calculation module is used to calculate the duration of the valid status of the policy according to the following formula:
- FIG. 3 is a schematic diagram of the terminal device provided by the second embodiment of the present application.
- the terminal device 3 of this embodiment includes a processor 30, a memory 31, and computer readable instructions 32 stored in the memory 31 and operable on the processor 30.
- the processor 30 performs the steps in the embodiment of the method for statistically predicting the status information of the policy when the computer readable instructions 32 are executed:
- the duration of the active state is determined based on the time interval.
- the determining whether the two adjacent state change records are the same includes:
- the time point of the latter state change record is subtracted from the time point of the previous state change record to obtain a time interval, including:
- the time point of the latter state change record is subtracted from the time point of the previous state change record to obtain a time interval.
- the determining the duration of the valid state according to the time interval includes:
- the terminal device 3 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
- the terminal device may include, but is not limited to, the processor 30 and the memory 31. It will be understood by those skilled in the art that FIG. 3 is only an example of the terminal device 3, does not constitute a limitation of the terminal device 3, may include more or less components than those illustrated, or combine some components, or different components.
- the terminal device may further include an input/output device, a network access device, a bus, and the like.
- the so-called processor 30 can be a central processing unit (Central Processing Unit, CPU), can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
- the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
- the memory 31 may be an internal storage unit of the terminal device 3, such as a hard disk or a memory of the terminal device 3.
- the memory 31 may also be an external storage device of the terminal device 3, for example, a plug-in hard disk equipped on the terminal device 3, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
- the memory 31 may also include both an internal storage unit of the terminal device 3 and an external storage device.
- the memory 31 is configured to store the computer readable instructions and other programs and data required by the terminal device.
- the memory 31 can also be used to temporarily store data that has been output or is about to be output.
- each functional unit and module in the foregoing system may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented by hardware.
- Formal implementation can also be implemented in the form of software functional units.
- the specific names of the respective functional units and modules are only for the purpose of facilitating mutual differentiation, and are not intended to limit the scope of protection of the present application.
- the disclosed device/terminal device and method may be implemented in other manners.
- the device/terminal device embodiments described above are merely illustrative.
- the division of the modules or units is only a logical function division.
- there may be another division manner for example, multiple units.
- components may be combined or integrated into another system, or some features may be omitted or not performed.
- the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
- the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
- each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
- the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
- the integrated modules/units if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, the present application implements all or part of the processes in the foregoing embodiments, and may also be implemented by computer readable instructions, which may be stored in a computer readable storage medium.
- the computer readable instructions when executed by a processor, may implement the steps of the various method embodiments described above.
- the computer readable medium can include any entity or device capable of carrying the computer readable instruction code, a recording medium, a USB flash drive, a removable hard drive, a magnetic disk, an optical disk, a computer memory, a read only memory (ROM, Read-Only) Memory), random access memory (RAM, Random) Access Memory), electrical carrier signals, telecommunications signals, and software distribution media.
- ROM Read Only memory
- RAM Random Access Memory
- electrical carrier signals telecommunications signals
- telecommunications signals and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Strategic Management (AREA)
- Data Mining & Analysis (AREA)
- Entrepreneurship & Innovation (AREA)
- Marketing (AREA)
- Economics (AREA)
- General Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Human Resources & Organizations (AREA)
- Development Economics (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Technology Law (AREA)
- Computational Linguistics (AREA)
- Software Systems (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
Description
Claims (20)
- 一种保单的险种状态信息统计方法,其特征在于,包括:接收保单的险种的唯一标识;在日志表搜索与所述保单的险种的唯一标识对应的所有的状态变更记录;将搜索的所有的状态变更记录按照时间顺序排列;判断相邻两个状态变更记录是否相同;在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔;根据所述时间间隔确定有效状态的时长。
- 如权利要求1所述的保单的险种状态信息统计方法,其特征在于,在相邻两个状态变更记录相同时,不执行操作。
- 如权利要求1所述的保单的险种状态信息统计方法,其特征在于,所述判断相邻两个状态变更记录是否相同,包括:在前一个状态变更记录为有效状态,且后一个状态变更记录为有效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为无效状态时,判定相邻两个状态变更记录相同;在前一个状态变更记录为有效状态,且后一个状态变更记录为无效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为有效状态时,判定相邻两个状态变更记录不相同。
- 如权利要求3所述的保单的险种状态信息统计方法,其特征在于,所述在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔,包括:所述在相邻两个状态变更记录不同且为有效状态变更为无效状态时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔。
- 如权利要求4所述的保单的险种状态信息统计方法,其特征在于,所述根据所述时间间隔确定有效状态的时长,包括:确定有效状态的结束日期和开始日期;统计所有状态变更记录从有效状态变更为无效状态对应的时间间隔,累加统计的所有时间间隔,得到保单的失效时长;根据以下公式计算保单的有效状态的时长:(结束日期–开始日期)-保单的失效时长=保单的有效状态的时长。
- 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现以下步骤:接收保单的险种的唯一标识;在日志表搜索与所述保单的险种的唯一标识对应的所有的状态变更记录;将搜索的所有的状态变更记录按照时间顺序排列;判断相邻两个状态变更记录是否相同;在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔;根据所述时间间隔确定有效状态的时长。
- 如权利要求6所述的终端设备,其特征在于,所述处理器执行所述计算机可读指令时还实现以下步骤:在相邻两个状态变更记录相同时,不执行操作。
- 如权利要求6所述的终端设备,其特征在于,所述判断相邻两个状态变更记录是否相同,包括:在前一个状态变更记录为有效状态,且后一个状态变更记录为有效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为无效状态时,判定相邻两个状态变更记录相同;在前一个状态变更记录为有效状态,且后一个状态变更记录为无效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为有效状态时,判定相邻两个状态变更记录不相同。
- 如权利要求8所述的终端设备,其特征在于,所述在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔,包括:所述在相邻两个状态变更记录不同且为有效状态变更为无效状态时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔。
- 如权利要求9所述的终端设备,其特征在于,所述根据所述时间间隔确定有效状态的时长,包括:确定有效状态的结束日期和开始日期;统计所有状态变更记录从有效状态变更为无效状态对应的时间间隔,累加统计的所有时间间隔,得到保单的失效时长;根据以下公式计算保单的有效状态的时长:(结束日期–开始日期)-保单的失效时长=保单的有效状态的时长。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤。接收保单的险种的唯一标识;在日志表搜索与所述保单的险种的唯一标识对应的所有的状态变更记录;将搜索的所有的状态变更记录按照时间顺序排列;判断相邻两个状态变更记录是否相同;在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔;根据所述时间间隔确定有效状态的时长。
- 如权利要求11所述的计算机可读存储介质,其特征在于,在相邻两个状态变更记录相同时,不执行操作。
- 如权利要求11所述的计算机可读存储介质,其特征在于,所述判断相邻两个状态变更记录是否相同,包括:在前一个状态变更记录为有效状态,且后一个状态变更记录为有效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为无效状态时,判定相邻两个状态变更记录相同;在前一个状态变更记录为有效状态,且后一个状态变更记录为无效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为有效状态时,判定相邻两个状态变更记录不相同。
- 如权利要求13所述的计算机可读存储介质,其特征在于,所述在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔,包括:所述在相邻两个状态变更记录不同且为有效状态变更为无效状态时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔。
- 如权利要求14所述的计算机可读存储介质,其特征在于,所述根据所述时间间隔确定有效状态的时长,包括:确定有效状态的结束日期和开始日期;统计所有状态变更记录从有效状态变更为无效状态对应的时间间隔,累加统计的所有时间间隔,得到保单的失效时长;根据以下公式计算保单的有效状态的时长:(结束日期–开始日期)-保单的失效时长=保单的有效状态的时长。
- 一种保单的险种状态信息统计装置,其特征在于,包括:标识接收单元,用于接收保单的险种的唯一标识;记录搜索单元,用于在日志表搜索与所述保单的险种的唯一标识对应的所有的状态变更记录;记录排序单元,用于将搜索的所有的状态变更记录按照时间顺序排列;记录判断单元,用于判断相邻两个状态变更记录是否相同;记录处理单元,用于在相邻两个状态变更记录不同时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔;时长确定单元,还用于根据所述时间间隔确定有效状态的时长。
- 如权利要求16所述的保单的险种状态信息统计装置,其特征在于,所述记录处理单元在相邻两个状态变更记录相同时,不执行操作。
- 如权利要求16所述的保单的险种状态信息统计装置,其特征在于,所述记录判断单元包括:第一判定模块,用于在前一个状态变更记录为有效状态,且后一个状态变更记录为有效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为无效状态时,判定相邻两个状态变更记录相同;第二判定模块,用于在前一个状态变更记录为有效状态,且后一个状态变更记录为无效状态,或者,在前一个状态变更记录为无效状态,且后一个状态变更记录为有效状态时,判定相邻两个状态变更记录不相同。
- 如权利要求18所述的保单的险种状态信息统计装置,其特征在于,所述记录处理单元具体用于,在相邻两个状态变更记录不同且为有效状态变更为无效状态时,将后一个状态变更记录的时间点与前一个状态变更记录的时间点相减,得到一个时间间隔。
- 如权利要求19所述的保单的险种状态信息统计装置,其特征在于,所述时长确定单元包括:日期确定模块,用于确定有效状态的结束日期和开始日期;间隔统计模块,用于统计所有状态变更记录从有效状态变更为无效状态对应的时间间隔,累加统计的所有时间间隔,得到保单的失效时长;时长计算模块,用于根据以下公式计算保单的有效状态的时长:(结束日期–开始日期)-保单的失效时长=保单的有效状态的时长。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
SG11201809827RA SG11201809827RA (en) | 2017-08-08 | 2018-02-12 | Method for conducting statistics on insurance type state information of policy, terminal device and storage medium |
US16/301,429 US20210233027A1 (en) | 2017-08-08 | 2018-02-12 | Method for conducting statistics on insurance type state information of policy, terminal device and storage medium |
JP2018553070A JP6652659B2 (ja) | 2017-08-08 | 2018-02-12 | 保険契約書種別状態情報集計方法及び端末機器 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710669475.3A CN107784596A (zh) | 2017-08-08 | 2017-08-08 | 保单的险种状态信息统计方法、终端设备及存储介质 |
CN201710669475.3 | 2017-08-08 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019029149A1 true WO2019029149A1 (zh) | 2019-02-14 |
Family
ID=61437798
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/076520 WO2019029149A1 (zh) | 2017-08-08 | 2018-02-12 | 保单的险种状态信息统计方法、终端设备及存储介质 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20210233027A1 (zh) |
JP (1) | JP6652659B2 (zh) |
CN (1) | CN107784596A (zh) |
SG (1) | SG11201809827RA (zh) |
WO (1) | WO2019029149A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111179097A (zh) * | 2019-11-28 | 2020-05-19 | 泰康保险集团股份有限公司 | 保单批改的方法、装置、电子设备和存储介质 |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108648088B (zh) * | 2018-03-30 | 2023-06-20 | 平安科技(深圳)有限公司 | 保险生效日期的确定方法、装置及存储介质、服务器 |
US20220105752A1 (en) * | 2018-10-16 | 2022-04-07 | Sumitomo Rubber Industries, Ltd. | Tire |
CN109840852B (zh) * | 2019-01-09 | 2024-03-19 | 中国平安人寿保险股份有限公司 | 一种保单自动处理的方法及相关产品 |
CN111126769A (zh) * | 2019-11-26 | 2020-05-08 | 泰康保险集团股份有限公司 | 业绩统计数据的处理方法、装置、介质及设备 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060282630A1 (en) * | 2003-09-08 | 2006-12-14 | International Business Machines Corporation | Method, system, and program for retention management and protection of stored objects |
CN106485419A (zh) * | 2016-10-18 | 2017-03-08 | 财付通支付科技有限公司 | 一种二级资源管理方法及装置 |
CN106603605A (zh) * | 2015-10-16 | 2017-04-26 | 阿里巴巴集团控股有限公司 | 数据传输方法和系统 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7813944B1 (en) * | 1999-08-12 | 2010-10-12 | Fair Isaac Corporation | Detection of insurance premium fraud or abuse using a predictive software system |
JP2001229286A (ja) * | 2000-02-18 | 2001-08-24 | Telephony Co Ltd | 携帯端末を用いた保険業務支援システム |
US20050283388A1 (en) * | 2004-06-17 | 2005-12-22 | Eberwine David B | System and method for automotive liability insurance verification |
CN103559208B (zh) * | 2013-10-10 | 2017-03-01 | 北京智谷睿拓技术服务有限公司 | 应用程序的排名欺诈检测方法和排名欺诈检测系统 |
JP5844345B2 (ja) * | 2013-12-26 | 2016-01-13 | 損保ジャパン日本興亜保険サービス株式会社 | 営業支援システム、営業支援方法、情報処理装置、情報処理方法および情報処理プログラム |
-
2017
- 2017-08-08 CN CN201710669475.3A patent/CN107784596A/zh active Pending
-
2018
- 2018-02-12 SG SG11201809827RA patent/SG11201809827RA/en unknown
- 2018-02-12 JP JP2018553070A patent/JP6652659B2/ja active Active
- 2018-02-12 WO PCT/CN2018/076520 patent/WO2019029149A1/zh active Application Filing
- 2018-02-12 US US16/301,429 patent/US20210233027A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060282630A1 (en) * | 2003-09-08 | 2006-12-14 | International Business Machines Corporation | Method, system, and program for retention management and protection of stored objects |
CN106603605A (zh) * | 2015-10-16 | 2017-04-26 | 阿里巴巴集团控股有限公司 | 数据传输方法和系统 |
CN106485419A (zh) * | 2016-10-18 | 2017-03-08 | 财付通支付科技有限公司 | 一种二级资源管理方法及装置 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111179097A (zh) * | 2019-11-28 | 2020-05-19 | 泰康保险集团股份有限公司 | 保单批改的方法、装置、电子设备和存储介质 |
CN111179097B (zh) * | 2019-11-28 | 2023-07-28 | 泰康保险集团股份有限公司 | 保单批改的方法、装置、电子设备和存储介质 |
Also Published As
Publication number | Publication date |
---|---|
JP2019531518A (ja) | 2019-10-31 |
US20210233027A1 (en) | 2021-07-29 |
JP6652659B2 (ja) | 2020-02-26 |
SG11201809827RA (en) | 2019-03-28 |
CN107784596A (zh) | 2018-03-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019029149A1 (zh) | 保单的险种状态信息统计方法、终端设备及存储介质 | |
CN108615119B (zh) | 一种异常用户的识别方法及设备 | |
WO2019052162A1 (zh) | 提高数据清洗效率的方法、装置、设备及可读存储介质 | |
WO2019041774A1 (zh) | 一种客户信息筛选方法、装置、电子设备及介质 | |
CN108388675A (zh) | 一种身份标识拉通方法及终端设备 | |
CN104750703B (zh) | 一种提高数据准确性的方法和装置 | |
WO2019037449A1 (zh) | 基于资金归集的余额计算方法、装置、终端设备及介质 | |
CN107633015A (zh) | 一种数据处理方法、装置及设备 | |
CN111160855A (zh) | 一种报告单自动审核方法、装置、设备及存储介质 | |
CN115994830A (zh) | 取数模型的构建方法和数据归集方法及相关装置 | |
WO2020224242A1 (zh) | 区块链数据处理方法、装置、服务器及存储介质 | |
WO2020224218A1 (zh) | 基于hbase的数据写入方法、系统、装置及可读存储介质 | |
CN109062638B (zh) | 一种系统组件显示方法、计算机可读存储介质及终端设备 | |
CN102930046B (zh) | 数据处理方法、计算节点及系统 | |
WO2021184588A1 (zh) | 集群优化方法、装置、服务器及介质 | |
CN109377391A (zh) | 一种信息追踪方法、存储介质和服务器 | |
CN110020166A (zh) | 一种数据分析方法及相关设备 | |
CN107515816A (zh) | 一种数据统计的方法及服务器 | |
CN112907009B (zh) | 标准化模型的构建方法、装置、存储介质及设备 | |
CN109428771B (zh) | 一种高速外围组件互联报文性能检测方法和装置 | |
CN110309176B (zh) | 一种数据处理方法和数据中转站 | |
WO2018233308A1 (zh) | 统计指标处理方法、装置、终端设备及可读存储介质 | |
CN107301526A (zh) | 数据处理方法和装置 | |
WO2018233309A1 (zh) | 保单数据存储方法、装置、终端设备及可读存储介质 | |
CN111198900A (zh) | 工业控制网络的数据缓存方法、装置、终端设备及介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2018553070 Country of ref document: JP Kind code of ref document: A |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 18844125 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18844125 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 04/08/2020) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18844125 Country of ref document: EP Kind code of ref document: A1 |