calc_irr: IRR - JD replaced Karl's asrsMethods

Description Usage Arguments

View source: R/calc_finance_basics.R

Description

Calculates IRR based off of asrsMethods library. Can be used with tidyverse style.

Usage

1
calc_irr(cash_flow, dates, gips = TRUE, cumulative = FALSE)

Arguments

cash_flow

is a c() of cash_flows with the first being the earliest NAV (negative) and the last being NAV (positive)

dates

is a c() of dates that corresponds with the cash_flow


AZASRS/AZASRS documentation built on Sept. 30, 2020, 9:26 p.m.