lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7ca505b 1/2: No longer set product-specific v


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7ca505b 1/2: No longer set product-specific values for unused 'DB_GuarIntSpread'
Date: Tue, 5 Feb 2019 20:54:01 -0500 (EST)

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

    No longer set product-specific values for unused 'DB_GuarIntSpread'
    
    'DB_GuarIntSpread' (unlike 'DB_CurrIntSpread') has never been used,
    and probably never will be: the first variable is a limit on the value
    that can be chosen for the second, which merely constrains the insurer's
    choice and should never need to be applied dynamically by lmi.
---
 dbdict.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dbdict.cpp b/dbdict.cpp
index d3d8b72..fa63f18 100644
--- a/dbdict.cpp
+++ b/dbdict.cpp
@@ -641,7 +641,6 @@ void DBDictionary::write_database_files()
     z.Add({DB_CurrRegLoanSpread   , 0.02});
     z.Add({DB_GuarInt             , 0.03});
     z.Add({DB_NaarDiscount        , 0.00246627});
-    z.Add({DB_GuarIntSpread       , 0.03}); // DATABASE !! Dubious: unused.
     z.Add({DB_GuarMandE           , 0.009});
     z.Add({DB_CurrIntSpread       , 0.01});
     z.Add({DB_CurrMandE           , 0.009});



reply via email to

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