# Put-Call Parity

Put-Call Parity is a commonly referenced term. It is primarily used to identify pricing discrepancies between European put and call options with identical underliers, expirations, and strike prices.

According to Put-Call Parity, simultaneously owning a short European put and long European call on the same underlier with the same strike will result in the same return as holding one forward contract on the same underlier.&#x20;

Put Call Parity demonstrates the relationship between European put and call options with the same underlier, expiration, and strike. The concept applies specifically to European-style options, as American-style options allow for execution at any time prior to expiration.

The put-call parity also relies on a few other assumptions, such as:

* The interest rate is constant and does not vary over time
* There are no transfer restrictions because the underlying stock is liquid.

You can determine put-call parity by using the formula:

$$\text{  Call option (C) + Present Value of strike price PV(x) = Put option (P) + Underlying Asset price (S) }$$\
If we move the equation around to:

$$\text{Call Option (C) = Put Option (P) + Underlying asset price (S) - Present value of strike price PV(x) }$$

<figure><img src="https://25047179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2ezG7k2AmbmPLJDUAiOv%2Fuploads%2FNA9iGHuUd7AK3DL08xks%2Fput-call-parity.gif?alt=media&#x26;token=9fcc1f19-15fe-4aa1-83ba-750d682680e0" alt=""><figcaption></figcaption></figure>

We can see that the call option should be equal to a portfolio with a long position on the put option, a long position on the underlying asset price, and a short position in the present value of the strike price. &#x20;

#### **Arbitrage Opportunities**

Put-call parity is often used by traders to identify arbitrage opportunities. An arbitrage opportunity arises when the actual market prices violate the put-call parity equation. In this case, a trader could theoretically lock in a risk-free profit by taking advantage of the price discrepancy.&#x20;

For instance, if the price of a call option and the present value of the strike price is less than the price of the put option plus the price of the underlying asset, the trader could buy the call, short the put, sell the underlying asset, and lend the strike price. The transactions would result in a net inflow of cash and, at expiration, they will have to pay out the strike price, which they have lent, thus realizing a risk-free profit.

#### **Implications**

Beyond identifying arbitrage opportunities, the put-call parity is an important tool in financial management. For instance, it plays a key role in the pricing and valuation of corporate securities, especially in convertible bonds and warrants. Furthermore, the put-call parity also serves as a benchmark to assess whether options are fairly priced in the market.<br>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arrow.markets/arrow-markets/learn/options-beginner/put-call-parity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
