lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3ca9db9 1/2: Add guaranteed premium to text o


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ca9db9 1/2: Add guaranteed premium to text output
Date: Wed, 2 Aug 2017 09:31:58 -0400 (EDT)

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

    Add guaranteed premium to text output
---
 ledger_text_formats.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ledger_text_formats.cpp b/ledger_text_formats.cpp
index 6956829..ae021e4 100644
--- a/ledger_text_formats.cpp
+++ b/ledger_text_formats.cpp
@@ -986,7 +986,7 @@ void FlatTextLedgerPrinter::PrintNarrativeSummary() const
     os_ << "This is an illustration of a life insurance policy. It is not an 
offer of insurance. Availability is subject to underwriting." << endrow;
     os_ << endrow;
     os_ << "The premium outlay that must be paid to guarantee coverage for the 
term of the contract, subject to maximum premiums allowable" << endrow;
-    os_ << "to qualify as a life insurance policy under the applicable 
provisions of the Internal Revenue Code, is" << endrow;
+    os_ << "to qualify as a life insurance policy under the applicable 
provisions of the Internal Revenue Code, is " << 
value_cast<std::string>(invar().GuarPrem) << " annually." << endrow;
     os_ << endrow;
     os_ << "Policy features, riders or options, guaranteed or non-guaranteed, 
shown in the basic illustration include:" << endrow;
     os_ << endrow;



reply via email to

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