# Forward Starting Option Valuation

Forward Starting Option Analytics

&#x20;

Forward start option is an option whose strike will be determined at some later date. Unlike a standard option, the strike price is not fully determined until an intermediate date before expiration. Cliquet option consists of a series of forward start options.

&#x20;

Employee stock option is a forward start option. The strike price is not fixed when the employee began to work. Instead, he is promised that he will receive stock option at periodic dates in the future. The strikes of employee stock options are unknown for now, but will be set to be at the money on later dates.&#x20;

&#x20;

A model is presented for pricing European exercise, forward starting options on an underlying equity. The payoff at maturity T is given by

where

Let St denote the spot equity price at time t. We assume that the process satisfies under the domestic risk-neutral probability measure, a stochastic differential equity (SDE) of the form:

where

Note that the volatility depends only on time and on the instantaneous value of the state variable S, but does not explicitly depend on Wt.

In practice, option price or implied volatility surfaces are available at points on a relatively sparse grid of strike and tenor pairs. Using analytical expressions to determine the local volatility function then likely yields inaccurate results due to the numerical instability from calculating first, and especially, second derivatives.

&#x20;

This difficulty can be avoided by approximating the SDE dynamics via a partial differential equation (PDE).

&#x20;

Volatility surface input can be specified according to the following three respective representations:

&#x20;

1\.      Skew-tail parametric model (i.e., the surface is fully specified by three parameters, which are respectively called “skew”, “tail”, and “anchor”),

2\.   Polynomial parametric model (i.e., specified by coefficients of polynomial in strike and 1/  and

3\.      Implied volatility grid.

&#x20;

The valuation requires two interest rate curve inputs. One curve, called the “hedge curve”, is specified by a list of n term and continuously compounded zero rate pairs and is intended for use in computing forward equity values.

&#x20;

The other, called the “discount curve, is specified by a list of m term and continuously compounded zero rate pairs, and is intended for use in calculating discount factors,

&#x20;

By using two different interest rate curves, we can facilitate certain (e.g., quanto) adjustments to interest rates (reference: <https://finpricing.com/lib/IrBasisCurve.html>).

&#x20;

To calculate Delta and Gamma, one needs to shift the equity spot price and computes the option price over a grid of strike and tenor pairs. This computation requires the implied volatility at each grid point based on the shifted spot value.

&#x20;

&#x20;

&#x20;


---

# 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://finwhite.gitbook.io/forwardstarting/forward-starting-option-valuation.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.
