lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4916a46 8/9: Do not show lapse years on an 'n


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4916a46 8/9: Do not show lapse years on an 'naic' composite
Date: Wed, 29 Aug 2018 11:07:55 -0400 (EDT)

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

    Do not show lapse years on an 'naic' composite
---
 ill_reg_numeric_summary.mst | 50 +++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 24 deletions(-)

diff --git a/ill_reg_numeric_summary.mst b/ill_reg_numeric_summary.mst
index 51b0827..e19fae6 100644
--- a/ill_reg_numeric_summary.mst
+++ b/ill_reg_numeric_summary.mst
@@ -51,32 +51,34 @@ keeping the center alignment of the last "p" tag above.
 </p>
 {{/Composite}}
 
-{{#LapseYear_Guaranteed_LT_MaxDuration}}
-<p>
-    Additional premium will be required
-    in year {{LapseYear_Guaranteed_Plus1}}
-    or contract will lapse based on guaranteed monthly charges
-    and interest rate.
-</p>
-{{/LapseYear_Guaranteed_LT_MaxDuration}}
+{{^Composite}}
+    {{#LapseYear_Guaranteed_LT_MaxDuration}}
+    <p>
+        Additional premium will be required
+        in year {{LapseYear_Guaranteed_Plus1}}
+        or contract will lapse based on guaranteed monthly charges
+        and interest rate.
+    </p>
+    {{/LapseYear_Guaranteed_LT_MaxDuration}}
 
-{{#LapseYear_Midpoint_LT_MaxDuration}}
-<p>
-    Additional premium will be required
-    in year {{LapseYear_Midpoint_Plus1}}
-    or contract will lapse based on midpoint monthly charges
-    and interest rate.
-</p>
-{{/LapseYear_Midpoint_LT_MaxDuration}}
+    {{#LapseYear_Midpoint_LT_MaxDuration}}
+    <p>
+        Additional premium will be required
+        in year {{LapseYear_Midpoint_Plus1}}
+        or contract will lapse based on midpoint monthly charges
+        and interest rate.
+    </p>
+    {{/LapseYear_Midpoint_LT_MaxDuration}}
 
-{{#LapseYear_Current_LT_MaxDuration}}
-<p>
-    Additional premium will be required
-    in year {{LapseYear_Current_Plus1}}
-    or contract will lapse based on current monthly charges
-    and interest rate.
-</p>
-{{/LapseYear_Current_LT_MaxDuration}}
+    {{#LapseYear_Current_LT_MaxDuration}}
+    <p>
+        Additional premium will be required
+        in year {{LapseYear_Current_Plus1}}
+        or contract will lapse based on current monthly charges
+        and interest rate.
+    </p>
+    {{/LapseYear_Current_LT_MaxDuration}}
+{{/Composite}}
 
 {{#IsMec}}
 <p>



reply via email to

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