WO2018184553A1 - 保险金计算方法、装置、终端设备及计算机可读存储介质 - Google Patents
保险金计算方法、装置、终端设备及计算机可读存储介质 Download PDFInfo
- Publication number
- WO2018184553A1 WO2018184553A1 PCT/CN2018/081831 CN2018081831W WO2018184553A1 WO 2018184553 A1 WO2018184553 A1 WO 2018184553A1 CN 2018081831 W CN2018081831 W CN 2018081831W WO 2018184553 A1 WO2018184553 A1 WO 2018184553A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- insurance
- algorithm
- premium
- policy
- parameter
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
Definitions
- the present application relates to the field of information processing technologies, and in particular, to the field of insurance claims processing technology, and in particular, to a insurance gold calculation method, apparatus, terminal device, and computer readable storage medium.
- each insurance type needs to be purchased through a corresponding insurance subsystem. Accordingly, its insurance premium can only be calculated through the insurance subsystem corresponding to the insurance type, so that the insurance institution When an insurance type is added, the corresponding insurance subsystem needs to be issued, resulting in high cost and low and convenient use.
- the insurance calculation algorithm is pre-written in the program code, resulting in poor code readability, high maintenance cost and complicated debugging.
- the present application provides a method, a device, a terminal device, and a computer readable storage medium for calculating the insurance premium, so as to solve the problem that the existing insurance can only be calculated by the insurance subsystem corresponding to the insurance type.
- the present application provides a method for calculating a insurance premium, including the following steps:
- the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name; [0008] acquiring a corresponding single item insurance algorithm based on the insurance item number and the parameter name query algorithm parameter table; the single item insurance money algorithm includes a cash value insurance algorithm, a insurance amount insurance algorithm, and a premium insurance algorithm At least two of them;
- the application further provides a insurance calculation device, including:
- a policy information obtaining module configured to obtain policy information to be processed, where the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name;
- an insurance gold algorithm obtaining module configured to query an algorithm parameter table based on the insurance number and the parameter name
- the single item insurance algorithm includes a cash value insurance algorithm
- At least two of the insurance premium algorithm and the premium insurance algorithm are At least two of the insurance premium algorithm and the premium insurance algorithm
- a single item of insurance acquisition module configured to obtain a single item of insurance based on the parameter value and the single item insurance algorithm
- a target insurance premium obtaining module configured to acquire the aggregate insurance premium algorithm based on the insurance item number, and acquire, according to at least two of the single insurance premiums and the aggregate insurance premium algorithm, a policy corresponding to the policy ID Target insurance premium.
- the 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 readable instructions implement the following steps:
- obtaining policy information to be processed where the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name;
- the single item insurance money algorithm includes a cash value insurance money algorithm, a insurance amount insurance algorithm, and a premium insurance money algorithm At least two of them;
- the application provides a computer readable storage medium storing computer readable instructions, the computer readable instructions being executed by a processor, implementing the following steps: [0022] Obtaining policy information to be processed, where the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name;
- the single item insurance money algorithm includes a cash value insurance algorithm, a insurance amount insurance algorithm, and a premium insurance algorithm At least two of them;
- the single insurance fund algorithm for calculating the corresponding insurance premium may be determined according to the insurance item number in each policy information. And the aggregation insurance algorithm; assigning the parameter value corresponding to the parameter name to the single insurance fund algorithm to calculate the individual insurance premium; and then assigning the calculated at least two individual insurance funds to the aggregation insurance algorithm, To calculate the target insurance premium.
- the insurance calculation method and device can realize the corresponding target insurance premium based on any policy information, and does not need to be calculated by the corresponding insurance subsystem, thereby saving the bursting cost of the corresponding insurance subsystem, and making the insurance premium The calculation process is simpler and more convenient.
- 1 is a flow chart of a method for calculating an insurance premium in an embodiment of the present application.
- FIG. 2 is a schematic block diagram of an insurance money calculation device in an embodiment of the present application.
- FIG. 3 is a schematic diagram of a terminal device according to an embodiment of the present application. Embodiments of the invention
- FIG. 1 is a flow chart showing a method of calculating insurance money in the embodiment.
- the insurance calculation method can be executed on the intelligent terminal of the insurance institution, and the insurance policy calculation can be performed based on the policy information of any insurance type input by the user to obtain the corresponding target insurance premium.
- the insurance calculation method includes the following steps:
- S10 Obtain policy information to be processed, and the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name.
- the policy ID is used to uniquely identify the corresponding policy to distinguish it from other policies.
- the type of insurance is used to uniquely identify the corresponding type of insurance, which can be set according to the preset numbering rules.
- the preset numbering rule can be numbered by the type of insurance and the serial number of the insurance.
- the types of insurance include but are not limited to property damage, liability insurance, credit insurance, insurance insurance, agricultural insurance and other property insurance, or life insurance, medical insurance and other personal risks.
- two-letter letters and two numbers can be used to indicate the type of insurance, such as XX for property insurance, YY for personal insurance, XX01 for property damage insurance, XX02 for liability insurance, XX03 for credit insurance, XX04 for guarantee insurance, XX05 indicates agricultural insurance, YY01 indicates life insurance, and YY02 indicates medical insurance.
- two digits or letters can be used to number the serial numbers, such as 01, 02, .... Therefore, the insurance number XX0201 indicates a liability insurance, the insurance number XX0202 indicates another liability insurance, YY010 1 indicates a life insurance, and YY0201 indicates a medical insurance.
- the parameter name is the name of the parameter used in the calculation of the insurance premium, including but not limited to information such as cash value, basic insured amount and product basic insured amount. Accordingly, the parameter value corresponding to the parameter name refers to the detailed value corresponding to each policy information. If the basic insurance amount is 10,000, the basic insurance amount is the parameter name and 10,000 is the parameter value.
- the parameter name corresponds to the parameter number.
- the parameter number can also be numbered by a preset numbering rule. Each parameter number includes a number type S and a parameter number. For example, S01 indicates the cash value, S02 indicates the basic insured amount, and S03 indicates the basic insured amount of the product.
- the step S10 specifically includes the following steps: receiving at least one policy information, and storing the parameter name and the parameter value in the policy information in an array form; according to the FIFO algorithm, obtaining the pending one by one Policy information.
- each parameter name in the policy information is replaced by a parameter number, and the parameter number and parameter value are stored in an array form, so that the insurance fund can be calculated based on the policy information, and the corresponding array can be directly called.
- the parameter group number and parameter value stored in the array form are as follows [S01], [10] represents the cash value of 10.
- the smart terminal of the insurance institution can receive at least one policy information sent by different users, and the smart terminal stores the received at least one policy information in an array in the memory; and the smart terminal is based on the first in first out algorithm.
- the policy information to be processed stored in the memory in the form of an array is obtained one by one to ensure that the user who inputs the policy information first can obtain the query result first, avoiding the waiting time being too long, and affecting the user's service satisfaction with the insurance institution.
- the single-entry insurance algorithm includes at least two of the cash value insurance algorithm, the insured insurance algorithm, and the premium insurance algorithm.
- the algorithm parameter table is pre-stored on the intelligent terminal of the insurance institution, and when the user inputs the policy information, the pre-stored algorithm parameter table may be queried based on the insurance number and the parameter name in the policy information, and the policy information may be obtained.
- Corresponding single item insurance algorithm is an algorithm for obtaining a single insurance premium by calculating a parameter value corresponding to the parameter name by a single-operation formula.
- the individual insurance premium includes cash value insurance, insurance premium and premium insurance.
- step S20 at least two individual insurance funds to be calculated are determined according to the insurance item number in the policy information, and then the single-entry insurance algorithm applicable to the corresponding parameter name is determined according to the corresponding parameter name in the policy information. It can be understood that if there is only one single insurance fund algorithm applied to the corresponding parameter name in the policy information, the corresponding single item insurance fund is directly calculated based on the single item insurance algorithm; if the single item insurance algorithm is applied to the corresponding parameter name in the policy information If there are at least two, the corresponding single-entry insurance algorithm is determined according to the order of priority of each individual insurance algorithm.
- S30 Obtain a single item of insurance based on the parameter value and the single item insurance algorithm.
- step S20 at least two individual item insurance algorithms corresponding to the policy information are determined, so in step S30, the parameter value corresponding to the parameter name may be assigned to the corresponding single item insurance algorithm. To get at least two individual policy funds.
- S40 obtaining an aggregate insurance premium algorithm based on the insurance number, according to at least two individual insurance premiums and aggregation insurance The insurance algorithm acquires the target insurance premium corresponding to the policy ID.
- the aggregation insurance algorithm is associated with the insurance number, so that after receiving the policy information, the intelligent terminal may obtain the corresponding aggregation insurance algorithm according to the insurance number in the policy information.
- the aggregation insurance algorithm is an algorithm that uses at least two individual insurance funds as parameters to calculate the calculation formula to obtain the target insurance premium.
- step S40 specifically includes the following steps: calculating a sum, a maximum value, a minimum value, a median value, or an average value of at least two individual insurance funds by using an aggregate insurance algorithm to obtain a target corresponding to the policy ID.
- Insurance the aggregate insurance premium algorithm may be the sum or maximum value of the cash value insurance premium, the insurance premium and the premium insurance premium, or may be the minimum value of the insurance premium and the premium insurance premium, or may be The minimum amount of insurance and cash value insurance.
- the aggregate insurance algorithm is associated with the insurance number, and each aggregate insurance algorithm is associated with a insurance number.
- the single insurance fund algorithm and the aggregation insurance algorithm for calculating the corresponding insurance premium may be determined according to the insurance item number in each policy information;
- the parameter value is assigned to the single-entry insurance algorithm to calculate the individual insurance premium; and then the calculated at least two individual insurance benefits are assigned to the aggregate insurance premium algorithm to calculate the target insurance premium.
- the insurance calculation method can realize the corresponding target insurance premium based on any policy information, without calculating through the corresponding insurance subsystem, saving the bursting cost of the corresponding insurance subsystem, and making the calculation process of the insurance premium It is simpler and more convenient.
- the insurance calculation method before step S10, further includes an algorithm configuration step.
- the algorithm configuration steps include:
- the algorithm parameter table stores a single item insurance algorithm and an aggregate insurance money algorithm.
- Each individual insurance algorithm includes a single insurance algorithm number, a type of insurance, at least two parameter names, and a single-item formula.
- Each aggregation insurance algorithm includes an aggregation insurance algorithm number, a service number, at least two individual insurance algorithm numbers, and an aggregation calculation formula.
- the configurable algorithm script is executed, and the different single item insurance algorithm and the aggregation insurance algorithm are merged by using a dynamic SQL language, and different parameter names are merged to be stored in the SQL storage table structure, and then stored in the burst file.
- the single-entry insurance algorithm, the aggregation insurance algorithm and the parameter names of the merged operation are operated by using general logic, so that the readability and maintainability of the configurable algorithm script are greatly improved.
- Adopt Dynamic SQL configuration and save the algorithm parameter table. After adding a new insurance type or replacing the algorithm corresponding to the existing insurance type, there is no need to adjust the existing code. Just add the relevant configuration in the algorithm parameter table to complete the corresponding algorithm. Operation, thereby reducing bursting costs and maintenance costs.
- S02 Configuring a priority of two single insurance premium algorithms or an aggregate insurance premium algorithm with the same insurance number.
- the insurance premium is calculated based on the policy information, and only the policy information is corresponding to the parameter name.
- the parameter values are assigned to the corresponding single-entry insurance algorithm and the aggregate insurance algorithm to obtain a unique target insurance premium. If there is two or more single insurance or aggregate insurance algorithms corresponding to any insurance number, the priority of at least two individual insurance algorithms or aggregate insurance algorithms must be pre-configured to determine the desired choice.
- the algorithm sequence is such that the insurance premium is calculated based on the policy information, and the prioritized single-entry insurance algorithm or the aggregate insurance algorithm can be selected to calculate the uniqueness of the calculated target insurance premium.
- the parameter names of the parameters that may be used in the cash value insurance algorithm include cash value, basic insured amount, product basic insured amount, product due to severe illness or disability, and policy period At least two of the payment period, the premium paid, the account value, the total value of the investment unit, and the cash value factor.
- the parameter names of the parameters that may be used in the insurance policy include the basic insured amount, the policy year, the payment year, the remaining payment period, the number of policy periods, the number of payment periods, the amount of the product due to serious illness or disability, At least two of the cash value, the coefficient in the payment schedule, the number of copies, and the insured amount.
- the parameter names of the parameters that may be used in the premium insurance algorithm include the number of policy periods, the number of payment periods, the premiums paid, the premium factor, the amount of the product due to severe illness or disability, the sum of the premiums paid by the main insurance, and the accumulated At least two of the actual premium and part of the paid amount.
- the intersection of the parameter names of all the parameters used in the cash value insurance algorithm, the insured insurance algorithm, and the premium insurance algorithm may be stored in the pre-parameter number table, according to the preset numbering rule.
- the numbers are as follows:
- the corresponding algorithm parameter table is configured, and each individual insurance amount is calculated.
- the method and the aggregation insurance algorithm are numbered according to the algorithm type and the algorithm number.
- This is the AGG, which is the aggregation insurance algorithm, CCV, the cash value insurance algorithm, the CPR premium insurance algorithm, and the CSA insurance policy.
- Each insurance number is numbered according to the type of insurance type and the serial number of the insurance type.
- XX means property insurance
- YY means personal insurance
- XX01 means property loss insurance
- XX02 means liability insurance
- XX03 means credit insurance
- XX04 means guarantee insurance.
- XX05 indicates agricultural insurance
- YY01 indicates life insurance
- YY02 indicates medical insurance.
- the configured algorithm parameter table is as follows:
- Valuel and Value2 are value variables, and are associated with the premium for the user to purchase insurance, and Valuel and Value2 are aa and bb, respectively. If the policy information entered by any user, the policy ID is 10001, and the insurance number is YY0201.
- the parameter name and the corresponding parameter value are stored in the form of an array as follows: [S01][cc], [S02][dd], [SO 3][ee], [S04 brain, [S05][gg], [S06][hh], [S07][ n
- the intelligent terminal calculates the insurance premium based on the policy information, and determines the corresponding number according to the insurance number.
- the final selected insurance algorithm CCV02 can be determined according to the parameter name appearing in the policy information.
- the aggregation insurance algorithm AGG02 with high priority can be selected as the final selected aggregation insurance algorithm based on the priorities of the two algorithms. Then assign the parameter name and corresponding parameter value in the policy information to the final selected individual insurance algorithm CCV02, CPR02 and CSA01 to calculate CCV, CPR and C SA respectively, and then calculate the calculated CCV, CPR and CSA into the aggregate.
- the maximum value of CCV, CPR and CSA is obtained as the target insurance output, so as to realize the insurance calculation of the policy information of any insurance type, the operation process is simple and convenient.
- the parameter number of Table 1 and the algorithm parameter table of Table 2 are stored in a configurable storage table structure in a dynamic SQL language, and can be configured autonomously according to business requirements, and the single item insurance algorithm can be implemented without adjusting existing code or Add, delete, modify, etc. the aggregation insurance algorithm.
- the insurance calculation device may be an intelligent terminal for calculating insurance premiums in the insurance institution, and the insurance terminal may perform insurance calculation based on the policy information of any insurance type input by the user to obtain the corresponding target insurance premium.
- the insurance calculation device includes a policy information acquisition module 10, a insurance money acquisition module 20, a single insurance premium acquisition module 30, a target insurance premium acquisition module 40, and an algorithm configuration module 50.
- the policy information obtaining module 10 is configured to obtain policy information to be processed, where the policy information includes a policy ID, a service number, a parameter name, and a parameter value corresponding to the parameter name.
- the policy information obtaining module 10 is configured to receive at least one policy information, and store the parameter name and the parameter value in the policy information in an array form; and obtain the policy information to be processed one by one according to the first in first out algorithm.
- the insurance gold algorithm obtaining module 20 is configured to query the algorithm parameter table based on the insurance number and the parameter name to obtain a corresponding single item insurance algorithm; the single item insurance algorithm includes a cash value insurance algorithm, a premium insurance algorithm, and a premium. At least two of the insurance money algorithms.
- the single item insurance acquisition module 30 is configured to obtain a single item of insurance based on the parameter value and the single item insurance algorithm
- the target insurance premium obtaining module 40 is configured to obtain an aggregate insurance premium algorithm based on the insurance item number, and obtain a target insurance premium corresponding to the policy ID according to at least two individual insurance premiums and an aggregate insurance premium algorithm.
- the target insurance premium obtaining module 40 is configured to calculate a sum, a maximum value, a minimum value, a median value or an average value of at least two individual insurance funds by using an aggregate insurance algorithm to obtain a policy ID corresponding to the policy ID.
- Target insurance premium is configured to calculate a sum, a maximum value, a minimum value, a median value or an average value of at least two individual insurance funds by using an aggregate insurance algorithm to obtain a policy ID corresponding to the policy ID.
- the insurance calculation device further includes an algorithm configuration module 50.
- the algorithm configuration module 50 specifically includes an algorithm configuration unit 51 and a priority configuration unit 52.
- the algorithm configuration unit 51 is configured to configure and save an algorithm parameter table by using a dynamic SQL, where the algorithm parameter table stores a single item insurance algorithm and an aggregate insurance money algorithm.
- Each individual insurance algorithm includes a single insurance algorithm number, a insurance number, at least two parameter names, and a single calculation formula.
- Each aggregated insurance algorithm includes an aggregated insurance algorithm number, a insurance number, at least two individual insurance algorithm numbers, and an aggregated operational formula.
- the priority configuration unit 52 is configured to configure the priorities of the two single-entry insurance algorithms or the aggregate insurance algorithm with the same insurance number.
- the parameter names of the parameters that may be adopted in the cash value insurance algorithm include cash value, basic insured amount, product basic insured amount, product due to severe illness or disability, and policy period At least two of the payment period, the premium paid, the account value, the total value of the investment unit, and the cash value factor.
- the parameter names of the parameters that may be used in the insurance policy include the basic insured amount, the policy year, the payment year, the remaining payment period, the number of policy periods, the number of payment periods, the amount of the product due to serious illness or disability, At least two of the cash value, the coefficient in the payment schedule, the number of copies, and the insured amount.
- the parameter names of the parameters that may be used in the premium insurance algorithm include the number of policy periods, the number of payment periods, the premiums paid, the premium factor, the amount of the product due to severe illness or disability, the sum of the premiums paid by the main insurance, and the accumulated At least two of the actual premium and part of the paid amount.
- the terminal device 3 of this embodiment includes: a processor 300, a memory 310, and computer readable instructions 320 stored in the memory 310 and executable on the processor 300.
- the processor 300 executes the computer readable instructions 320 ⁇ implements the functions of the modules/units in the above various device embodiments, such as the functions of the modules 10 to 50 shown in FIG. 2.
- the computer readable instructions 320 may be partitioned into one or more modules/units, the one or more modules/units being stored in the memory 310, and by the processor 300 is performed to complete the application.
- the one or more modules/units may be a series of computer readable instruction instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer readable instructions 320 in the terminal device 3.
- 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 300, the memory 310. It will be understood by those skilled in the art that FIG. 3 is only an example of the terminal device 3, and does not constitute a limitation of the terminal device 3. It may include more or less components than those illustrated, or may combine certain components, or different components.
- the terminal device may further include an input/output device, a network access device, a bus, and the like.
Landscapes
- Business, Economics & Management (AREA)
- Accounting & Taxation (AREA)
- Finance (AREA)
- Engineering & Computer Science (AREA)
- Development Economics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- Technology Law (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
本申请公开了一种保险金计算方法、装置、终端设备及计算机可读存储介质。该方法包括:获取待处理的保单信息,保单信息包括保单ID、险种编号、参数名称和与参数名称相对应的参数值;基于险种编号和参数名称查询算法参数表,获取对应的单项保险金算法;单项保险金算法包括现金价值保险金算法、保额保险金算法和保费保险金算法中的至少两种;基于参数值和单项保险金算法,获取单项保险金;基于险种编号获取聚合保险金算法,根据至少两个单项保险金和聚合保险金算法,获取与保单ID相对应的目标保险金。该保险金计算方法可实现基于任一保单信息,计算相应的目标保险金,无需通过相应的保险子系统进行计算,可节省开发相应保险子系统的开发成本,而且使得保险金的计算过程更简单方便。
Description
[0001] 本申请要求于 2017年 04月 06日提交中国专利局、 申请号为 CN201710221462.X
、 发明名称为"保险金计算方法及装置"的中国专利申请的优先权, 其全部内容通 过引用结合在本申请中。
技术领域
[0002] 本申请涉及信息处理技术领域, 尤其涉及保险赔付处理技术领域, 具体涉及一 种保险金计算方法、 装置、 终端设备及计算机可读存储介质。
背景技术
[0003] 当前保险机构在提供保险服务吋, 每一保险险种需通过相应的保险子系统进行 购买, 相应地, 其保险金只能通过与保险险种相对应的保险子系统计算, 使得 保险机构每增加一种保险险种, 均需幵发相应的保险子系统, 导致幵发成本高 , 而且使用过程不够简单方便。 另外, 每一保险子系统中, 预先将保险金计算 算法写死在程序代码中, 导致代码可读性差, 维护成本高且调试复杂。
技术问题
[0004] 本申请提供一种保险金计算方法、 装置、 终端设备及计算机可读存储介质, 以 解决现有保险金只能通过与保险险种相对应的保险子系统进行计算所存在的问 题。
问题的解决方案
技术解决方案
[0005] 本申请解决其技术问题所采用的技术方案是:
[0006] 第一方面, 本申请提供一种保险金计算方法, 包括如下步骤:
[0007] 获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数名称和与 所述参数名称相对应的参数值;
[0008] 基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项保险金算 法; 所述单项保险金算法包括现金价值保险金算法、 保额保险金算法和保费保 险金算法中的至少两种;
[0009] 基于所述参数值和所述单项保险金算法, 获取单项保险金;
[0010] 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项保险金和 所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险金。
[0011] 第二方面, 本申请还提供一种保险金计算装置, 包括:
[0012] 保单信息获取模块, 用于获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数名称和与所述参数名称相对应的参数值;
[0013] 保险金算法获取模块, 用于基于所述险种编号和所述参数名称査询算法参数表
, 获取对应的单项保险金算法; 所述单项保险金算法包括现金价值保险金算法
、 保额保险金算法和保费保险金算法中的至少两种;
[0014] 单项保险金获取模块, 用于基于所述参数值和所述单项保险金算法, 获取单项 保险金;
[0015] 目标保险金获取模块, 用于基于所述险种编号获取所述聚合保险金算法, 根据 至少两个所述单项保险金和所述聚合保险金算法, 获取与所述保单 ID相对应的 目标保险金。
[0016] 第三方面, 本申请提供一种终端设备, 包括存储器、 处理器以及存储在所述存 储器中并可在所述处理器上运行的计算机可读指令, 所述处理器执行所述计算 机可读指令吋实现如下步骤:
[0017] 获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数名称和与 所述参数名称相对应的参数值;
[0018] 基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项保险金算 法; 所述单项保险金算法包括现金价值保险金算法、 保额保险金算法和保费保 险金算法中的至少两种;
[0019] 基于所述参数值和所述单项保险金算法, 获取单项保险金;
[0020] 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项保险金和 所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险金。
[0021] 第四方面, 本申请提供一种计算机可读存储介质, 所述计算机可读存储介质存 储有计算机可读指令, 所述计算机可读指令被处理器执行吋实现如下步骤: [0022] 获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数名称和与 所述参数名称相对应的参数值;
[0023] 基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项保险金算 法; 所述单项保险金算法包括现金价值保险金算法、 保额保险金算法和保费保 险金算法中的至少两种;
[0024] 基于所述参数值和所述单项保险金算法, 获取单项保险金;
[0025] 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项保险金和 所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险金。
发明的有益效果
有益效果
[0026] 本申请与现有技术相比具有如下优点: 本申请所提供的保险金计算方法及装置 中, 可根据每一保单信息中的险种编号确定用于计算相应保险金的单项保险金 算法和聚合保险金算法; 再将与参数名称相对应的参数值赋值到单项保险金算 法中, 以计算出单项保险金; 然后将计算出的至少两个单项保险金赋值到聚合 保险金算法中, 以计算出目标保险金。 该保险金计算方法及装置, 可实现基于 任一保单信息, 计算相应的目标保险金, 无需通过相应的保险子系统进行计算 , 可节省幵发相应保险子系统的幵发成本, 而且使得保险金的计算过程更简单 方便。
对附图的简要说明
附图说明
[0027] 下面将结合附图及实施例对本申请作进一步说明, 附图中:
[0028] 图 1是本申请实施例中保险金计算方法的一流程图。
[0029] 图 2是本申请实施例中保险金计算装置的一原理框图;
[0030] 图 3是本申请实施例提供的终端设备的示意图。
本发明的实施方式
[0031] 为了对本申请的技术特征、 目的和效果有更加清楚的理解, 现对照附图详细说 明本申请的具体实施方式。
[0032] 实施例 1
[0033] 图 1示出本实施例中的保险金计算方法的一流程图。 该保险金计算方法可在保 险机构的智能终端上执行, 可实现基于用户输入的任一种保险险种的保单信息 进行保险金计算, 以获取对应的目标保险金。 如图 1所示, 该保险金计算方法包 括如下步骤:
[0034] S 10: 获取待处理的保单信息, 保单信息包括保单 ID、 险种编号、 参数名称和 与参数名称相对应的参数值。
[0035] 其中, 保单 ID用于唯一识别对应的保单, 使其区别于其他保单。 险种编号用于 唯一识别对应的险种, 可以按预设编号规则设置。 该预设编号规则可以采用险 种类型和险种序号进行编号。 其中, 险种类型包括但不限于财产损失损、 责任 险、 信用险、 保证险、 农业险等财产险, 或者人寿险、 医疗险等人身险。 具体 地, 可采用两位字母和两个数字配合以表示险种类型, 如 XX表示财产险, YY表 示人身险, XX01表示财产损失险, XX02表示责任险, XX03表示信用险, XX04 表示保证险, XX05表示农业险, YY01表示人寿险, YY02表示医疗险。 相应地 , 可采用两位数字或者字母来对险种序号进行编号, 如 01、 02......。 因此, 险 种编号 XX0201表示一种责任险, 险种编号 XX0202表示另外一种责任险, YY010 1表示一种人寿险, YY0201表示一种医疗险等。
[0036] 参数名称是保险金计算过程中采用到的参数的名称, 包括但不限于现金价值、 基本保额和产品基本保额等信息。 相应地, 与参数名称相对应的参数值是指每 一保单信息对应的详细数值。 如基本保额为 1万, 则基本保额为参数名称, 1万 为参数值。 该参数名称与参数编号相对应, 该参数编号也可以预设编号规则进 行编号, 每一参数编号包括编号类型 S和参数序号。 如 S01表示现金价值, S02表 示基本保额, S03表示产品基本保额等。
[0037] 进一步地, 步骤 S 10具体包括如下步骤: 接收至少一个保单信息, 并将保单信 息中的参数名称及参数值以数组形式存储; 依据先进先出算法, 逐一获取待处
理的保单信息。 为了便于计算和处理, 将保单信息中的每一参数名称替代为参 数编号, 再将参数编号与参数值以数组形式存储, 以便于后续基于保单信息计 算保险金吋, 可直接调用相应的数组, 使其计算更方便, 有利于提高计算效率
。 其中, 以数组形式存储的参数组号和参数值如下 [S01],[10]表示现金价值 10。 可以理解地, 保险机构的智能终端上可实吋接收不同用户发送的至少一个保单 信息, 智能终端将接收到的至少一个保单信息以数组形式存储在存储器中; 而 且, 智能终端依据先进先出算法逐单获取以数组形式存储在存储器中的待处理 的保单信息, 以保证最先输入保单信息的用户可先得到査询结果, 避免等待吋 间过长, 影响用户对保险机构的服务满意度。
[0038] S20: 基于险种编号和参数名称査询算法参数表, 获取对应的单项保险金算法
; 单项保险金算法包括现金价值保险金算法、 保额保险金算法和保费保险金算 法中的至少两种。
[0039] 其中, 算法参数表预先存储在保险机构的智能终端上, 当用户输入保单信息吋 , 可基于保单信息中的险种编号和参数名称査询预先存储的算法参数表, 可获 取与保单信息相对应的单项保险金算法。 其中, 单项保险金算法是通过单项运 算公式对应与参数名称相对应的参数值进行运算, 以获取单项保险金的算法。 单项保险金包括现金价值保险金、 保额保险金和保费保险金。
[0040] 步骤 S20中, 根据保单信息中的险种编号确定其所要计算的至少两个单项保险 金, 再根据保单信息中对应的参数名称, 确定可应用到相应参数名称的单项保 险金算法。 可以理解地, 若应用到保单信息中相应参数名称的单项保险金算法 只有一个, 则直接基于该单项保险金算法计算对应的单项保险金; 若应用到保 单信息中相应参数名称的单项保险金算法有至少两个, 则依据各单项保险金算 法优先级的先后顺序确定对应的单项保险金算法。
[0041] S30: 基于参数值和单项保险金算法, 获取单项保险金。
[0042] 可以理解地, 步骤 S20中确定与保单信息相对应的至少两种单项保险金算法, 故步骤 S30中, 可将与参数名称相对应的参数值赋值到相应的单项保险金算法中 , 以获取至少两个单项保单金。
[0043] S40: 基于险种编号获取聚合保险金算法, 根据至少两个单项保险金和聚合保
险金算法, 获取与保单 ID相对应的目标保险金。
[0044] 其中, 聚合保险金算法与险种编号相关联, 使得智能终端在接收到保单信息后 , 可根据保单信息中的险种编号获取对应的聚合保险金算法。 聚合保险金算法 是以至少两个单项保险金为参数, 采用聚合运算公式进行计算, 以获取目标保 险金的算法。
[0045] 进一步地, 步骤 S40具体包括如下步骤: 采用聚合保险金算法计算至少两个单 项保险金的和值、 最大值、 最小值、 中值或平均值, 以获取与保单 ID相对应的 目标保险金。 本实施例中, 聚合保险金算法可以是现金价值保险金、 保额保险 金和保费保险金的和值或最大值, 或者可以是保额保险金和保费保险金的最小 值, 或者可以是保额保险金和现金价值保险金的最小值等。 聚合保险金算法与 险种编号相关联, 每一种聚合保险金算法与一险种编号相关联。
[0046] 本实施例所提供的保险金计算方法中, 可根据每一保单信息中的险种编号确定 用于计算相应保险金的单项保险金算法和聚合保险金算法; 再将与参数名称相 对应的参数值赋值到单项保险金算法中, 以计算出单项保险金; 然后将计算出 的至少两个单项保险金赋值到聚合保险金算法中, 以计算出目标保险金。 该保 险金计算方法可实现基于任一保单信息, 计算相应的目标保险金, 无需通过相 应的保险子系统进行计算, 可节省幵发相应保险子系统的幵发成本, 而且使得 保险金的计算过程更简单方便。
[0047] 进一步地, 该保险金计算方法, 步骤 S 10之前, 还包括算法配置步骤。 具体地 , 算法配置步骤包括:
[0048] S01 : 采用动态 SQL配置并保存算法参数表, 算法参数表存储有单项保险金算 法和聚合保险金算法。 每一单项保险金算法包括单项保险金算法编号、 险种编 号、 至少两个参数名称和单项运算公式。 每一聚合保险金算法包括聚合保险金 算法编号、 险种编号、 至少两种单项保险金算法编号和聚合运算公式。
[0049] 具体地, 幵发可配置算法脚本, 采用动态 SQL语言将不同单项保险金算法和聚 合保险金算法归并, 并将不同参数名称归并, 以存储在 SQL存储表结构, 再在幵 发存储过程中对归并好的单项保险金算法、 聚合保险金算法和参数名称采用通 用逻辑进行运算, 使得该可配置算法脚本的可读性和可维护性大大提高。 采用
动态 SQL配置并保存算法参数表, 在增加新的保险险种或者更换现有保险险种对 应的算法吋, 无需调整已有代码, 只需在算法参数表中中增加相关配置, 即可 完成增加相应算法的操作, 从而降低幵发成本和维护成本。
[0050] S02: 配置险种编号相同的两个单项保险金算法或聚合保险金算法的优先级。
[0051] 可以理解地, 若任一险种编号对应的每一种单项保险金算法和聚合保险金算法 只有一个, 则在基于保单信息计算保险金吋, 只需将保单信息中与参数名称相 对应的参数值赋值到相应的单项保险金算法和聚合保险金算法中, 即可获取唯 一的目标保险金。 若任一险种编号对应的单项保险金算法或聚合保险金算法有 两个或两个以上, 则需预先配置至少两个单项保险金算法或聚合保险金算法的 优先级, 以确定所需选择的算法顺序, 使得在基于保单信息计算保险金吋, 可 选择优先级在先的单项保险金算法或聚合保险金算法进行计算, 以保证计算出 的目标保险金的唯一性。
[0052] 在一具体实施方式中, 现金价值保险金算法中可能采用到的参数的参数名称包 括现金价值、 基本保额、 产品基本保额、 产品因重疾或残疾已给付金额、 保单 期数、 交费期数、 期交保费、 帐户价值、 投资单位价值总额和现金价值系数中 的至少两个。 保额保险金算法中可能采用到的参数的参数名称包括基本保额、 保单年度、 交费年度、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾 已给付金额、 现金价值、 给付表中系数、 份数和保额系数中的至少两个。 保费 保险金算法中可能采用到的参数的参数名称包括保单期数、 交费期数、 期交保 费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之和、 累计实 交保费和部分领取金额中的至少两个。
[0053] 为了便于计算, 可将现金价值保险金算法、 保额保险金算法和保费保险金算法 中运用到的所有参数的参数名称的交集存储在预先参数编号表中, 按预设编号 规则进行编号如下:
[0054] 表一参数编号表
[]
[]
[表 1]
再基于表一所示的参数编号表, 配置对应的算法参数表, 给每一单项保险金算
法和聚合保险金算法按算法类型和算法序号这一预设编号规则进行编号, 采用 A GG表示聚合保险金算法, CCV表示现金价值保险金算法, CPR保费保险金算法 , CSA保额保险金算法。 每一险种编号采用险种类型和险种序号这一预设编号规 则进行编号, 如 XX表示财产险, YY表示人身险, XX01表示财产损失险, XX02 表示责任险, XX03表示信用险, XX04表示保证险, XX05表示农业险, YY01表 示人寿险, YY02表示医疗险。 则配置出的算法参数表如下:
表二算法参数表
[表 2]
[0057] 其中, Valuel和 Value2为价值变量, 与用户购买保险的保费相关联, 设 Valuel 和 Value2分别为 aa和 bb。 若任一用户输入的保单信息中, 保单 ID为 10001号, 而 险种编号为 YY0201 ,
[0058] 其参数名称及相对应的参数值以数组形式存储如下: [S01][cc]、 [S02][dd]、 [SO
3][ee]、 [S04腦、 [S05][gg]、 [S06][hh]、 [S07][ n 智能终端在基于该保单信息 进行保险金计算吋, 每根据险种编号确定其对应的单项保险金算法和聚合保险 金算法, CCV01、 CCV02、 CPR02、 CSA01、 AGG01和 AGG02。 对于存在两个 现金价值保险金算法 CCV01和 CCV02, 可根据保单信息中出现的参数名称确定 最终选择的保险金算法 CCV02。 对于存在的两个聚合保险金算法 AGG01和 AGGO 2, 可基于两算法的优先级, 选择优先级高的聚合保险金算法 AGG02作为最终选 择的聚合保险金算法。 然后将保单信息中的参数名称及相应的参数值赋值到最 终选择的单项保险金算法 CCV02、 CPR02和 CSA01中分别计算出 CCV、 CPR和 C SA, 再将计算出的 CCV、 CPR和 CSA代入聚合保险金算法 AGG02中, 求出 CCV 、 CPR和 CSA中的最大值作为目标保险金输出, 以实现对任一保险险种的保单信 息进行保险金计算, 操作过程简单方便。 而且, 表一的参数编号和表二的算法 参数表均采用动态 SQL语言存储在可配置的存储表结构中, 可根据业务需求自主 进行配置, 无需调整已有代码即可实现单项保险金算法或聚合保险金算法的新 增、 刪除、 修改等操作。
[0059] 实施例 2
[0060] 图 2示出本实施例中的保险金计算装置的一流程图。 该保险金计算装置可以是 保险机构中用于计算保险金的智能终端, 通过该智能终端可实现基于用户输入 的任一种保险险种的保单信息进行保险金计算, 以获取对应的目标保险金。 如 图 2所示, 该保险金计算装置包括保单信息获取模块 10、 保险金算法获取模块 20 、 单项保险金获取模块 30、 目标保险金获取模块 40和算法配置模块 50。
[0061] 保单信息获取模块 10, 用于获取待处理的保单信息, 保单信息包括保单 ID、 险 种编号、 参数名称和与参数名称相对应的参数值。
[0062] 进一步地, 保单信息获取模块 10, 用于接收至少一个保单信息, 并将保单信息 中的参数名称及参数值以数组形式存储; 依据先进先出算法, 逐一获取待处理 的保单信息。
[0063] 保险金算法获取模块 20, 用于基于险种编号和参数名称査询算法参数表, 获取 对应的单项保险金算法; 单项保险金算法包括现金价值保险金算法、 保额保险 金算法和保费保险金算法中的至少两种。
[0064] 单项保险金获取模块 30, 用于基于参数值和单项保险金算法, 获取单项保险金
[0065] 目标保险金获取模块 40, 用于基于险种编号获取聚合保险金算法, 根据至少两 个单项保险金和聚合保险金算法, 获取与保单 ID相对应的目标保险金。
[0066] 进一步地, 目标保险金获取模块 40, 用于采用聚合保险金算法计算至少两个单 项保险金的和值、 最大值、 最小值、 中值或平均值, 以获取与保单 ID相对应的 目标保险金。
[0067] 进一步地, 该保险金计算装置还包括算法配置模块 50。 算法配置模块 50具体包 括算法配置单元 51和优先级配置单元 52。
[0068] 算法配置单元 51, 用于采用动态 SQL配置并保存算法参数表, 算法参数表存储 有单项保险金算法和聚合保险金算法。 每一单项保险金算法包括单项保险金算 法编号、 险种编号、 至少两个参数名称和单项运算公式。 每一聚合保险金算法 包括聚合保险金算法编号、 险种编号、 至少两种单项保险金算法编号和聚合运 算公式。
[0069] 优先级配置单元 52, 用于配置险种编号相同的两个单项保险金算法或聚合保险 金算法的优先级。
[0070] 在一具体实施方式中, 现金价值保险金算法中可能采用到的参数的参数名称包 括现金价值、 基本保额、 产品基本保额、 产品因重疾或残疾已给付金额、 保单 期数、 交费期数、 期交保费、 帐户价值、 投资单位价值总额和现金价值系数中 的至少两个。 保额保险金算法中可能采用到的参数的参数名称包括基本保额、 保单年度、 交费年度、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾 已给付金额、 现金价值、 给付表中系数、 份数和保额系数中的至少两个。 保费 保险金算法中可能采用到的参数的参数名称包括保单期数、 交费期数、 期交保 费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之和、 累计实 交保费和部分领取金额中的至少两个。
[0071] 图 3是本申请一实施例提供的终端设备的示意图。 如图 3所示, 该实施例的终端 设备 3包括: 处理器 300、 存储器 310以及存储在所述存储器 310中并可在所述处 理器 300上运行的计算机可读指令 320。 所述处理器 300执行所述计算机可读指令
320吋实现上述各装置实施例中各模块 /单元的功能, 例如图 2所示模块 10至 50的 功能。
[0072] 示例性的, 所述计算机可读指令 320可以被分割成一个或多个模块 /单元, 所述 一个或者多个模块 /单元被存储在所述存储器 310中, 并由所述处理器 300执行, 以完成本申请。 所述一个或多个模块 /单元可以是能够完成特定功能的一系列计 算机可读指令指令段, 该指令段用于描述所述计算机可读指令 320在所述终端设 备 3中的执行过程。
[0073] 所述终端设备 3可以是桌上型计算机、 笔记本、 掌上电脑及云端服务器等计算 设备。 所述终端设备可包括, 但不仅限于, 处理器 300、 存储器 310。 本领域技 术人员可以理解, 图 3仅仅是终端设备 3的示例, 并不构成对终端设备 3的限定, 可以包括比图示更多或更少的部件, 或者组合某些部件, 或者不同的部件, 例 如所述终端设备还可以包括输入输出设备、 网络接入设备、 总线等。
Claims
[权利要求 1] 一种保险金计算方法, 其特征在于, 包括如下步骤:
获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数 名称和与所述参数名称相对应的参数值;
基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项 保险金算法; 所述单项保险金算法包括现金价值保险金算法、 保额保 险金算法和保费保险金算法中的至少两种;
基于所述参数值和所述单项保险金算法, 获取单项保险金; 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项 保险金和所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险 金。
[权利要求 2] 根据权利要求 1所述的保险金计算方法, 其特征在于, 所述获取保单 信息之前, 还包括算法配置步骤;
所述算法配置步骤包括:
采用动态 SQL配置并保存所述算法参数表, 所述算法参数表存储有所 述单项保险金算法和所述聚合保险金算法; 每一所述单项保险金算法 包括单项保险金算法编号、 险种编号、 至少两个参数名称和单项运算 公式; 每一所述聚合保险金算法包括聚合保险金算法编号、 险种编号 、 至少两种所述单项保险金算法编号和聚合运算公式;
配置险种编号相同的至少两个所述单项保险金算法或所述聚合保险金 算法的优先级。
[权利要求 3] 根据权利要求 2所述的保险金计算方法, 其特征在于,
所述现金价值保险金算法的参数名称包括现金价值、 基本保额、 产品 基本保额、 产品因重疾或残疾已给付金额、 保单期数、 交费期数、 期 交保费、 帐户价值、 投资单位价值总额和现金价值系数中的至少两个 所述保额保险金算法的参数名称包括基本保额、 保单年度、 交费年度 、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾已给付金额
、 现金价值、 给付表中系数、 份数和保额系数中的至少两个;
所述保费保险金算法的所述参数名称包括保单期数、 交费期数、 期交 保费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之 和、 累计实交保费和部分领取金额中的至少两个。
[权利要求 4] 根据权利要求 1所述的保险金计算方法, 其特征在于, 所述根据至少 两个所述单项保险金和所述聚合保险金算法, 获取与所述保单 ID相对 应的目标保险金, 包括:
采用聚合保险金算法计算至少两个所述单项保险金的和值、 最大值、 最小值、 中值或平均值, 以获取与所述保单 ID相对应的目标保险金。
[权利要求 5] 根据权利要求 1所述的保险金计算方法, 其特征在于, 所述获取待处 理的保单信息, 包括:
接收至少一个保单信息, 并将所述保单信息中的参数名称及参数值以 数组形式存储; 依据先进先出算法, 逐一获取待处理的保单信息。
[权利要求 6] —种保险金计算装置, 其特征在于, 包括:
保单信息获取模块, 用于获取待处理的保单信息, 所述保单信息包括 保单 ID、 险种编号、 参数名称和与所述参数名称相对应的参数值; 保险金算法获取模块, 用于基于所述险种编号和所述参数名称査询算 法参数表, 获取对应的单项保险金算法; 所述单项保险金算法包括现 金价值保险金算法、 保额保险金算法和保费保险金算法中的至少两种 单项保险金获取模块, 用于基于所述参数值和所述单项保险金算法, 获取单项保险金;
目标保险金获取模块, 用于基于所述险种编号获取所述聚合保险金算 法, 根据至少两个所述单项保险金和所述聚合保险金算法, 获取与所 述保单 ID相对应的目标保险金。
[权利要求 7] 根据权利要求 6所述的保险金计算装置, 其特征在于, 还包括算法配 置模块; 所述算法配置模块包括:
算法配置单元, 用于采用动态 SQL配置并保存所述算法参数表, 所述
算法参数表存储有所述单项保险金算法和所述聚合保险金算法; 每一 所述单项保险金算法包括单项保险金算法编号、 险种编号、 至少两个 参数名称和单项运算公式; 每一所述聚合保险金算法包括聚合保险金 算法编号、 险种编号、 至少两种所述单项保险金算法编号和聚合运算 公式;
优先级配置单元, 用于配置险种编号相同的至少两个所述单项保险金 算法或所述聚合保险金算法的优先级。
[权利要求 8] 根据权利要求 7所述的保险金计算装置, 其特征在于,
所述现金价值保险金算法的参数名称包括现金价值、 基本保额、 产品 基本保额、 产品因重疾或残疾已给付金额、 保单期数、 交费期数、 期 交保费、 帐户价值、 投资单位价值总额和现金价值系数中的至少两个 所述保额保险金算法的参数名称包括基本保额、 保单年度、 交费年度 、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾已给付金额 、 现金价值、 给付表中系数、 份数和保额系数中的至少两个; 所述保费保险金算法的所述参数名称包括保单期数、 交费期数、 期交 保费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之 和、 累计实交保费和部分领取金额中的至少两个。
[权利要求 9] 根据权利要求 6所述的保险金计算装置, 其特征在于, 所述目标保险 金获取模块, 用于采用聚合保险金算法计算至少两个所述单项保险金 的和值、 最大值、 最小值、 中值或平均值, 以获取与所述保单 ID相对 应的目标保险金。
[权利要求 10] 根据权利要求 6所述的保险金计算装置, 其特征在于, 所述保单信息 获取模块, 用于接收至少一个保单信息, 并将所述保单信息中的参数 名称及参数值以数组形式存储; 依据先进先出算法, 逐一获取待处理 的保单信息。
[权利要求 11] 一种终端设备, 包括存储器、 处理器以及存储在所述存储器中并可在 所述处理器上运行的计算机可读指令, 其特征在于, 所述处理器执行
所述计算机可读指令吋实现如下步骤:
获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数 名称和与所述参数名称相对应的参数值;
基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项 保险金算法; 所述单项保险金算法包括现金价值保险金算法、 保额保 险金算法和保费保险金算法中的至少两种;
基于所述参数值和所述单项保险金算法, 获取单项保险金; 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项 保险金和所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险 金。
[权利要求 12] 根据权利要求 11所述的终端设备, 其特征在于, 所述获取保单信息之 前, 还包括算法配置步骤;
所述算法配置步骤包括:
采用动态 SQL配置并保存所述算法参数表, 所述算法参数表存储有所 述单项保险金算法和所述聚合保险金算法; 每一所述单项保险金算法 包括单项保险金算法编号、 险种编号、 至少两个参数名称和单项运算 公式; 每一所述聚合保险金算法包括聚合保险金算法编号、 险种编号 、 至少两种所述单项保险金算法编号和聚合运算公式;
配置险种编号相同的至少两个所述单项保险金算法或所述聚合保险金 算法的优先级。
[权利要求 13] 根据权利要求 12所述的终端设备, 其特征在于, 所述现金价值保险金 算法的参数名称包括现金价值、 基本保额、 产品基本保额、 产品因重 疾或残疾已给付金额、 保单期数、 交费期数、 期交保费、 帐户价值、 投资单位价值总额和现金价值系数中的至少两个; 所述保额保险金算法的参数名称包括基本保额、 保单年度、 交费年度 、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾已给付金额 、 现金价值、 给付表中系数、 份数和保额系数中的至少两个; 所述保费保险金算法的所述参数名称包括保单期数、 交费期数、 期交
保费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之 和、 累计实交保费和部分领取金额中的至少两个。
根据权利要求 11所述的终端设备, 其特征在于, 所述根据至少两个所 述单项保险金和所述聚合保险金算法, 获取与所述保单 ID相对应的目 标保险金, 包括:
采用聚合保险金算法计算至少两个所述单项保险金的和值、 最大值、 最小值、 中值或平均值, 以获取与所述保单 ID相对应的目标保险金。 根据权利要求 11所述的终端设备, 其特征在于, 所述获取待处理的保 单信息, 包括:
接收至少一个保单信息, 并将所述保单信息中的参数名称及参数值以 数组形式存储; 依据先进先出算法, 逐一获取待处理的保单信息。 一种计算机可读存储介质, 所述计算机可读存储介质存储有计算机可 读指令, 其特征在于, 所述计算机可读指令被处理器执行吋实现如下 步骤:
获取待处理的保单信息, 所述保单信息包括保单 ID、 险种编号、 参数 名称和与所述参数名称相对应的参数值;
基于所述险种编号和所述参数名称査询算法参数表, 获取对应的单项 保险金算法; 所述单项保险金算法包括现金价值保险金算法、 保额保 险金算法和保费保险金算法中的至少两种;
基于所述参数值和所述单项保险金算法, 获取单项保险金; 基于所述险种编号获取所述聚合保险金算法, 根据至少两个所述单项 保险金和所述聚合保险金算法, 获取与所述保单 ID相对应的目标保险 金。
根据权利要求 16所述的计算机可读存储介质, 其特征在于, 所述获取 保单信息之前, 还包括算法配置步骤;
所述算法配置步骤包括:
采用动态 SQL配置并保存所述算法参数表, 所述算法参数表存储有所 述单项保险金算法和所述聚合保险金算法; 每一所述单项保险金算法
包括单项保险金算法编号、 险种编号、 至少两个参数名称和单项运算 公式; 每一所述聚合保险金算法包括聚合保险金算法编号、 险种编号 、 至少两种所述单项保险金算法编号和聚合运算公式;
配置险种编号相同的至少两个所述单项保险金算法或所述聚合保险金 算法的优先级。
根据权利要求 17所述的计算机可读存储介质, 其特征在于, 所述现金 价值保险金算法的参数名称包括现金价值、 基本保额、 产品基本保额 、 产品因重疾或残疾已给付金额、 保单期数、 交费期数、 期交保费、 帐户价值、 投资单位价值总额和现金价值系数中的至少两个; 所述保额保险金算法的参数名称包括基本保额、 保单年度、 交费年度 、 剩余交费期、 保单期数、 交费期数、 产品因重疾或残疾已给付金额 、 现金价值、 给付表中系数、 份数和保额系数中的至少两个; 所述保费保险金算法的所述参数名称包括保单期数、 交费期数、 期交 保费、 保费系数、 产品因重疾或残疾已给付金额、 主附险已交保费之 和、 累计实交保费和部分领取金额中的至少两个。
根据权利要求 16所述的计算机可读存储介质, 其特征在于, 根据至少 两个所述单项保险金和所述聚合保险金算法, 获取与所述保单 ID相对 应的目标保险金, 包括:
采用聚合保险金算法计算至少两个所述单项保险金的和值、 最大值、 最小值、 中值或平均值, 以获取与所述保单 ID相对应的目标保险金。 根据权利要求 16所述的计算机可读存储介质, 其特征在于, 所述获取 待处理的保单信息, 包括:
接收至少一个保单信息, 并将所述保单信息中的参数名称及参数值以 数组形式存储; 依据先进先出算法, 逐一获取待处理的保单信息。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201710221462.X | 2017-04-06 | ||
| CN201710221462.XA CN107784592A (zh) | 2017-04-06 | 2017-04-06 | 保险金计算方法及装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2018184553A1 true WO2018184553A1 (zh) | 2018-10-11 |
Family
ID=61438000
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2018/081831 Ceased WO2018184553A1 (zh) | 2017-04-06 | 2018-04-04 | 保险金计算方法、装置、终端设备及计算机可读存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN107784592A (zh) |
| WO (1) | WO2018184553A1 (zh) |
Families Citing this family (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107784592A (zh) * | 2017-04-06 | 2018-03-09 | 平安科技(深圳)有限公司 | 保险金计算方法及装置 |
| CN108711109B (zh) * | 2018-05-28 | 2023-06-23 | 中国平安人寿保险股份有限公司 | 准备金计算系统更新方法、设备、存储介质及装置 |
| CN109727143A (zh) * | 2018-05-28 | 2019-05-07 | 中国平安人寿保险股份有限公司 | 有效保额计算方法、装置、设备及计算机可读存储介质 |
| CN109727144B (zh) * | 2018-05-31 | 2023-06-27 | 中国平安人寿保险股份有限公司 | 保险发生率计算方法、装置、设备及计算机可读存储介质 |
| CN109101232B (zh) * | 2018-06-08 | 2024-03-12 | 中国平安人寿保险股份有限公司 | 一种产品开发的方法、装置、计算机设备及存储介质 |
| CN109035033B (zh) * | 2018-06-12 | 2023-06-27 | 中国平安人寿保险股份有限公司 | 一种减保业务的信息处理方法及终端 |
| CN109118047B (zh) * | 2018-07-10 | 2024-06-28 | 平安科技(深圳)有限公司 | 预算数据处理的方法及装置 |
| CN109636631A (zh) * | 2018-12-11 | 2019-04-16 | 泰康保险集团股份有限公司 | 保险金计算方法、装置、介质及电子设备 |
| CN109559241A (zh) * | 2018-12-13 | 2019-04-02 | 泰康保险集团股份有限公司 | 保费计算的处理方法、装置、介质及电子设备 |
| CN113919958A (zh) * | 2021-09-04 | 2022-01-11 | 北京优全智汇信息技术有限公司 | 保险智能交互平台及其交互方法 |
| CN114998034A (zh) * | 2022-06-17 | 2022-09-02 | 中国平安人寿保险股份有限公司 | 责任保额测试方法、装置、电子设备及存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2009051365A1 (en) * | 2007-10-15 | 2009-04-23 | Yeol-Oh Seong | Method of relaying plural contract of an automobile third party liability insurance and driver compensation insurance by using, and the system thereof |
| CN101425168A (zh) * | 2007-11-02 | 2009-05-06 | 乔美国际网路股份有限公司 | 投资保险的方法与系统 |
| CN101826194A (zh) * | 2009-03-02 | 2010-09-08 | 乔美国际网络股份有限公司 | 处理装置及通过一处理装置实现的互助式保险方法 |
| CN102194198A (zh) * | 2010-03-17 | 2011-09-21 | 乔美国际网络股份有限公司 | 处理装置及用于该处理装置的互助式保险处理方法 |
| CN107784592A (zh) * | 2017-04-06 | 2018-03-09 | 平安科技(深圳)有限公司 | 保险金计算方法及装置 |
-
2017
- 2017-04-06 CN CN201710221462.XA patent/CN107784592A/zh active Pending
-
2018
- 2018-04-04 WO PCT/CN2018/081831 patent/WO2018184553A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2009051365A1 (en) * | 2007-10-15 | 2009-04-23 | Yeol-Oh Seong | Method of relaying plural contract of an automobile third party liability insurance and driver compensation insurance by using, and the system thereof |
| CN101425168A (zh) * | 2007-11-02 | 2009-05-06 | 乔美国际网路股份有限公司 | 投资保险的方法与系统 |
| CN101826194A (zh) * | 2009-03-02 | 2010-09-08 | 乔美国际网络股份有限公司 | 处理装置及通过一处理装置实现的互助式保险方法 |
| CN102194198A (zh) * | 2010-03-17 | 2011-09-21 | 乔美国际网络股份有限公司 | 处理装置及用于该处理装置的互助式保险处理方法 |
| CN107784592A (zh) * | 2017-04-06 | 2018-03-09 | 平安科技(深圳)有限公司 | 保险金计算方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN107784592A (zh) | 2018-03-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2018184553A1 (zh) | 保险金计算方法、装置、终端设备及计算机可读存储介质 | |
| CN110134516B (zh) | 金融数据处理方法、装置、设备及计算机可读存储介质 | |
| CN111260367B (zh) | 一种交易限额确定方法和装置 | |
| WO2021217863A1 (zh) | 订单标识生成方法、装置、服务器及存储介质 | |
| CN109408489A (zh) | 数据稽核方法及系统 | |
| CN112085488A (zh) | 一种通用积分账户管理方法及系统 | |
| CN115421922A (zh) | 一种分布式系统的限流方法、装置、设备、介质及产品 | |
| WO2020000720A1 (zh) | 服务器、报文处理方法、程序和计算机可读存储介质 | |
| US20220383412A1 (en) | Methods, apparatuses and systems for first look matching of orders | |
| CN109377214A (zh) | 一种支付方法、计算机可读存储介质及服务器 | |
| WO2016084642A1 (ja) | 与信審査用サーバと与信審査用システム及び与信審査用プログラム | |
| CN109120706A (zh) | 业务调度方法及系统 | |
| WO2019075972A1 (zh) | 基于无理赔的优惠数据生成方法及装置 | |
| US12536185B2 (en) | Innovative disclosure document evaluation and compliance system and method | |
| CN110378760A (zh) | 数据处理方法及终端设备 | |
| US20150134502A1 (en) | Method and System for Aggregating Company Information | |
| US8832110B2 (en) | Management of class of service | |
| WO2019153489A1 (zh) | 一种反洗钱模型的运算方法、存储介质、终端设备及装置 | |
| CN114612252A (zh) | 保单数据处理方法、装置、电子设备和存储介质 | |
| CN117170630A (zh) | 一种流程数据处理方法、装置、设备及存储介质 | |
| CN114693457A (zh) | 组合基金的收益计算方法及装置 | |
| CN110263044B (zh) | 数据存储方法、装置、设备及计算机可读存储介质 | |
| CN113988996A (zh) | 大额货币基金智能拆单方法、系统及介质 | |
| CN113779982A (zh) | 销售采购加工单的自动生成方法及系统、服务器及存储介质 | |
| CN112508608A (zh) | 一种推广活动配置方法、系统、计算机设备及存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 18781197 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 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 1205A DATED 16.01.2020. |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 18781197 Country of ref document: EP Kind code of ref document: A1 |

