lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/002 ce34d89 04/65: improve


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/002 ce34d89 04/65: improve
Date: Wed, 16 Sep 2020 16:55:11 -0400 (EDT)

branch: valyuta/002
commit ce34d89022835f83574b3951ca5b3e35690ffc64
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    improve
---
 group_values.cpp | 1 +
 ihs_acctval.cpp  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/group_values.cpp b/group_values.cpp
index ea8476c..e41aca9 100644
--- a/group_values.cpp
+++ b/group_values.cpp
@@ -28,6 +28,7 @@
 #include "assert_lmi.hpp"
 #include "configurable_settings.hpp"
 #include "contains.hpp"
+#include "currency.hpp"
 #include "emit_ledger.hpp"
 #include "fenv_guard.hpp"
 #include "input.hpp"
diff --git a/ihs_acctval.cpp b/ihs_acctval.cpp
index 4d54db7..0d0570e 100644
--- a/ihs_acctval.cpp
+++ b/ihs_acctval.cpp
@@ -1440,7 +1440,11 @@ void AccountValue::SetAnnualInvariants()
     YearsDacTaxLoadRate     = Loads_->dac_tax_load                    ()[Year];
 }
 
-//============================================================================
+/// Separate-account assets, after deductions, times survivorship.
+///
+/// Returns a double: assets are ordinarily currency, but these are
+/// multiplied by a survivorship factor.
+
 double AccountValue::GetSepAcctAssetsInforce() const
 {
     if(ItLapsed || BasicValues::GetLength() <= Year)



reply via email to

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