+ Reply to Thread
Results 1 to 4 of 4

Interest Income Compounde daily

  1. #1
    Chasmcf
    Guest

    Interest Income Compounde daily

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

  2. #2
    vandenberg p
    Guest

    Re: Interest Income Compounde daily


    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 <Chasmcf@discussions.microsoft.com> wrote:
    : Is there a template to compute interest income on a daily basis

  3. #3
    joeu2004@hotmail.com
    Guest

    Re: Interest Income Compounde daily

    "vandenberg p" wrote:
    > Chasmcf <Chasmcf@discussions.microsoft.com> wrote:
    > > Is there a template to compute interest income on a
    > > daily basis

    > [....]
    > =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 "365*years", it would
    be better to compute the number of days between two dates,
    e.g. DATE(2010,12,31) - DATE(2005,12,31).

  4. #4
    Troubled User
    Guest

    RE: Interest Income Compounde daily

    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.


    "Chasmcf" wrote:

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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1