lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5639] Resolve a marked defect; improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5639] Resolve a marked defect; improve documentation
Date: Fri, 04 Jan 2013 17:31:35 +0000

Revision: 5639
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5639
Author:   chicares
Date:     2013-01-04 17:31:34 +0000 (Fri, 04 Jan 2013)
Log Message:
-----------
Resolve a marked defect; improve documentation

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

Modified: lmi/trunk/ihs_avmly.cpp
===================================================================
--- lmi/trunk/ihs_avmly.cpp     2013-01-03 23:53:13 UTC (rev 5638)
+++ lmi/trunk/ihs_avmly.cpp     2013-01-04 17:31:34 UTC (rev 5639)
@@ -1859,13 +1859,15 @@
             {
             case oe_waiver_times_naar:
                 {
+                // Misnomer: this actually uses specamt, not NAAR.
                 WpCharge = YearsWpRate * std::min(ActualSpecAmt, WpLimit);
                 DcvWpCharge = WpCharge;
                 }
                 break;
             case oe_waiver_times_deductions:
                 {
-                // TODO ?? Should the separate-account load be waived?
+                // Premium load and M&E charges are not waived.
+                // The amount waived is subject to no maximum.
                 WpCharge =
                     YearsWpRate
                     *   (




reply via email to

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