simple: interest on principle
compound: interest on principle plus accumulated interest
simple interest = principle * interest rate
compound interest = interest rate * (principle + acc. interes)
a dollar today is worth more than a dollar in the future, because of potential earnings (and the opportunity cost of waiting)
FV = PV * ( 1 + i * n )
FV = PV * ( 1 + i/f ) ^ n*f
nominal: no compounding
effective: compounding
sum(DFs)
PV = annuity * annuity factor
= (ending price - starting price) / starting price
to be used when prices are unrelated
= ln ( ending price / starting price )
to be used when prices are related
Internal rate of return (IRR) is achieved when the discount rate gives an NPV of exactly zero.
if IRR > WACC, invest.
if IRR < WACC, return capital.
=PMT() for annuity calculation
=PV() for bond pricing
=RATE() for YTM calculation
