> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Option_Residual_Maturity_Vertices

> Reference for the Option_Residual_Maturity_Vertices configuration file, which defines the five GIRR Vega underlying residual maturity values (0.5, 1, 3, 5, and 10 years) used in SBM vega calculations.

export function renderConfigIntro(fileName, description, storeName = "") {
  const cleanDescription = (description ?? "").trim();
  const sentence = cleanDescription && !cleanDescription.endsWith(".") ? `${cleanDescription}.` : cleanDescription;
  const cleanStore = (storeName ?? "").trim();
  return <p>
      The <strong>{fileName}.csv</strong> file {sentence}
      {cleanStore ? <>
          {" "}
          It is loaded into the <strong>{cleanStore}</strong> store.
        </> : null}
    </p>;
}

{renderConfigIntro("Option_Residual_Maturity_Vertices", "lists the GIRR Vega underlying residual maturities.", "OptionResidualMaturityVertices")}

## File format

| Field name                           | Description                                                       |
| ------------------------------------ | ----------------------------------------------------------------- |
| FRTB SA RiskClass                    | “GIRR”                                                            |
| FRTB SA OptionResidualMaturityVertex | The underlying residual maturity                                  |
| Index                                | The number of the maturity                                        |
| Date                                 | The start date that the parameter takes effect                    |
| ParameterSet                         | The parameter set to which the parameter belongs (default = BCBS) |

## File values

| FRTB SA RiskClass | FRTB SA OptionResidualMaturityVertex | Index | Date       | ParameterSet |
| ----------------- | ------------------------------------ | ----- | ---------- | ------------ |
| GIRR              | 0.5                                  | 0     | 2016-01-01 |              |
| GIRR              | 1                                    | 1     | 2016-01-01 |              |
| GIRR              | 3                                    | 2     | 2016-01-01 |              |
| GIRR              | 5                                    | 3     | 2016-01-01 |              |
| GIRR              | 10                                   | 4     | 2016-01-01 |              |
