lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5680] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5680] Improve documentation
Date: Mon, 15 Apr 2013 15:02:16 +0000

Revision: 5680
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5680
Author:   chicares
Date:     2013-04-15 15:02:16 +0000 (Mon, 15 Apr 2013)
Log Message:
-----------
Improve documentation

Modified Paths:
--------------
    lmi/trunk/accountvalue.cpp
    lmi/trunk/cell.rnc
    lmi/trunk/cell.xsd

Modified: lmi/trunk/accountvalue.cpp
===================================================================
--- lmi/trunk/accountvalue.cpp  2013-04-15 15:00:30 UTC (rev 5679)
+++ lmi/trunk/accountvalue.cpp  2013-04-15 15:02:16 UTC (rev 5680)
@@ -247,7 +247,9 @@
     AVRegLn          = 0.0;
     AVPrfLn          = 0.0;
 
-    AVUnloaned = InforceAVGenAcct - (AVRegLn + AVPrfLn);
+    // 'InforceAVGenAcct' is unloaned only; this branch wasn't
+    // designed to allow inforce loans.
+    AVUnloaned = InforceAVGenAcct;
 
     PerformSpecAmtStrategy();
 

Modified: lmi/trunk/cell.rnc
===================================================================
--- lmi/trunk/cell.rnc  2013-04-15 15:00:30 UTC (rev 5679)
+++ lmi/trunk/cell.rnc  2013-04-15 15:02:16 UTC (rev 5680)
@@ -228,7 +228,7 @@
      element InforceDataSource                {xsd:nonNegativeInteger}
     ,## Inforce 7702A deemed cash value.
      element InforceDcv                       {nonnegative_double}
-    ,## Inforce account value in the general account.
+    ,## Inforce unloaned account value in the general account.
      element InforceGeneralAccountValue       {nonnegative_double}
     ,## Inforce 7702 guideline level premium.
      element InforceGlp                       {xsd:double}

Modified: lmi/trunk/cell.xsd
===================================================================
--- lmi/trunk/cell.xsd  2013-04-15 15:00:30 UTC (rev 5679)
+++ lmi/trunk/cell.xsd  2013-04-15 15:02:16 UTC (rev 5680)
@@ -698,7 +698,7 @@
   </xs:element>
   <xs:element name="InforceGeneralAccountValue" type="nonnegative_double">
     <xs:annotation>
-      <xs:documentation>Inforce account value in the general 
account.</xs:documentation>
+      <xs:documentation>Inforce unloaned account value in the general 
account.</xs:documentation>
     </xs:annotation>
   </xs:element>
   <xs:element name="InforceGlp" type="xs:double">




reply via email to

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