Lesson 12 of 15
Continuous Compounding
Continuous Compounding
Continuous compounding is the limit of compounding times per year as :
Continuous Future Value & Present Value
This is widely used in derivatives pricing, stochastic calculus, and option theory.
Converting Between Rates
A discrete rate compounded times per year is equivalent to continuous rate :
For annual compounding ():
Example
1000 invested at 5% continuously for 2 years: $$FV = 1000 \cdot e^{0.05 \times 2} = 1000 \cdot e^{0.1} \approx \1105.17$$
Use Python's math.exp() and math.log() functions.
Python runtime loading...
Loading...
Click "Run" to execute your code.