Lesson 2 of 15
Put-Call Parity
Put-Call Parity
Put-call parity is a fundamental relationship between European call and put prices on the same underlying asset with the same strike and expiry.
The Relationship
Rearranging:
- Call from put:
- Put from call:
Where:
- C = call price
- P = put price
- S = current stock price
- K = strike price
- r = risk-free rate (continuously compounded)
- T = time to expiry (in years)
Why Does It Hold?
Consider two portfolios:
- Long call + cash
- Long put + long stock
Both have identical payoffs at expiry, so they must have the same price today (no arbitrage).
Example
Given: S = 100, K = 95, r = 5%, T = 1 year, P = 5.00
Implement both conversion functions using Python's math.exp.
Python runtime loading...
Loading...
Click "Run" to execute your code.