lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5669] Clarify inforce loan entities


From: Greg Chicares
Subject: [lmi-commits] [5669] Clarify inforce loan entities
Date: Wed, 27 Mar 2013 14:53:29 +0000

Revision: 5669
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5669
Author:   chicares
Date:     2013-03-27 14:53:27 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
Clarify inforce loan entities

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/cell.rnc
    lmi/trunk/cell.xsd

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-03-26 13:21:22 UTC (rev 5668)
+++ lmi/trunk/ChangeLog 2013-03-27 14:53:27 UTC (rev 5669)
@@ -31917,3 +31917,9 @@
   version.hpp
 Designate release candidate.
 
+20130327T1453Z <address@hidden> [543]
+
+  cell.rnc
+  cell.xsd
+Clarify inforce loan entities.
+

Modified: lmi/trunk/cell.rnc
===================================================================
--- lmi/trunk/cell.rnc  2013-03-26 13:21:22 UTC (rev 5668)
+++ lmi/trunk/cell.rnc  2013-03-27 14:53:27 UTC (rev 5669)
@@ -249,15 +249,21 @@
      element InforceNetExperienceReserve      {xsd:double}
     ,## No-lapse guarantee is in effect.
      element InforceNoLapseActive             {yes_or_no}
-    ,## Inforce balance (total indebtedness) for preferred loans.
+    ,## Inforce balance (total indebtedness) for preferred loans:
+     ## the amount that must be repaid to liquidate the loan.
      element InforcePreferredLoanBalance      {nonnegative_double}
-    ,## Inforce loaned account value (excluding accrued interest) for
-     ## preferred loans.
+    ,## Inforce loaned account value for preferred loans, including
+     ## principal and interest credited, but excluding interest
+     ## accrued: the portion of account value held in the loan
+     ## division of the general account with respect to the loan.
      element InforcePreferredLoanValue        {nonnegative_double}
-    ,## Inforce balance (total indebtedness) for regular loans.
+    ,## Inforce balance (total indebtedness) for regular loans:
+     ## the amount that must be repaid to liquidate the loan.
      element InforceRegularLoanBalance        {nonnegative_double}
-    ,## Inforce loaned account value (excluding accrued interest) for
-     ## regular loans.
+    ,## Inforce loaned account value for regular loans, including
+     ## principal and interest credited, but excluding interest
+     ## accrued: the portion of account value held in the loan
+     ## division of the general account with respect to the loan.
      element InforceRegularLoanValue          {nonnegative_double}
     ,## Inforce account value in all separate accounts, combined.
      element InforceSeparateAccountValue      {nonnegative_double}

Modified: lmi/trunk/cell.xsd
===================================================================
--- lmi/trunk/cell.xsd  2013-03-26 13:21:22 UTC (rev 5668)
+++ lmi/trunk/cell.xsd  2013-03-27 14:53:27 UTC (rev 5669)
@@ -749,24 +749,30 @@
   </xs:element>
   <xs:element name="InforcePreferredLoanBalance" type="nonnegative_double">
     <xs:annotation>
-      <xs:documentation>Inforce balance (total indebtedness) for preferred 
loans.</xs:documentation>
+      <xs:documentation>Inforce balance (total indebtedness) for preferred 
loans:
+the amount that must be repaid to liquidate the loan.</xs:documentation>
     </xs:annotation>
   </xs:element>
   <xs:element name="InforcePreferredLoanValue" type="nonnegative_double">
     <xs:annotation>
-      <xs:documentation>Inforce loaned account value (excluding accrued 
interest) for
-preferred loans.</xs:documentation>
+      <xs:documentation>Inforce loaned account value for preferred loans, 
including
+principal and interest credited, but excluding interest
+accrued: the portion of account value held in the loan
+division of the general account with respect to the loan.</xs:documentation>
     </xs:annotation>
   </xs:element>
   <xs:element name="InforceRegularLoanBalance" type="nonnegative_double">
     <xs:annotation>
-      <xs:documentation>Inforce balance (total indebtedness) for regular 
loans.</xs:documentation>
+      <xs:documentation>Inforce balance (total indebtedness) for regular loans:
+the amount that must be repaid to liquidate the loan.</xs:documentation>
     </xs:annotation>
   </xs:element>
   <xs:element name="InforceRegularLoanValue" type="nonnegative_double">
     <xs:annotation>
-      <xs:documentation>Inforce loaned account value (excluding accrued 
interest) for
-regular loans.</xs:documentation>
+      <xs:documentation>Inforce loaned account value for regular loans, 
including
+principal and interest credited, but excluding interest
+accrued: the portion of account value held in the loan
+division of the general account with respect to the loan.</xs:documentation>
     </xs:annotation>
   </xs:element>
   <xs:element name="InforceSeparateAccountValue" type="nonnegative_double">




reply via email to

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