[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [5650] Improve names of certain database entities
From: |
Greg Chicares |
Subject: |
[lmi-commits] [5650] Improve names of certain database entities |
Date: |
Wed, 09 Jan 2013 13:04:19 +0000 |
Revision: 5650
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5650
Author: chicares
Date: 2013-01-09 13:04:18 +0000 (Wed, 09 Jan 2013)
Log Message:
-----------
Improve names of certain database entities
Modified Paths:
--------------
lmi/trunk/dbdict.cpp
lmi/trunk/dbdict.hpp
lmi/trunk/dbnames.hpp
lmi/trunk/dbnames.xpp
Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp 2013-01-09 12:56:31 UTC (rev 5649)
+++ lmi/trunk/dbdict.cpp 2013-01-09 13:04:18 UTC (rev 5650)
@@ -360,7 +360,7 @@
ascribe("ErPremAcct" , &DBDictionary::ErPremAcct );
ascribe("CompTarget" , &DBDictionary::CompTarget );
ascribe("CompExcess" , &DBDictionary::CompExcess );
- ascribe("CompChargeBack" , &DBDictionary::CompChargeBack );
+ ascribe("CompChargeback" , &DBDictionary::CompChargeback );
ascribe("AssetComp" , &DBDictionary::AssetComp );
ascribe("AllowExtraAssetComp" , &DBDictionary::AllowExtraAssetComp );
ascribe("AllowExtraPremComp" , &DBDictionary::AllowExtraPremComp );
@@ -401,7 +401,7 @@
ascribe("TaxVxInt" , &DBDictionary::TaxVxInt );
ascribe("StatVxQ" , &DBDictionary::StatVxQ );
ascribe("TaxVxQ" , &DBDictionary::TaxVxQ );
- ascribe("DefVxQ" , &DBDictionary::DefVxQ );
+ ascribe("DeficVxQ" , &DBDictionary::DeficVxQ );
ascribe("SnflQ" , &DBDictionary::SnflQ );
ascribe("LapseRate" , &DBDictionary::LapseRate );
ascribe("ReqSurpNaar" , &DBDictionary::ReqSurpNaar );
@@ -814,11 +814,11 @@
Add(database_entity(DB_TaxVxInt , 0.0));
Add(database_entity(DB_StatVxQ , 0.0));
Add(database_entity(DB_TaxVxQ , 0.0));
- Add(database_entity(DB_DefVxQ , 0.0));
+ Add(database_entity(DB_DeficVxQ , 0.0));
Add(database_entity(DB_SnflQ , 0.0));
Add(database_entity(DB_CompTarget , 0.0));
Add(database_entity(DB_CompExcess , 0.0));
- Add(database_entity(DB_CompChargeBack , 0.0));
+ Add(database_entity(DB_CompChargeback , 0.0));
Add(database_entity(DB_LapseRate , 0.0));
Add(database_entity(DB_ReqSurpNaar , 0.0));
Add(database_entity(DB_ReqSurpVx , 0.0));
Modified: lmi/trunk/dbdict.hpp
===================================================================
--- lmi/trunk/dbdict.hpp 2013-01-09 12:56:31 UTC (rev 5649)
+++ lmi/trunk/dbdict.hpp 2013-01-09 13:04:18 UTC (rev 5650)
@@ -335,7 +335,7 @@
database_entity ErPremAcct ;
database_entity CompTarget ;
database_entity CompExcess ;
- database_entity CompChargeBack ;
+ database_entity CompChargeback ;
database_entity AssetComp ;
database_entity AllowExtraAssetComp ;
database_entity AllowExtraPremComp ;
@@ -381,7 +381,7 @@
database_entity TaxVxInt ;
database_entity StatVxQ ;
database_entity TaxVxQ ;
- database_entity DefVxQ ;
+ database_entity DeficVxQ ;
database_entity SnflQ ;
database_entity LapseRate ;
database_entity ReqSurpNaar ;
Modified: lmi/trunk/dbnames.hpp
===================================================================
--- lmi/trunk/dbnames.hpp 2013-01-09 12:56:31 UTC (rev 5649)
+++ lmi/trunk/dbnames.hpp 2013-01-09 13:04:18 UTC (rev 5650)
@@ -453,7 +453,7 @@
,DB_CompTarget
,DB_CompExcess
- ,DB_CompChargeBack
+ ,DB_CompChargeback
,DB_AssetComp
,DB_AllowExtraAssetComp
,DB_AllowExtraPremComp
@@ -517,7 +517,7 @@
,DB_StatVxQ
,DB_TaxVxQ
- ,DB_DefVxQ
+ ,DB_DeficVxQ
,DB_SnflQ
,DB_Topic_OtherAssumptions
Modified: lmi/trunk/dbnames.xpp
===================================================================
--- lmi/trunk/dbnames.xpp 2013-01-09 12:56:31 UTC (rev 5649)
+++ lmi/trunk/dbnames.xpp 2013-01-09 13:04:18 UTC (rev 5650)
@@ -281,7 +281,7 @@
{DB_Topic_Compensation,DB_FIRST,"Compensation","Commissions, asset-based
compensation, and chargebacks",}, \
{DB_CompTarget,DB_Topic_Compensation,"CompTarget","Producer-only compensation
on premium up to target",}, \
{DB_CompExcess,DB_Topic_Compensation,"CompExcess","Producer-only compensation
on premium in excess of target",}, \
-{DB_CompChargeBack,DB_Topic_Compensation,"CompChargeBack","Compensation
chargeback for early termination",}, \
+{DB_CompChargeback,DB_Topic_Compensation,"CompChargeback","Compensation
chargeback for early termination",}, \
{DB_AssetComp,DB_Topic_Compensation,"AssetComp","Producer-only compensation on
separate-account assets--not tiered by assets",}, \
{DB_AllowExtraAssetComp,DB_Topic_Compensation,"AllowExtraAssetComp","Allow
input extra asset-based compensation: 0=no, 1=yes",}, \
{DB_AllowExtraPremComp,DB_Topic_Compensation,"AllowExtraPremComp","Allow input
extra premium-based compensation: 0=no, 1=yes",}, \
@@ -327,7 +327,7 @@
{DB_TaxVxInt,DB_Topic_Reserves,"TaxVxInt","Tax reserve annual interest rate
[not yet implemented]",}, \
{DB_StatVxQ,DB_Topic_Reserves,"StatVxQ","[not used]",}, \
{DB_TaxVxQ,DB_Topic_Reserves,"TaxVxQ","[not used]",}, \
-{DB_DefVxQ,DB_Topic_Reserves,"DefVxQ","[not used]",}, \
+{DB_DeficVxQ,DB_Topic_Reserves,"DeficVxQ","[not used]",}, \
{DB_SnflQ,DB_Topic_Reserves,"SnflQ","[not used]",}, \
{DB_Topic_OtherAssumptions,DB_FIRST,"Other assumptions","Other assumptions
[not yet implemented]",}, \
{DB_LapseRate,DB_Topic_OtherAssumptions,"LapseRate","Lapse rate [not yet
implemented]",}, \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [5650] Improve names of certain database entities,
Greg Chicares <=