• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Why is the discounted stock price modeled as an exponential? (reading "Stochastic Calculus for Finan

Joined
12/31/11
Messages
2
Points
11
I am reading "Stochastic Calculus for Finance II" by Shreve to learn about Black-Scholes and derivatives. Until now, coming from an engineering background, Im getting everything, but I have what I think is probably a very simple (read stupid) doubt. From page 155:

We shall often consider the discounted stock price e^(- rt) s(t) and the discounted portfolio value of an agent, e^(- rt) X(t).

Where s(t) is the stochastic ecuation modeling the nominal price of a stock and X(t) the same but for the nominal price of the portfolio.

I understand why it can be useful to adjust the price by the (assumed) risk free interest rate since it can give you a better baseline than the nominal price, but what I dont get is why is it an exponential?. Im pretty sure is something very stupid/simple Im missing but since Im studying on my own I dont want to just give it a pass and assume/believe things without understanding them.
So can anyone explain me why the discounted price is an exponential? Thanks in advance.
 
I am reading "Stochastic Calculus for Finance II" by Shreve to learn about Black-Scholes and derivatives. Until now, coming from an engineering background, Im getting everything, but I have what I think is probably a very simple (read stupid) doubt. From page 155:

We shall often consider the discounted stock price e^(- rt) s(t) and the discounted portfolio value of an agent, e^(- rt) X(t).

Where s(t) is the stochastic ecuation modeling the nominal price of a stock and X(t) the same but for the nominal price of the portfolio.

I understand why it can be useful to adjust the price by the (assumed) risk free interest rate since it can give you a better baseline than the nominal price, but what I dont get is why is it an exponential?. Im pretty sure is something very stupid/simple Im missing but since Im studying on my own I dont want to just give it a pass and assume/believe things without understanding them.
So can anyone explain me why the discounted price is an exponential? Thanks in advance.
This is happening because we are using continuous compounding. In general if we have n compounding periods, the rate would be (1+r/n)^nt, where r is the rate for n periods. As n goes to infitinity , this comes to e^rt. Let me know if you are clear with this.

Thanks
Babinu
 
This is happening because we are using continuous compounding. In general if we have n compounding periods, the rate would be (1+r/n)^nt, where r is the rate for n periods. As n goes to infitinity , this comes to e^rt. Let me know if you are clear with this.

Thanks
Babinu

Yes, it makes sense. Thanks.
 
Back
Top