lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d077bc5 1/6: Note a future improvement to a c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d077bc5 1/6: Note a future improvement to a column heading
Date: Sun, 30 Sep 2018 17:07:12 -0400 (EDT)

branch: master
commit d077bc57811372f4fb0aa719022215692c6bddf0
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Note a future improvement to a column heading
---
 ledger_pdf_generator_wx.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index d6d9a38..a3b95b3 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -2666,6 +2666,11 @@ class finra_assumption_detail : public 
page_with_tabular_report
 
     illustration_table_columns const& get_table_columns() const override
     {
+    // PDF !! InitAnnLoanDueRate: "Loan\nInt Rate" would be a better
+    // heading. "Assumed\nLoan Interest" suggests a dollar amount,
+    // but this column is actually an annual rate. Because VLR is not
+    // implemented, this is just the contractual fixed loan rate, for
+    // which the word "Assumed" is misleading.
         static illustration_table_columns const columns =
             {{ "PolicyYear"                 , "Policy\nYear"                ,  
       "999" }
             ,{ "AttainedAge"                , "End of\nYear\nAge"           ,  
       "999" }



reply via email to

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