lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5902] Change a datum's type, to increase flexibility


From: Greg Chicares
Subject: [lmi-commits] [5902] Change a datum's type, to increase flexibility
Date: Thu, 19 Jun 2014 22:42:20 +0000

Revision: 5902
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5902
Author:   chicares
Date:     2014-06-19 22:42:19 +0000 (Thu, 19 Jun 2014)
Log Message:
-----------
Change a datum's type, to increase flexibility

Modified Paths:
--------------
    lmi/trunk/ihs_server7702io.hpp

Modified: lmi/trunk/ihs_server7702io.hpp
===================================================================
--- lmi/trunk/ihs_server7702io.hpp      2014-06-19 21:18:14 UTC (rev 5901)
+++ lmi/trunk/ihs_server7702io.hpp      2014-06-19 22:42:19 UTC (rev 5902)
@@ -34,7 +34,7 @@
 
 struct Server7702Input
 {
-    int              UniqueIdentifier;           // an arbitrary number that 
identifies the contract uniquely. The contract number may be used, but remember 
that the server maintains no database of actual contracts.
+    std::string      UniqueIdentifier;           // an arbitrary number that 
identifies the contract uniquely. The contract number may be used, but remember 
that the server maintains no database of actual contracts.
     bool             IsIssuedToday;              // true if the contract is 
issued or reissued today. Used to prevent adjustable events at issue, which 
must not occur.
     int              Duration;                   // number of policy years 
completed since issue (so it starts at 0).
     double           GrossNontaxableWithdrawal;  // the nontaxable portion of 
partial surrenders, including any withdrawal fees, plus involuntary withdrawals 
to restrict NAAR for reinsurance, plus amounts returned to preserve \xA77702A 
status.
@@ -117,7 +117,7 @@
 
 struct Server7702Output
 {
-    int              UniqueIdentifier;              // the same identifier 
supplied as input.
+    std::string      UniqueIdentifier;              // the same identifier 
supplied as input.
     int              Status;
     bool             AdjustableEventOccurred;
     double           GuidelineLevelPremium;         // the new GLP.




reply via email to

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