lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5300] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5300] Improve documentation
Date: Fri, 21 Oct 2011 16:50:16 +0000

Revision: 5300
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5300
Author:   chicares
Date:     2011-10-21 16:50:16 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
Improve documentation

Modified Paths:
--------------
    lmi/trunk/ihs_server7702test.cpp

Modified: lmi/trunk/ihs_server7702test.cpp
===================================================================
--- lmi/trunk/ihs_server7702test.cpp    2011-10-18 16:38:27 UTC (rev 5299)
+++ lmi/trunk/ihs_server7702test.cpp    2011-10-21 16:50:16 UTC (rev 5300)
@@ -140,26 +140,28 @@
     s.Premium                       = 10000;
     s.DecreaseRequiredByContract    = 0.0;
     s.ProductName                   = "sample";
-    s.UnderwritingBasis             = 0;
+    s.UnderwritingBasis             = "Medical";
     s.PremTaxLoadRate               = .02;
     s.TieredAssetChargeRate         = 0.0;
-    s.LastFaceAmount                = 1000000.0;
+//    s.LastFaceAmount                = 1000000.0; // Apparently long obsolete.
     s.LeastFaceAmountEver           = 1000000.0;
     s.OldGuidelineLevelPremium      = 0.0;
     s.OldGuidelineSinglePremium     = 0.0;
-    s.OldDeathBenefit               = 1000000.0;
+//    s.OldDeathBenefit               = 1000000.0; // Apparently long obsolete.
     s.NewIssueAge                   = 45;
     s.OldIssueAge                   = 45;
-    s.NewGender                     = 1;
-    s.OldGender                     = 1;
-    s.NewSmoker                     = 1;
-    s.OldSmoker                     = 1;
-    s.NewUnderwritingClass          = 0;
-    s.OldUnderwritingClass          = 0;
-    s.NewStateOfJurisdiction        = 6;
-    s.OldStateOfJurisdiction        = 6;
-    s.NewDeathBenefitOption         = 0;
-    s.OldDeathBenefitOption         = 0;
+    s.NewGender                     = "Male";
+    s.OldGender                     = "Male";
+    s.NewSmoker                     = "Nonsmoker";
+    s.OldSmoker                     = "Nonsmoker";
+    s.NewUnderwritingClass          = "Preferred";
+    s.OldUnderwritingClass          = "Preferred";
+    s.NewStateOfJurisdiction        = "CT";
+    s.OldStateOfJurisdiction        = "CT";
+    s.NewDeathBenefitOption         = "A";
+    s.OldDeathBenefitOption         = "A";
+    s.NewBenefitAmount              = 1000000.0;
+    s.OldBenefitAmount              = 1000000.0;
     s.NewSpecifiedAmount            = 1000000.0;
     s.OldSpecifiedAmount            = 1000000.0;
     s.NewTermAmount                 = 0.0;
@@ -168,14 +170,14 @@
     s.OldWaiverOfPremiumInForce     = 0;
     s.NewPremiumsWaived             = 0;
     s.OldPremiumsWaived             = 0;
-    s.NewWaiverOfPremiumRating      = 1;
-    s.OldWaiverOfPremiumRating      = 1;
+    s.NewWaiverOfPremiumRating      = "None";
+    s.OldWaiverOfPremiumRating      = "None";
     s.NewAccidentalDeathInForce     = 0;
     s.OldAccidentalDeathInForce     = 0;
-    s.NewAccidentalDeathRating      = 0;
-    s.OldAccidentalDeathRating      = 0;
-    s.NewTableRating                = 10;
-    s.OldTableRating                = 10;
+    s.NewAccidentalDeathRating      = "None";
+    s.OldAccidentalDeathRating      = "None";
+    s.NewTableRating                = "None";
+    s.OldTableRating                = "None";
     s.NewPermanentFlatAmount0       = 0.0;
     s.OldPermanentFlatAmount0       = 0.0;
     s.NewTemporaryFlatAmount0       = 0.0;
@@ -197,12 +199,14 @@
         " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51640"
         ;
 
-/* output should be: [NOT!]
+/* output should be:
+
+Ancient results, now suspected always to have been incorrect:
 1 0 0 19643.11999999999898136593 213777.04000000000814907253 
19643.1199999999989
 8136593 213777.04000000000814907253 0.00000000000000000000 
0.0000000000000000000
 0 0.00000000000000000000 0.00000000000000000000 1000000.00000000000000000000
 
-but now it is:
+as of revision 5299:
 1 0 0 22110.68343118850680184551 239162.50350465354858897626 
22110.6834311885068
 0184551 239162.50350465354858897626 0.00000000000000000000 
0.0000000000000000000
 0 0.00000000000000000000 0.00000000000000000000




reply via email to

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