lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 42f390d 06/10: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 42f390d 06/10: Improve documentation
Date: Fri, 4 Sep 2020 21:16:09 -0400 (EDT)

branch: master
commit 42f390d9df7682028f053bc32f646339280762aa
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
---
 ihs_avmly.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ihs_avmly.cpp b/ihs_avmly.cpp
index 9973c8a..af8d465 100644
--- a/ihs_avmly.cpp
+++ b/ihs_avmly.cpp
@@ -950,6 +950,9 @@ void AccountValue::TxOptionChange()
 
 /// Process an owner-initiated specified-amount increase or decrease.
 ///
+/// Illustrations allow elective increases and decreases only on
+/// renewal anniversaries.
+///
 /// Ignores multiple layers of coverage: not correct for select and
 /// ultimate COI rates if select period restarts on increase.
 ///
@@ -957,8 +960,6 @@ void AccountValue::TxOptionChange()
 
 void AccountValue::TxSpecAmtChange()
 {
-    // Illustrations allow increases and decreases only on anniversary,
-    // but not on the zeroth anniversary.
     if(0 != Month || 0 == Year)
         {
         // What needful thing does this accomplish?



reply via email to

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