lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5851] Allow target-premium table to be used for minimum p


From: Greg Chicares
Subject: [lmi-commits] [5851] Allow target-premium table to be used for minimum premium
Date: Sun, 15 Dec 2013 16:57:35 +0000

Revision: 5851
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5851
Author:   chicares
Date:     2013-12-15 16:57:35 +0000 (Sun, 15 Dec 2013)
Log Message:
-----------
Allow target-premium table to be used for minimum premium

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-12-15 16:56:09 UTC (rev 5850)
+++ lmi/trunk/ChangeLog 2013-12-15 16:57:35 UTC (rev 5851)
@@ -33028,3 +33028,13 @@
   product_data.hpp
 Allow one alternative 'PolicyForm'.
 
+20131215T1656Z <address@hidden> [542]
+
+  dbnames.xpp
+Improve documentation.
+
+20131215T1657Z <address@hidden> [542]
+
+  ihs_basicval.cpp
+Allow target-premium table to be used for minimum premium.
+

Modified: lmi/trunk/ihs_basicval.cpp
===================================================================
--- lmi/trunk/ihs_basicval.cpp  2013-12-15 16:56:09 UTC (rev 5850)
+++ lmi/trunk/ihs_basicval.cpp  2013-12-15 16:57:35 UTC (rev 5851)
@@ -1967,7 +1967,18 @@
     return GetTable
         (ProductData_->datum("TgtPremFilename")
         ,DB_TgtPremTable
-        ,oe_modal_table == TgtPremType
+// Use this line instead:
+//      ,oe_modal_table == TgtPremType
+// once the comment concerning GetModalPremMinFromTable()
+// in GetModalPremTgtFromTable() is addressed. Meanwhile, this kludge
+// permits table-drive minimum premiums in certain circumstances.
+        ,oe_modal_table == TgtPremType || oe_modal_table == MinPremType
+// To fix this properly, implement a new GetModalPremTgtFromTable();
+// separate 'oe_modal_table' into distinct enumerators such as
+// 'oe_modal_min_table' and 'oe_modal_tgt_table'; and add a minimum-
+// premium rate table. More attention should be paid to the conditions
+// under which minimum and target premiums are recalculated--e.g.,
+// they might change iff specamt changes.
         );
 }
 




reply via email to

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