lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d5936be 2/3: Resolve one no-lapse issue


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d5936be 2/3: Resolve one no-lapse issue
Date: Wed, 28 Aug 2019 19:05:17 -0400 (EDT)

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

    Resolve one no-lapse issue
    
    The 'StateIsNewYork' variable is no longer needed.
    
    (Proprietary) product databases have been updated to forbid the no-lapse
    guarantee in NY.
---
 finra_notes1.mst   | 10 +---------
 pdf_command_wx.cpp |  5 -----
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/finra_notes1.mst b/finra_notes1.mst
index a6b8b31..45237ca 100644
--- a/finra_notes1.mst
+++ b/finra_notes1.mst
@@ -83,16 +83,8 @@ consult with your own independent tax or legal counsel.
 {{NoVanishPremiumFootnote}}
 </p>
 
-<!--
-PDF !! If NY doesn't approve the no-lapse guarantee contemplated
-here, then the NY condition belongs upstream: i.e., what should
-be avoided is not just describing the guarantee, but also
-illustrating its numerical effect.
--->
 {{#NoLapse}}
-    {{^StateIsNewYork}}
-        <p>{{NoLapseFootnote}}</p>
-    {{/StateIsNewYork}}
+    <p>{{NoLapseFootnote}}</p>
 {{/NoLapse}}
 
 <!--
diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index 249c704..ceca43f 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -2843,11 +2843,6 @@ class pdf_illustration_finra : public pdf_illustration
             ,test_variable("HasTerm") || test_variable("HasSupplSpecAmt")
             );
 
-        add_variable
-            ("StateIsNewYork"
-            ,state_of_jurisdiction == "NY"
-            );
-
         // Add all the pages.
         numbered_page::start_numbering();
         add<cover_page>();



reply via email to

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