Views:

Description

Calculate the modified internal rate of return, where positive and negative cash flows are financed at different rates. 

Signature 

RatesReturn_MIRR('values', 'financerate', 'reinvestrate')

Parameters

NameRequiredTypeDescription
valuesYesstring arrayRepresent a series of payments (negative values) and income (positive values) occurring at regular periods
financerateYesdoubleThe interest rate you pay on the money used in the cash flows
reinvestrateYesdoubleThe interest rate you receive on the cash flows as you reinvest them

Example 1

RatesReturn_MIRR('-1000,100,200,300,400,400,400', 0.1, 0.1) Returns 0.1384