Monte Carlo Simulations: Pricing Weather Derivatives and Convertible Bonds

Monte Carlo simulations are widely used in science, engineering, and finance. They are an effective method capable of addressing a wide range of problems. In finance, they are applied to derivative pricing, risk management, and strategy design. In this post, we discuss the use of Monte Carlo simulations in pricing complex derivatives.

Pricing of Weather Derivatives Using Monte Carlo Simulations

Weather derivatives are a particular class of financial instruments that individuals or companies can use in support of risk management in relation to unpredictable or adverse weather conditions. There is no standard model for valuing weather derivatives similar to the Black–Scholes formula. This is primarily due to the non-tradeable nature of the underlying asset, which violates several assumptions of the Black–Scholes model.

Reference [1] presented a valuation method for pricing an exotic wind power option using Monte Carlo simulations.

Findings

– Wind power generators are exposed to risks stemming from fluctuations in market prices and variability in power production, primarily influenced by their dependency on wind speed.

– The research focuses on designing and pricing an up-and-in European wind put barrier option using Monte Carlo simulation.

– In the presence of a structured weather market, wind producers can mitigate fluctuations by purchasing this option, thereby safeguarding their investments and optimizing profits.

– The wind speed index serves as the underlying asset for the barrier option, effectively capturing the risks associated with wind power generation.

– Autoregressive Fractionally Integrated Moving Average (ARFIMA) is utilized to model wind speed dynamics.

– The study applies this methodology within the Colombian electricity market context, which is vulnerable to phenomena like El Niño.

– During El Niño events, wind generators find it advantageous to sell energy to the system because their costs, including the put option, are lower than prevailing power prices.

– The research aims to advocate for policy initiatives promoting renewable energy sources and the establishment of a financial market for trading options, thereby enhancing resilience against climate-induced uncertainties in the electrical grid.

Reference

[1] Y.E. Rodríguez, M.A. Pérez-Uribe, J. Contreras, Wind Put Barrier Options Pricing Based on the Nordix Index, Energies 2021, 14, 1177

Pricing Convertible Bonds Using Monte Carlo Simulations

The Chinese convertible bonds (CCB) have a special feature, which is a downward adjustment clause. Essentially, this clause states that when the underlying stock price remains below a pre-set level for a pre-defined number of days over the past consecutive trading days, issuers can lower the conversion price to make the conversion value higher and more attractive to investors.

Reference [2] utilized the Monte Carlo simulation approach to account for this feature and to price the convertible bond.

Findings

– The downward adjustment provision presents a significant challenge in pricing Chinese Convertible Bonds (CCBs).

– The triggering of the downward adjustment is treated as a probabilistic event related to the activation of the put option.

– The Least Squares method is employed to regress the continuation value at each exercise time, demonstrating the existence of a unique solution.

– The downward adjustment clause is integrated with the put provision as a probabilistic event to simplify the model.

-When the condition for the put provision is met, the downward adjustment occurs with 80% probability, and the conversion price is adjusted to the maximum of the average of the underlying stock prices over the previous 20 trading days and the last trading day.

Reference

[2] Yu Liu, Gongqiu Zhang, Valuation Model of Chinese Convertible Bonds Based on Monte Carlo Simulation, arXiv:2409.06496

Closing Thoughts

We have explored advanced applications of Monte Carlo simulations in pricing weather derivatives and complex convertible bonds. This versatile method demonstrates its broad applicability across various areas of finance and trading.

Pricing Convertible Bonds-An Example

In the previous post, we outlined the main steps in pricing a convertible bond using the Binomial Tree approach. In this follow-up post, we provide a hypothetical example of a straight convertible bond.

The specifics of the hypothetical convertible bond are as follows,

INPUTS
Stock price 100
Volatility 0.25
Risk Free Rate 0.02
Risky Rate (risk free+credit spread) 0.08
Coupon 0.06
Maturity (in years) 5
Conversion ratio 10

Using the formula provided in the previous post, we calculated the up and down moves, and probability of the up move. The results are

MODEL PARAMETERS
dt 1.00
u 1.28
d 0.78
Probability Up 0.48

Once the tree parameters are calculated, we next build the tree, and then work backward from the end  nodes in order to obtain the convertible bond’s price at time zero. As the final result, the bond price is $1319 (per $1000 notional)

To see the details of the calculations of the tree, follow the instruction at the bottom of this page. Note that this is a simplified example. In real life, convertible bonds are usually more complex. They often include features such as call, put, contingency conversion options. The call and put options can be implemented using the formula given in the previous post.

I hope that this and previous posts demystified a little bit the complexities of convertible bonds. Let us know if you have any questions.

Follow this link for more derivative pricing models in Excel

Pricing Convertible Bonds and Preferred Shares

A convertible bond (or preferred share) is a hybrid security, part debt and part equity. Its valuation is derived from both the level of interest rates and the price of the underlying equity. Several modeling approaches are available to value these complex hybrid securities such as Binomial Tree, Partial Differential Equation and Monte Carlo simulation. One of the earliest pricing convertible bond approaches was the Binomial Tree model originally developed by Goldman Sachs [1,2] and this model allows for an efficient implementation with high accuracy. The Binomial Tree model is flexible enough to support the implementation of bespoke exotic features such as redemption and conversion by the issuer, lockout periods, conversion and retraction by the share owner etc.

In this post, we will summarize the key steps in pricing convertible bond method using the Binomial Tree approach. Detailed description of the method and examples are provided in references [1,2].

Generally, the value of a convertible bond with embedded features depends on:

  • The underlying common stock price
  • Volatility of the common stock
  • Dividend yield on the common stock
  • The risk free interest rate
  • The credit worthiness of the preferred share issuer

Within the binomial tree framework, the common stock price at each node is described as

pricing convertible bond

where S0 is the stock price at the valuation date; u and d are the up and down jump magnitudes. The superscript j refers to the time step and i to the jump. The up and down moves are calculated as

and

where is the stock volatility, and  is the time step.

The risk neutral probability of the up move, u, is

and the probability the down move is 1-p

After building a binomial tree for the common stock price, the convertible bond price is then determined by starting at the end of the stock price tree where the payoff is known with certainty and going backward until the time zero (valuation date). At each node, Pj,i  the value of the convertible is

where m denotes the conversion ratio.

If the bond is callable, the payoff at each node is

The payoff of a putable bond is

Here C and P are the call and put values respectively; r denotes the risk-free rate.

The above equations are the key algorithms in the binomial tree approach. However, there are several considerations that should be addressed due to the complexities of the derivative features

  • Credit spreads (credit risk) of the issuers which usually are not constant.
  • Interest rates can be stochastic.
  • Discount rate ri,j depends on the conversion probability at each node. This is due to the fact that when the common share price is well below the strike, the preferred share behaves like a corporate bond and hence we need to discount with a risky curve. If the share is well above the strike then the preferred behaves like a common stock and the riskless curve need to be used.
  • The notice period: the issuer tends to call the bond if the stock price is far enough above the conversion price such that a move below it is unlikely during the notice period. For most accurate results, the valuation would require a call adjustment factor. This factor is empirical and its value could be determined by calibration to stock historical data.

This approach in pricing convertible bond can be implemented in scripting languages such as VBA and Matlab. In the next installment, we will provide a concrete example of pricing a convertible bond. If you have a convertible bond that you want us to use as example, send it to us.

References

[1] Valuing Convertible Bonds as Derivatives, Quantitative Strategies Research Notes, Goldman Sachs, November 1994.

[2] Pricing Convertible Bonds, Kevin B. Connolly, Wiley, 1998.