Climate Examples: Commodity Volatility Modelling

This collection of examples analyzes, models, and forecasts the volatility associated with a collection of soft commodities.
36 Downloads
Updated 2 Oct 2023

Commodity Volatility Modelling

View Climate Examples: Commodity Volatility Modelling on File Exchange

Open in MATLAB Online

Modelling and forecasting volatility is a common task in many financial applications. This collection of examples analyzes, models, and forecasts the volatility associated with a collection of soft commodities.

Soft commodities are impacted by uncertainties associated with both short and long-term changes in weather patterns caused by climate change. As these uncertainties increase, we expect volatility modelling to increase in importance as practitioners seek to improve their forecasts of market responses to the impacts of climate change.

The examples in this collection are designed to showcase a range of statistical methods, machine learning techniques, and time-series models which are broadly applicable in the volatility modelling area.

The examples were developed by Phoebe Piercy and Ken Deeley at MathWorks.

Installation and Getting Started

The examples are provided in a MATLAB project.

  1. Double-click on the project archive (Commodities.mlproj) to extract it using MATLAB.
  2. With MATLAB open, navigate to the newly-created project folder and double-click on the project file (Commodities.prj) to open the project.
  3. The example files are the live scripts within the project.
    • S01_DataProcessing.mlx: This script imports and processes the data for subsequent modelling.
    • S02_TrendDecomposition.mlx: This script clusters the commodities based on trend analysis.
    • S03_NonParametricVolatility: This script performs nonparametric volatility estimates and further clustering on the commodities.
    • S04_ModelBasedVolatility: This script forecasts volatility using time-series models for the principal components of the volatility.
  4. The examples rely on external commodity data provided by the World Bank. The example file S01_DataProcessing.mlx downloads this data, and requires an internet connection.

MathWorks® Product Requirements

These examples were developed for MATLAB release R2022b or later.

License

The license for this entry is available in the license.txt file in this GitHub repository.

Copyright 2022-2023 The MathWorks, Inc.

Community Support

MATLAB Central

Cite As

Ken Deeley (2024). Climate Examples: Commodity Volatility Modelling (https://github.com/mathworks/climate-examples-commodity-volatility/releases/tag/v1.0.3), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2022b
Compatible with R2022b and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.3.0

See release notes for this release on GitHub: https://github.com/mathworks/climate-examples-commodity-volatility/releases/tag/v1.0.3

1.0.2.0

See release notes for this release on GitHub: https://github.com/mathworks/climate-examples-commodity-volatility/releases/tag/v1.0.2

1.0.1.0

See release notes for this release on GitHub: https://github.com/mathworks/climate-examples-commodity-volatility/releases/tag/v1.0.1

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.