Difference between revisions of "Manuals/calci/MIRR"

From ZCubes Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''MIRR(ar,fr,rr)'''</div><br/>
+
<div style="font-size:30px">'''MIRR (ValuesArray,FinanceRate,ReinvestmentRate)'''</div><br/>
*<math>ar </math> is the array of values.
+
 
*<math> fr </math> is the finance rate.
+
*<math>ValuesArray </math> is the array of values.
*<math> rr </math> is the reinvestment rate.  
+
*<math> FinanceRate </math> is the finance rate.
 +
*<math> ReinvestmentRate </math> is the reinvestment rate.
 +
**MIRR(), returns the internal rate of return where positive and negative cash flows are financed at different rates.
  
 
==Description==
 
==Description==
Line 9: Line 11:
 
*The internal rate of return (IRR) assumes the cash flows from a project are reinvested at the IRR, the modified IRR assumes that positive cash flows are reinvested at the firm's cost of capital, and the initial outlays are financed at the firm's financing cost.  
 
*The internal rate of return (IRR) assumes the cash flows from a project are reinvested at the IRR, the modified IRR assumes that positive cash flows are reinvested at the firm's cost of capital, and the initial outlays are financed at the firm's financing cost.  
 
*So <math>MIRR</math> more accurately reflects the cost and profitability of a project.  
 
*So <math>MIRR</math> more accurately reflects the cost and profitability of a project.  
*<math>MIRR(ar,fr,rr)</math>, <math> ar</math> is the  array of cash flow values.  
+
*<math>MIRR (ValuesArray,FinanceRate,ReinvestmentRate)</math>, <math> ValuesArray</math> is the  array of cash flow values.  
*<math>fr</math> is the finance rate which is the interest rate we pay on the money used in the cash flows or it is the cost of capital.  
+
*<math>FinanceRate</math> is the finance rate which is the interest rate we pay on the money used in the cash flows or it is the cost of capital.  
*<math>rr</math>  is the interest rate which we  receive on the cash flows as we reinvest in to that.
+
*<math>ReinvestmentRate</math>  is the interest rate which we  receive on the cash flows as we reinvest in to that.
 
*For <math>MIRR</math> calculation involves two rates – finance rate, which is your weighted average cost of capital and reinvest rate.
 
*For <math>MIRR</math> calculation involves two rates – finance rate, which is your weighted average cost of capital and reinvest rate.
 
*Also <math>MIRR</math> calculation is having the following rules.  
 
*Also <math>MIRR</math> calculation is having the following rules.  
Line 55: Line 57:
 
#MIRR(A1:A6,A7,A8)=-0.07
 
#MIRR(A1:A6,A7,A8)=-0.07
 
#MIRR(B1:B6,B7,B8)=-0.52
 
#MIRR(B1:B6,B7,B8)=-0.52
 +
#MIRR([-8000000,90000,25000,20000,10000,5000],10%,9%) = -0.52
  
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|tLj-bJYCvuc|280|center|MIRR}}
+
{{#ev:youtube|v=vvsHNH4BcOM|280|center|MIRR}}
  
 
==See Also==
 
==See Also==
Line 67: Line 70:
 
==References==
 
==References==
 
*[http://en.wikipedia.org/wiki/Modified_internal_rate_of_return Modified internal rate of return]
 
*[http://en.wikipedia.org/wiki/Modified_internal_rate_of_return Modified internal rate of return]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 06:05, 27 May 2022

MIRR (ValuesArray,FinanceRate,ReinvestmentRate)


  • is the array of values.
  • is the finance rate.
  • is the reinvestment rate.
    • MIRR(), returns the internal rate of return where positive and negative cash flows are financed at different rates.

Description

  • This function gives the value of the modified internal rate of return for a particular cash flows.
  • is a modification of the internal rate of return.
  • The internal rate of return (IRR) assumes the cash flows from a project are reinvested at the IRR, the modified IRR assumes that positive cash flows are reinvested at the firm's cost of capital, and the initial outlays are financed at the firm's financing cost.
  • So more accurately reflects the cost and profitability of a project.
  • , is the array of cash flow values.
  • is the finance rate which is the interest rate we pay on the money used in the cash flows or it is the cost of capital.
  • is the interest rate which we receive on the cash flows as we reinvest in to that.
  • For calculation involves two rates – finance rate, which is your weighted average cost of capital and reinvest rate.
  • Also calculation is having the following rules.
  1.The cash flows must occur at regular intervals, but do not have to be the same amounts for each interval.
  2.projects with MIRR greater the project's hurdle rate should be accepted; while in case of mutually exclusive projects, the project with higher MIRR should be preferred. 
  • The formula for is :

where is the reinvestment rate, is the finance rate, is the positive values in the array only, is the negative values in the array only, is the number of periods and is the CALCI function.

  • This function will give the result as error when
  1.Any one of the argument is nonnumeric. 
  2.ar is not containing the atleast one positive value and one negative value.

Examples

Spreadsheet
A B
1 -250000 -8000000
2 20000 90000
3 30500 25000
4 25000 20000
5 37000 10000
6 28000 5000
7 11% 10%
8 12% 9%
  1. MIRR(A1:A6,A7,A8)=-0.07
  2. MIRR(B1:B6,B7,B8)=-0.52
  3. MIRR([-8000000,90000,25000,20000,10000,5000],10%,9%) = -0.52

Related Videos

MIRR

See Also

References