lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5620] Improve documentation and error messages


From: Greg Chicares
Subject: [lmi-commits] [5620] Improve documentation and error messages
Date: Thu, 13 Dec 2012 23:15:20 +0000

Revision: 5620
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5620
Author:   chicares
Date:     2012-12-13 23:15:19 +0000 (Thu, 13 Dec 2012)
Log Message:
-----------
Improve documentation and error messages

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/dbnames.xpp
    lmi/trunk/ihs_mortal.cpp
    lmi/trunk/input_realization.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2012-12-11 13:59:32 UTC (rev 5619)
+++ lmi/trunk/ChangeLog 2012-12-13 23:15:19 UTC (rev 5620)
@@ -31070,3 +31070,32 @@
 by adding or subtracting one year--causing both anniversaries of a
 leap-year day to fall on March first, even in a leap year.
 
+20121208T1711Z <address@hidden> [555]
+
+  calendar_date_test.cpp
+  oecumenic_enumerations.hpp
+Refactor, writing insurance-age enumerators in logical order.
+
+20121210T2003Z <address@hidden> [555]
+
+  dbdict.cpp
+  dbdict.hpp
+  dbnames.hpp
+  dbnames.xpp
+Express earliest loan and withdrawal durations as months, not years.
+
+20121211T1359Z <address@hidden> [554]
+
+  input_harmonization.cpp
+Remove a toxic kludge reinstated 20081214T1434Z.
+
+20121213T2315Z <address@hidden> [554]
+
+  dbnames.xpp
+  ihs_mortal.cpp
+  input_realization.cpp
+Improve documentation and error messages. Not all flat extras are
+substandard: e.g., aviation flats may apply to standard or even
+preferred risks. A policy form may permit flat extras in certain
+circumstances, and forbid them in others.
+

Modified: lmi/trunk/dbnames.xpp
===================================================================
--- lmi/trunk/dbnames.xpp       2012-12-11 13:59:32 UTC (rev 5619)
+++ lmi/trunk/dbnames.xpp       2012-12-13 23:15:19 UTC (rev 5620)
@@ -36,7 +36,7 @@
 {DB_AllowPreferredClass,DB_Topic_Underwriting,"AllowPreferredClass","Allow 
preferred class: 0=no, 1=yes",}, \
 {DB_AllowUltraPrefClass,DB_Topic_Underwriting,"AllowUltraPrefClass","Allow 
ultra-preferred class: 0=no, 1=yes",}, \
 {DB_AllowSubstdTable,DB_Topic_Underwriting,"AllowSubstdTable","Allow 
substandard table ratings: 0=no, 1=yes",}, \
-{DB_AllowFlatExtras,DB_Topic_Underwriting,"AllowFlatExtras","Allow substandard 
flat extra ratings: 0=no, 1=yes",}, \
+{DB_AllowFlatExtras,DB_Topic_Underwriting,"AllowFlatExtras","Allow flat extra 
ratings: 0=no, 1=yes",}, \
 {DB_AllowRatedWp,DB_Topic_Underwriting,"AllowRatedWp","Waiver benefit can be 
rated: 0=no, 1=yes",}, \
 {DB_AllowRatedAdb,DB_Topic_Underwriting,"AllowRatedAdb","Accidental death 
benefit can be rated: 0=no, 1=yes",}, \
 {DB_AllowRatedTerm,DB_Topic_Underwriting,"AllowRatedTerm","Term rider can be 
rated: 0=no, 1=yes",}, \

Modified: lmi/trunk/ihs_mortal.cpp
===================================================================
--- lmi/trunk/ihs_mortal.cpp    2012-12-11 13:59:32 UTC (rev 5619)
+++ lmi/trunk/ihs_mortal.cpp    2012-12-13 23:15:19 UTC (rev 5620)
@@ -311,7 +311,7 @@
     if(!(AllowFlatExtras_ || AllowSubstdTable_))
         {
         fatal_error()
-            << "Substandard not available for this policy form."
+            << "Flat extras and table ratings not permitted."
             << LMI_FLUSH
             ;
         }

Modified: lmi/trunk/input_realization.cpp
===================================================================
--- lmi/trunk/input_realization.cpp     2012-12-11 13:59:32 UTC (rev 5619)
+++ lmi/trunk/input_realization.cpp     2012-12-13 23:15:19 UTC (rev 5620)
@@ -869,7 +869,7 @@
 
     if(!each_equal(FlatExtraRealized_.begin(), FlatExtraRealized_.end(), 0.0))
         {
-        return "Flat extras may not be illustrated on this policy form.";
+        return "Flat extras not permitted.";
         }
 
     return "";




reply via email to

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