Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anand
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default 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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
XNPV vs. NPV(quarterly) different results magis Excel Worksheet Functions 3 January 6th 06 05:21 PM
XNPV - cant recognise dates Warren Excel Discussion (Misc queries) 4 November 25th 05 07:32 PM
Formula XNPV Stan Excel Discussion (Misc queries) 3 November 25th 05 05:31 PM
A function to get a variable row reference for range in XNPV funct Tex1960 Excel Worksheet Functions 6 August 1st 05 11:20 PM
XNPV function David Excel Worksheet Functions 2 June 10th 05 02:34 PM


All times are GMT +1. The time now is 06:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"