lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5891] Remove an inutile database entity


From: Greg Chicares
Subject: [lmi-commits] [5891] Remove an inutile database entity
Date: Sun, 04 May 2014 16:42:39 +0000

Revision: 5891
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5891
Author:   chicares
Date:     2014-05-04 16:42:39 +0000 (Sun, 04 May 2014)
Log Message:
-----------
Remove an inutile database entity

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/dbdict.cpp
    lmi/trunk/dbdict.hpp
    lmi/trunk/dbnames.hpp
    lmi/trunk/dbnames.xpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-05-04 16:33:19 UTC (rev 5890)
+++ lmi/trunk/ChangeLog 2014-05-04 16:42:39 UTC (rev 5891)
@@ -33784,3 +33784,11 @@
 treated as a QAB for either 7702 or 7702A but not for both, so each
 has only a single flag for both sections of the tax code.
 
+20140504T1642Z <address@hidden> [542]
+
+  dbdict.cpp
+  dbdict.hpp
+  dbnames.hpp
+  dbnames.xpp
+Remove an inutile database entity.
+

Modified: lmi/trunk/dbdict.cpp
===================================================================
--- lmi/trunk/dbdict.cpp        2014-05-04 16:33:19 UTC (rev 5890)
+++ lmi/trunk/dbdict.cpp        2014-05-04 16:42:39 UTC (rev 5891)
@@ -157,7 +157,6 @@
     ascribe("RatingsAffect7702"   , &DBDictionary::RatingsAffect7702   );
     ascribe("CvatMatChangeDefn"   , &DBDictionary::CvatMatChangeDefn   );
     ascribe("GptMatChangeDefn"    , &DBDictionary::GptMatChangeDefn    );
-    ascribe("CorrHidesIncreases"  , &DBDictionary::CorrHidesIncreases  );
     ascribe("Irc7702BftIsSpecAmt" , &DBDictionary::Irc7702BftIsSpecAmt );
     ascribe("Initial7702BftIsDb"  , &DBDictionary::Initial7702BftIsDb  );
     ascribe("Irc7702Endowment"    , &DBDictionary::Irc7702Endowment    );
@@ -924,7 +923,6 @@
     Add(database_entity(DB_RatingsAffect7702   , false));
     Add(database_entity(DB_CvatMatChangeDefn   , 
mce_earlier_of_increase_or_unnecessary_premium));
     Add(database_entity(DB_GptMatChangeDefn    , 0));
-    Add(database_entity(DB_CorrHidesIncreases  , false));
     Add(database_entity(DB_Irc7702BftIsSpecAmt , 0));
     Add(database_entity(DB_Initial7702BftIsDb  , false));
     Add(database_entity(DB_Irc7702Endowment    , 0));

Modified: lmi/trunk/dbdict.hpp
===================================================================
--- lmi/trunk/dbdict.hpp        2014-05-04 16:33:19 UTC (rev 5890)
+++ lmi/trunk/dbdict.hpp        2014-05-04 16:42:39 UTC (rev 5891)
@@ -133,7 +133,6 @@
     database_entity RatingsAffect7702   ;
     database_entity CvatMatChangeDefn   ;
     database_entity GptMatChangeDefn    ;
-    database_entity CorrHidesIncreases  ;
     database_entity Irc7702BftIsSpecAmt ;
     database_entity Initial7702BftIsDb  ;
     database_entity Irc7702Endowment    ;

Modified: lmi/trunk/dbnames.hpp
===================================================================
--- lmi/trunk/dbnames.hpp       2014-05-04 16:33:19 UTC (rev 5890)
+++ lmi/trunk/dbnames.hpp       2014-05-04 16:42:39 UTC (rev 5891)
@@ -169,7 +169,6 @@
         ,DB_RatingsAffect7702
         ,DB_CvatMatChangeDefn
         ,DB_GptMatChangeDefn
-        ,DB_CorrHidesIncreases
         ,DB_Irc7702BftIsSpecAmt
         ,DB_Initial7702BftIsDb
         ,DB_Irc7702Endowment

Modified: lmi/trunk/dbnames.xpp
===================================================================
--- lmi/trunk/dbnames.xpp       2014-05-04 16:33:19 UTC (rev 5890)
+++ lmi/trunk/dbnames.xpp       2014-05-04 16:42:39 UTC (rev 5891)
@@ -64,7 +64,6 @@
 {DB_RatingsAffect7702,DB_Topic_7702And7702A,"RatingsAffect7702","Flat extras 
and table ratings affect 7702 and 7702A calculations: 0=no, 1=yes",}, \
 {DB_CvatMatChangeDefn,DB_Topic_7702And7702A,"CvatMatChangeDefn","Definition of 
7702A material change for CVAT: 0=unnec prem, 1=increase, 2=increase after 
unnec prem, 3=any unnec prem or increase",}, \
 {DB_GptMatChangeDefn,DB_Topic_7702And7702A,"GptMatChangeDefn","Definition of 
7702A material change for GPT: 0=any adjustment event, 1=any adjustment event 
that increases the guideline limit",}, \
-{DB_CorrHidesIncreases,DB_Topic_7702And7702A,"CorrHidesIncreases","For 7702 
and 7702A, ignore specified-amount increases that don't affect DB due to 
corridor: 0=no, 1=yes",}, \
 
{DB_Irc7702BftIsSpecAmt,DB_Topic_7702And7702A,"Irc7702BftIsSpecAmt","7702(f)(3) 
'death benefit' is specamt rather than DB: 0=no, 1=yes",}, \
 {DB_Initial7702BftIsDb,DB_Topic_7702And7702A,"Initial7702BftIsDb","For DBO 2, 
riskily reflect 1035 and initial payment in initial 7702(f)(3) 'death benefit': 
0=no, 1=yes",}, \
 {DB_Irc7702Endowment,DB_Topic_7702And7702A,"Irc7702Endowment","7702(e)(1)(D) 
endowment amount for 7702 and 7702A calculations: 0=specamt, 1=initial specamt 
(LDB), 2=none",}, \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]