lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9e1da1c 2/2: No longer set product-specific v


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9e1da1c 2/2: No longer set product-specific values for (unused) LIC tax rates
Date: Tue, 5 Feb 2019 20:54:01 -0500 (EST)

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

    No longer set product-specific values for (unused) LIC tax rates
---
 dbdict.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dbdict.cpp b/dbdict.cpp
index fa63f18..cf55639 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -561,8 +561,6 @@ void DBDictionary::InitDB()
     Add({DB_MaxVlrRate, max_vlr_dimensions, max_vlr});
 
     // These aren't always right, but zero is never right.
-    Add({DB_LicDacTaxRate         , 0.077});
-    Add({DB_LicFitRate            , 0.35});
 
     Add({DB_FirstPrefLoanYear     , 100});
 
@@ -814,8 +812,6 @@ void DBDictionary::write_database_files()
     z.Add({DB_CompTarget          , 0.0});
     z.Add({DB_CompExcess          , 0.0});
     z.Add({DB_CompChargeback      , 0.0});
-    z.Add({DB_LicFitRate          , 0.0}); // DATABASE !! Expunge.
-    z.Add({DB_LicDacTaxRate       , 0.0}); // DATABASE !! Expunge.
     z.Add({DB_LedgerType          , mce_ill_reg});
     z.Add({DB_AllowExpRating      , false});
 



reply via email to

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