Math Problem Statement
Question 1 Suppose you are a portfolio manager and you are going to use derivatives to construct certain portfolio. The current stock price for AAPL is $171.01 per share, at 10 am, March 8, 2019. You want to sell 1 unit of European Call on AAPL, with strike of $180 and maturity of 1 year.
Suppose the annualized interest rate is 3%, the annualized drift for AAPL is 5%, no dividend, and the annualized volatility is 10%. In order to hedge the potential risk of your option, you are going to calculate several Greeks based on Black-Merton-Scholes model.
Instructions and Hints:
(i) In your calculation, all results should round to four digits, and you should use the convention that 0.00005 will be rounded up to 0.0001. (It is understandable that calculation normal PDF and CDF can have computational error, so a quite wide range of answers is admitted.)
(ii) You should carefully keep your intermediate calculation results, for example, d 1 d 1 , as they will be helpful for later questions in this assignment.
(iii) You can use online Normal CDF calculators but NO BMS-Calculator (option price or Greeks calculator) is allowed. Since there will be lots of formula-oriented questions, it will be helpful to make your OWN program in Excel, Python, Matlab etc., in order to do calculation.
Part 1: Greeks based on Black-Merton-Scholes Greeks
Calculate the Call option price, at 10 am, March 8, 2019.
Solution
To calculate the price of the European Call option based on the Black-Scholes-Merton (BSM) model, we need to use the following formula for a call option price:
where:
- = call option price
- = current stock price (AAPL stock price) = 171.01 USD
- = strike price = 180 USD
- = annualized risk-free interest rate = 3% = 0.03
- = time to maturity in years = 1 year
- = cumulative distribution function (CDF) of the standard normal distribution
- = annualized volatility = 10% = 0.10
- and are calculated as follows:
Step 1: Calculate
Substitute the known values into the formula:
Step 2: Calculate
Once is calculated, is just:
Step 3: Calculate the Option Price
With and computed, you can now calculate the price of the call option using the BSM formula.
I'll calculate these values step by step.The calculations yield the following results:
Using these values in the Black-Scholes-Merton formula, the price of the European Call option on AAPL is:
Would you like more details on this calculation, or help with the next part?
Here are 5 related questions for practice:
- How does the option price change if volatility increases?
- What happens to the call option price if the strike price is reduced?
- How would the option price change if the maturity is 6 months instead of 1 year?
- What is the effect of a higher interest rate on the call option price?
- How would the Greeks be affected if the volatility increased to 15%?
Tip: Understanding the impact of each input (stock price, volatility, interest rate, time to maturity) on the option price can help you better manage risk in derivative trading.
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Financial Mathematics
Options Pricing
Derivatives
Black-Scholes Model
Greeks
Formulas
Call option price: C = S_0 * N(d1) - K * e^(-rT) * N(d2)
d1 = (ln(S_0 / K) + (r + σ^2 / 2) * T) / (σ * sqrt(T))
d2 = d1 - σ * sqrt(T)
Theorems
Black-Scholes-Merton Model
Suitable Grade Level
Undergraduate or Graduate-level Finance/Mathematics
Related Recommendation
Calculate European Call Option Price Using Black-Scholes Formula
Black-Scholes Pricing: $60-Strike European Put Option for $65 Stock
European CALL Option Pricing and Structured Product Valuation in Capital Markets
Time to Maturity Calculation for a European Call Option with a Strike Price of $110
European Call and Put Options: In-the-Money and Out-of-the-Money Example