xnpv with actual/360

G

Guest

How can I calculate the npv of a stream of monthly cashflows using the
actual/360 convention for compounding?


Thanks
Anand
 
G

Guest

Anand said:
How can I calculate the npv of a stream of monthly cashflows
using the actual/360 convention for compounding?

I assume you are asking how to compute NPV with monthly
cashflows and daily compounding.

=NPV(FV(rate/360, 30,, -1) - 1, ...)

where "rate" is the annual nominal rate. Thus, FV(...)-1
computes the effective monthly rate based on daily compounding.

By the way, unless you "must" use 360, arguably a better estimate
would be:

=NPV(FV(rate/365, 365/12,, -1) -1, ...)

But the "365" FV(...)-1 is almost the same as the "360" FV(...)-1
formatted as Percentage with 4 decimal places.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top