close

Is there a template to compute interest income on a daily basis


You can make your own with the following formula to obtain the end of
period value:

=Beginning Principal*(1 i/365)^(365*Years)

Where i is the annual rate that you will earn compounded daily.
Years is number of years you will leave it on deposit.

Pieter Vandenberg

Chasmcf gt; wrote:
: Is there a template to compute interest income on a daily basis

quot;vandenberg pquot; wrote:
gt; Chasmcf gt; wrote:
gt; gt; Is there a template to compute interest income on a
gt; gt; daily basis
gt; [....]
gt; =Beginning Principal*(1 i/365)^(365*Years)

Alternatively:

=FV(i/365, 365*years,, -principal)

Caveat: That is not entirely right because it does not take
leap years into account. Instead of quot;365*yearsquot;, it would
be better to compute the number of days between two dates,
e.g. DATE(2010,12,31) - DATE(2005,12,31).

I read the follow up posts and thought I should point out that you need to
read whatever documentation about how your interest is accrued. Frequently
interest rates are based on a 360 year month and charged on a daily basis,
thus slightly increasing the interest rate that is changed. In this case you
need to divide the stated rate by 360 and then multiple the rate by the
number of days in the month.quot;Chasmcfquot; wrote:

gt; Is there a template to compute interest income on a daily basis

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()