lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6314] Elaborate comments for concinnity with class Ledger


From: Greg Chicares
Subject: [lmi-commits] [6314] Elaborate comments for concinnity with class Ledger
Date: Thu, 01 Oct 2015 17:14:56 +0000

Revision: 6314
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6314
Author:   chicares
Date:     2015-10-01 17:14:55 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------
Elaborate comments for concinnity with class Ledger

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

Modified: lmi/trunk/ledger_invariant.hpp
===================================================================
--- lmi/trunk/ledger_invariant.hpp      2015-10-01 17:06:36 UTC (rev 6313)
+++ lmi/trunk/ledger_invariant.hpp      2015-10-01 17:14:55 UTC (rev 6314)
@@ -207,7 +207,9 @@
     double          GenAcctAllocation;
     double          SupplementalReport;
 
+    // Essential strings describing the policy and company.
     std::string     PolicyForm;
+    // Ledger needs no member like product_data::PolicyFormAlternative;
     std::string     PolicyMktgName;
     std::string     PolicyLegalName;
     std::string     InsCoShortName;
@@ -215,10 +217,14 @@
     std::string     InsCoAddr;
     std::string     InsCoStreet;
     std::string     InsCoPhone;
+    // Ledger needs no member like product_data::InsCoDomicile;
     std::string     MainUnderwriter;
     std::string     MainUnderwriterAddress;
     std::string     CoUnderwriter;
     std::string     CoUnderwriterAddress;
+
+    // Terms defined in the contract, which must be used for column
+    // headers according to the illustration reg.
     std::string     AvName;
     std::string     CsvName;
     std::string     CsvHeaderName;
@@ -245,6 +251,7 @@
     std::string     MinimumPremiumFootnote;
     std::string     PremAllocationFootnote;
 
+    // Miscellaneous other footnotes.
     std::string     InterestDisclaimer;
     std::string     GuarMortalityFootnote;
     std::string     ProductDescription;
@@ -299,6 +306,8 @@
     std::string     PlacementAgentFootnote;
     std::string     MarketingNameFootnote;
 
+    // Strings from class Input.
+
     std::string     ProductName;
     std::string     ProducerName;
     std::string     ProducerStreet;




reply via email to

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