lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ffc5ca6 1/3: Expunge old acceptance-testing c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ffc5ca6 1/3: Expunge old acceptance-testing code
Date: Fri, 28 Jun 2019 11:41:36 -0400 (EDT)

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

    Expunge old acceptance-testing code
---
 ihs_acctval.cpp | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index 7bb9fb0..a7208cb 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -1003,32 +1003,6 @@ void AccountValue::set_list_bill_year_and_month()
     auto const z = years_and_months_since(cert_date, bill_date, false);
     list_bill_year_   = z.first;
     list_bill_month_  = z.second;
-
-    if(!contains(yare_input_.Comments, "idiosyncrasyL")) return;
-
-    // Temporary supplemental code for acceptance testing.
-    auto const a = add_years_and_months(cert_date, z.first, z.second, true);
-    int const inforce_months_mod_12 = z.second;
-    // Number of delta months in the twelvemonth starting on bill date.
-    int const months_ante = 12 - inforce_months_mod_12;
-    warning()
-        << yare_input_.EffectiveDate.str() << " yare_input_.EffectiveDate\n"
-        << yare_input_.ListBillDate.str() << " yare_input_.ListBillDate\n"
-        << list_bill_year_ << " list_bill_year_\n"
-        << list_bill_month_ << " list_bill_month_\n"
-        << a.str() << " a = premium determination date\n"
-        << months_ante << " months_ante\n"
-        << "List-bill premium will be set in monthiversary processing on "
-        << a.str() << ", which is "
-        << list_bill_year_ << " years and " << list_bill_month_ << " months"
-        << " after the issue date. An annual-mode list bill will reflect this"
-        << " premium for "
-        << months_ante << " months,"
-        << " and a premium determined on the same date but at the next higher"
-        << " age for "
-        << (12 - months_ante) << " months. Other modes will use an appropriate"
-        << " number of initial elements of that twelve-month premium stream."
-        << LMI_FLUSH;
 }
 
 void AccountValue::set_list_bill_premium()



reply via email to

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