Hello,
I'm trying to calculate the NPV so that when NPV is >=0, a new investment starts.
I'm attaching a small version of a bigger model. I encountered 2 problems:
1. The NPV function of the attached model keeps complaining that it needs an operator, but I'm not sure what's missing
2. In the bigger model where the NPV function does work, the problem is when the next investment takes place, the investment for each module, initially set at 3.8 M, will also be discounted at the IRR so it'll be much more expensive. As a result, the next investment will never pay back. It seems that I should calculate a separate NPV or reset the NPV calculation. So far, I've been unsuccessful in doing so. How do I tackle this?
Any input is highly appreciated. Thank you!
NPV for multiple investments
-
- Junior Member
- Posts: 14
- Joined: Mon Apr 18, 2016 4:33 pm
- Vensim version: DSS
NPV for multiple investments
- Attachments
-
- npv.mdl
- (61.21 KiB) Downloaded 386 times
Re: NPV for multiple investments
Not sure how it happened, but somehow your calculated NPV equation has a null type. Set it to "auxiliary" and it will work.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
-
- Junior Member
- Posts: 14
- Joined: Mon Apr 18, 2016 4:33 pm
- Vensim version: DSS
Re: NPV for multiple investments
Thank you, Tom!
As for the multiple NPV calculation, I guess I have to create an NPV stock and discount the cashflow manually, instead of using the NPV function. That way I can reset the NPV calculation.
As for the multiple NPV calculation, I guess I have to create an NPV stock and discount the cashflow manually, instead of using the NPV function. That way I can reset the NPV calculation.
Re: NPV for multiple investments
Yes, that would make sense.
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/