> ## 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.

# Equity_Bucket_Correlations

> Reference for the Equity_Bucket_Correlations configuration file, which defines the gamma cross-bucket correlation between pairs of equity buckets (1-13) used in SBM equity delta and curvature 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("Equity_Bucket_Correlations", "provides the gamma correlation between two Equity buckets.", "EquityBucketCorrelations")}

## File format

| Field name   | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| Bucket X     | The first Equity bucket (e.g. 1-13)                               |
| Bucket Y     | The second Equity bucket (e.g. 1-13)                              |
| Correlation  | The gamma correlation between the two buckets                     |
| Date         | The start date that the parameter takes effect                    |
| ParameterSet | The parameter set to which the parameter belongs (default = BCBS) |
