lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5761] Display two inforce values to output


From: Wendy Boutin
Subject: [lmi-commits] [5761] Display two inforce values to output
Date: Sat, 10 Aug 2013 00:58:43 +0000

Revision: 5761
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5761
Author:   wboutin
Date:     2013-08-10 00:58:42 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
Display two inforce values to output

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/illustration_reg.xsl
    lmi/trunk/ledger_xml_io.cpp
    lmi/trunk/nasd.xsl

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-07-29 21:07:38 UTC (rev 5760)
+++ lmi/trunk/ChangeLog 2013-08-10 00:58:42 UTC (rev 5761)
@@ -32515,3 +32515,10 @@
   ledger_text_formats.cpp
 Improve error messages.
 
+20130810T0058Z <address@hidden> [542]
+
+  illustration_reg.xsl
+  ledger_xml_io.cpp
+  nasd.xsl
+Display two inforce values to output.
+

Modified: lmi/trunk/illustration_reg.xsl
===================================================================
--- lmi/trunk/illustration_reg.xsl      2013-07-29 21:07:38 UTC (rev 5760)
+++ lmi/trunk/illustration_reg.xsl      2013-08-10 00:58:42 UTC (rev 5761)
@@ -464,6 +464,22 @@
               The state of issue
               is <xsl:value-of select="$scalars/StatePostalAbbrev"/>.
             </fo:block>
+            <xsl:if test="$scalars/IsInforce='1'">
+              <fo:block padding-top="1em">
+                This illustration assumes a beginning account value of
+                $<xsl:value-of select="$scalars/InforceUnloanedAV"/> as
+                of the date of this illustration.
+              </fo:block>
+            </xsl:if>
+            <xsl:if test="$scalars/IsInforce='1'">
+              <fo:block padding-top="1em">
+                This illustration assumes a beginning cost basis of
+                $<xsl:value-of select="$scalars/InforceTaxBasis"/> as
+                of the date of this illustration; the actual cost basis
+                may be higher or lower. Consult the Home Office for cost
+                basis information.
+              </fo:block>
+            </xsl:if>
             <xsl:if test="$is_composite">
               <fo:block padding-top="1em">
                 Please see the attached census, listing the face amounts,

Modified: lmi/trunk/ledger_xml_io.cpp
===================================================================
--- lmi/trunk/ledger_xml_io.cpp 2013-07-29 21:07:38 UTC (rev 5760)
+++ lmi/trunk/ledger_xml_io.cpp 2013-08-10 00:58:42 UTC (rev 5761)
@@ -392,11 +392,14 @@
 // >
     format_map["CurrentCoiMultiplier"              ] = f2;
     format_map["GuarPrem"                          ] = f2;
+    format_map["InforceTaxBasis"                   ] = f2;
+    format_map["InforceUnloanedAV"                 ] = f2;
     format_map["InitGLP"                           ] = f2;
     format_map["InitGSP"                           ] = f2;
     format_map["InitPrem"                          ] = f2;
     format_map["InitSevenPayPrem"                  ] = f2;
     format_map["InitTgtPrem"                       ] = f2;
+
 // >
 // F1: zero decimals, commas
 // > Format as a number with thousand separators and no decimal places 
(#,###,###)

Modified: lmi/trunk/nasd.xsl
===================================================================
--- lmi/trunk/nasd.xsl  2013-07-29 21:07:38 UTC (rev 5760)
+++ lmi/trunk/nasd.xsl  2013-08-10 00:58:42 UTC (rev 5761)
@@ -517,6 +517,22 @@
               The state of issue is
               <xsl:value-of select="$scalars/StatePostalAbbrev"/>.
             </fo:block>
+            <xsl:if test="$scalars/IsInforce='1'">
+              <fo:block padding-top="1em">
+                This illustration assumes a beginning account value of
+                $<xsl:value-of select="$scalars/InforceUnloanedAV"/> as
+                of the date of this illustration.
+              </fo:block>
+            </xsl:if>
+            <xsl:if test="$scalars/IsInforce='1'">
+              <fo:block padding-top="1em">
+                This illustration assumes a beginning cost basis of
+                $<xsl:value-of select="$scalars/InforceTaxBasis"/> as
+                of the date of this illustration; the actual cost basis
+                may be higher or lower. Consult the Home Office for cost
+                basis information.
+              </fo:block>
+            </xsl:if>
             <xsl:if test="$compliance_tracking_number">
               <fo:block padding-top="1em">
                 Compliance tracking number:




reply via email to

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