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

# Correlation market data

Download sample file: [Correlation\_Market\_Data.csv](../assets/csv/Correlation_Market_Data.csv)

Correlation market data

This Correlation market data file type is identified using the pattern: **\*\*Correlation\_Market\_Data\*.csv** (as specified by `mr.sensi.file-patterns.correlation-market-data`).
This file is loaded using the **Dividend** topic. See the [Topic Aliases table](../dev/dev-mr-application/dev-dlc/dlc-mr-config#topic-aliases) for an understanding of the topic aliases associated with each topic.

For information on the glob patterns used and how to customize them, see note on [File name patterns](.#file-name-patterns)

<table><tr><th>Field</th><th>Key</th><th>Null</th><th>FieldType</th><th>Description</th><th>Example</th></tr><tr><td>AsOfDate</td><td>Y</td><td>N</td><td>String with format ‘YYYY-MM-DD’</td><td>Indicates the date of the file. See <a href=".">Note on AsOfDate</a>.</td><td>2018-09-28</td></tr><tr><td>MarketDataSet</td><td>Y</td><td>N</td><td>String</td><td>String defining the market data set, for example “Trader marks” or “Official EOD”</td><td>Official EOD</td></tr><tr><td>RiskFactorId</td><td>Y</td><td>N</td><td>String</td><td>Identifier of the first risk factor. Must match risk factor identifier in the sensitivities files</td><td>BMW\_Spot price</td></tr><tr><td>RiskFactorId2</td><td>Y</td><td>N</td><td>String</td><td>Identifier of the second risk factor. Must match risk factor identifier in the sensitivities files</td><td>Ford\_Spot price</td></tr><tr><td>Quote</td><td /><td /><td>Double</td><td>Market data quote to be used by the greek-based calculation. Must correspond to sensitivities to the same risk factor.</td><td>0.91</td></tr></table>
