twrr: Computing TWRR, the time-weighted rate of return

Description Usage Arguments See Also Examples

Description

Computing TWRR, the time-weighted rate of return

Usage

1
twrr(ev, bv, cfr)

Arguments

ev

ordered ending value list

bv

ordered beginning value list

cfr

ordered cash flow received list

See Also

hpr

Examples

1
twrr(ev=c(120,260),bv=c(100,240),cfr=c(2,4))

Example output

[1] 0.1584472

FinCal documentation built on May 2, 2019, 1:29 p.m.