lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5185] Set state of domicile with other 'state' members


From: Greg Chicares
Subject: [lmi-commits] [5185] Set state of domicile with other 'state' members
Date: Sat, 28 May 2011 13:41:17 +0000

Revision: 5185
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5185
Author:   chicares
Date:     2011-05-28 13:41:17 +0000 (Sat, 28 May 2011)
Log Message:
-----------
Set state of domicile with other 'state' members

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/ihs_basicval.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-05-28 13:27:18 UTC (rev 5184)
+++ lmi/trunk/ChangeLog 2011-05-28 13:41:17 UTC (rev 5185)
@@ -27839,3 +27839,40 @@
   version.hpp
 Designate release candidate.
 
+20110527T2217Z <address@hidden> [650]
+
+  basic_values.hpp
+  ihs_basicval.cpp
+  mec_server.cpp
+Change order of a free function's arguments.
+
+20110528T1124Z <address@hidden> [650]
+
+  Makefile.am
+  objects.make
+  premium_tax.cpp      [new file]
+  premium_tax.hpp      [new file]
+  premium_tax_test.cpp [new file]
+Add inchoate premium-tax class with unit test.
+
+20110528T1129Z <address@hidden> [650]
+
+  Makefile.am
+Remove extraneous whitespace.
+
+20110528T1327Z <address@hidden> [650]
+
+  Makefile.am
+  basic_values.hpp
+  ihs_basicval.cpp
+  mec_server.cpp
+  objects.make
+  premium_tax.cpp
+  premium_tax.hpp
+Move free functions.
+
+20110528T1341Z <address@hidden> [650]
+
+  ihs_basicval.cpp
+Set state of domicile with other 'state' members.
+

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2011-05-28 13:27:18 UTC (rev 5184)
+++ lmi/trunk/ihs_basicval.cpp  2011-05-28 13:41:17 UTC (rev 5185)
@@ -159,6 +159,7 @@
     ProductData_.reset(new product_data(yare_input_.ProductName));
     Database_.reset(new product_database(yare_input_));
 
+    StateOfDomicile_ = 
mc_state_from_string(ProductData_->datum("InsCoDomicile"));
     StateOfJurisdiction_ = yare_input_.StateOfJurisdiction;
     PremiumTaxState_     = yare_input_.PremiumTaxState    ;
 
@@ -259,6 +260,7 @@
     HOPEFULLY(RetAge <= 100);
     HOPEFULLY(yare_input_.RetireesCanEnroll || IssueAge <= RetAge);
 
+    StateOfDomicile_ = 
mc_state_from_string(ProductData_->datum("InsCoDomicile"));
     StateOfJurisdiction_ = yare_input_.StateOfJurisdiction;
     PremiumTaxState_     = yare_input_.PremiumTaxState    ;
 
@@ -821,7 +823,6 @@
 
 void BasicValues::SetPremiumTaxParameters()
 {
-    StateOfDomicile_ = 
mc_state_from_string(ProductData_->datum("InsCoDomicile"));
     PremiumTaxLoadIsTieredInStateOfDomicile_ = 
StratifiedCharges_->premium_tax_is_tiered(GetStateOfDomicile());
     PremiumTaxLoadIsTieredInPremiumTaxState_ = 
StratifiedCharges_->premium_tax_is_tiered(GetPremiumTaxState());
 




reply via email to

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