lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b7b1b47 3/3: Use no-lapse footnote already in


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b7b1b47 3/3: Use no-lapse footnote already in '.policy' files
Date: Wed, 28 Aug 2019 19:05:17 -0400 (EDT)

branch: master
commit b7b1b476c4ec507386b3fbd5366f562179935a78
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Use no-lapse footnote already in '.policy' files
    
    Reusing strings already defined in '.policy' files, instead of repeating
    their contents in line, obviously makes code more maintainable. It also
    helps identify subtle errors--such as here, where the name of one type
    of no-lapse guarantee (that is limited to a given age or duration) had
    incorrectly been combined with the description of a different guarantee
    (that has no such limit), and printed whenever the weaker guarantee was
    provided--but nothing was printed if the stronger guarantee was offered.
---
 ill_reg_narr_summary2.mst | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/ill_reg_narr_summary2.mst b/ill_reg_narr_summary2.mst
index 2b3daf6..53d30f0 100644
--- a/ill_reg_narr_summary2.mst
+++ b/ill_reg_narr_summary2.mst
@@ -45,17 +45,13 @@
 {{/SalesLoadRefundAvailable}}
 
 {{#NoLapse}}
-    <p>
-    {{NoLapseProvisionName}}:
-    The {{ContractName}} will remain in force after the first premium
-    has been paid, even if there is insufficient
-    {{AvName}} Value
-    to cover the monthly charges provided that the insured
-    is not in a substandard rating class and the {{ContractName}} debt
-    does not exceed {{AvName}} Value.
-    </p>
+    <p>{{NoLapseFootnote}}</p>
 {{/NoLapse}}
 
+{{#NoLapseAlwaysActive}}
+    <p>{{NoLapseEverFootnote}}</p>
+{{/NoLapseAlwaysActive}}
+
 <p>
 {{GuarMortalityFootnote}}
 </p>



reply via email to

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