Giter VIP home page Giter VIP logo

recalculation's Introduction

Recalculation

保费重算

保费重算脚本文件说明

	初始化重算数据,第一次运行时或者需要全部进行重新计算时需要运行这个脚本
	12-TARGET_PREM_RECALC_InitialData.sql
	重算不通过的保单记录,可以重复多次运行
	12-TARGET_PREM_RECALC.sql
	保单级别的保费重算
	12-TARGET_PREM_RECALC_PerPolicy.sql
	查询重算的结果总结
	12-TARGET_PREM_RECALC_QueryResult.sql

CV重算

CV脚本需要在转换之前初始化好源系统的CV值在表dc_legacy_cashvalue中

	policy_id number(10), 
	item_id number(10), 
	policy_no varchar2(20),
	old_cashvalue number(12,2), 
	cashvalue_date date,
	prod_cd varchar2(10)

CV重算脚本文件说明

	计算全部数据的CV
	13-TARGET_CASH_VAlUE_RECALC.sql
	计算保单级别的CV
	13-TARGET_CASH_VAlUE_RECALC_PerPolicy.sql  
	对重算的结果进行查询
	13-TARGET_CASH_VAlUE_RECALC_QueryResult.sql

recalculation's People

Contributors

ebaodm avatar owenstudy avatar

Forkers

owenstudy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.