lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5943] Add selected face amount support


From: Wendy Boutin
Subject: [lmi-commits] [5943] Add selected face amount support
Date: Wed, 17 Sep 2014 15:43:42 +0000

Revision: 5943
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5943
Author:   wboutin
Date:     2014-09-17 15:43:20 +0000 (Wed, 17 Sep 2014)
Log Message:
-----------
Add selected face amount support

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/illustration_reg.xsl

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-09-16 17:07:35 UTC (rev 5942)
+++ lmi/trunk/ChangeLog 2014-09-17 15:43:20 UTC (rev 5943)
@@ -34112,3 +34112,8 @@
   skeleton.cpp
 Use both custom IO facilities in parallel.
 
+20140917T1455Z <address@hidden> [533]
+
+  illustration_reg.xsl
+Add selected face amount support.
+

Modified: lmi/trunk/illustration_reg.xsl
===================================================================
--- lmi/trunk/illustration_reg.xsl      2014-09-16 17:07:35 UTC (rev 5942)
+++ lmi/trunk/illustration_reg.xsl      2014-09-17 15:43:20 UTC (rev 5943)
@@ -464,6 +464,12 @@
               The state of issue
               is <xsl:value-of select="$scalars/StatePostalAbbrev"/>.
             </fo:block>
+            <fo:block padding-top="1em">
+              This illustration assumes an initial Selected Face Amount of
+              $<xsl:value-of select="$scalars/InitBaseSpecAmt"/>. Selected Face
+              Amount reductions assumed in this illustration (if any) are shown
+              in the Tabular Detail.
+            </fo:block>
             <xsl:if test="$scalars/IsInforce='1'">
               <fo:block padding-top="1em">
                 This illustration assumes a beginning account value of
@@ -557,7 +563,7 @@
                       will be the Percentage of Premium Charge only.
                       The Exchange Charge will potentially reduce
                       the surrender proceeds, but will never increase
-                      the surrender proceeds. Please refer to your contract
+                      the surrender proceeds. Please refer to your policy
                       for details.
                     </fo:block>
                   </xsl:if>
@@ -572,7 +578,7 @@
                     Exchange), we may assess an Exchange Charge. The Exchange
                     Charge will potentially reduce the surrender proceeds,
                     but will never increase the surrender proceeds.
-                    Please refer to your contract for details.
+                    Please refer to your policy for details.
                   </fo:block>
                 </xsl:otherwise>
               </xsl:choose>
@@ -847,6 +853,16 @@
               The amount of premium assumed to be paid by the contract owner
               or other premium payor.
             </fo:block>
+            <fo:block padding-top="1em">
+              <fo:inline font-weight="bold">
+                Selected Face Amount:
+              </fo:inline>
+              The Selected Face Amount may be decreased upon written 
application
+              satisfactory to <xsl:value-of select="$scalars/InsCoName"/>. A
+              requested decrease is allowed only once per Policy Year, and the
+              resulting Selected Face Amount after decrease must meet the
+              minimum defined in your policy.
+            </fo:block>
             <!-- Single Premium Logic -->
             <xsl:if test="$SinglePremium='1' and $ModifiedSinglePremium0='0' 
and $ModifiedSinglePremium='0'">
               <fo:block padding-top="1em">
@@ -1016,6 +1032,7 @@
             <column name="PolicyYear">Policy _Year</column>
             <column composite="0" name="AttainedAge">End of _Year Age</column>
             <column name="AnnGAIntRate_Current">Illustrated _Crediting 
Rate</column>
+            <column name="SpecAmt">Selected_Face Amount</column>
           </xsl:variable>
           <xsl:variable name="tabular-detail-report2-columns-raw" 
select="document('')//xsl:address@hidden'tabular-detail-report2-columns']/column"/>
           <xsl:variable name="columns" 
select="$tabular-detail-report2-columns-raw[not(@composite) or 
boolean(boolean(@composite='1')=$is_composite)]"/>
@@ -1230,7 +1247,7 @@
             <fo:table-cell text-align="left">
               <fo:block>
                 Initial <xsl:if test="$scalars/HasTerm!='0'">Total</xsl:if>
-                Face Amount: $<xsl:value-of select="$scalars/InitTotalSA"/>
+                Selected Face Amount: $<xsl:value-of 
select="$scalars/InitTotalSA"/>
               </fo:block>
               <!-- Remove date prepared....now exists in footer
               <fo:block>




reply via email to

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