Apr
20

Common Errors in Return of Investment Calculation

< ?php
if ( is_single()) {
echo 'return of investment calculation‘;
echo’
‘;echo’
‘;echo’
‘;
} else {
echo ‘return of investment calculation‘;
}
?>

The best way to know how a portfolio is performing is to calculate the return on a regular basis. While this exercise may seem easy, the math can get tricky. Mistakes are common and sometimes they compound into very large errors. I find there are two common mistakes people make when computing return of investment calculation. Both errors are explained below.

Counting Deposit and Withdrawal as Investment Gains and Losses

(more…)