# Binary Option Valuation

**Binary** **Option Valuation**

A binary option is an option with a predetermined payoff, triggered only if the underlying price meets the strike price. These are also commonly referred to as “all or nothing” or “digital options”. Binary call pays a fixed amount if the underlying price ends up above the strike price, while binary put pays off a fixed amount if the underlying price is below the strike price at option maturity.

The payoff of a digital option or binary option is either some fixed amount of some asset or nothing at all. The two main types of binary options are the cash-or-nothing binary option and the asset-or-nothing binary option. The cash-or-nothing binary option pays some fixed amount of cash if the option expires in-the-money while the asset-or-nothing pays the value of the underlying security.

For a call, the underlying price must be higher than the strike at expiry to trigger the rebate or receipt of the underlying. For a put, the underlying price must be lower than the strike at expiry to trigger the rebate or receipt of the underlying.

The risk sensitivities, especially Gamma, may be unstable when at the money or near the exercise date due to the discontinuous property inherent in digital option. Risk sensitivities become less meaningful near discontinuities and kinks. As Vega may change signs near the strike, it is probably difficult to create a conservative estimate of the volatility.

Binary options can be valued using the Black-Scholes models. The PV is calculated as the product of fixed payment times call price (*c*) or put price (*p*) where:

Cash-or-nothing:

![](/files/-MXhRO98tsNQQvZBuQD1)

![](/files/-MXhRO99A3dEdSGcAUVy)

Asset-or-nothing:

![](/files/-MXhRO9AXTWbSS05uBHi)

![](/files/-MXhRO9BPLE-6L1WSAgr)

*where*

![](/files/-MXhRO9CF2NWYjzE87c9)

&#x20;*and*

*s is the current spot price*

*r is the risk free interest rate*

*t is the expiry date in years*

*σ is the implied volatility*

*Φ is the standard normal cumulative distribution function*

The risk sensitivities, especially Gamma, is very unstable under the Black-Scholes. Therefore, the better solution is to represent a binary option as a tight option spread.

Reference:

<https://finpricing.com/lib/EqBinary.html>


---

# 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://deripricing.gitbook.io/binary-option-valuation/master.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.
