ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   xnpv with actual/360 (https://www.excelbanter.com/excel-worksheet-functions/66045-xnpv-actual-360-a.html)

Anand

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


Thanks
Anand

[email protected]

xnpv with actual/360
 
"Anand" wrote:
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.


All times are GMT +1. The time now is 02:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com