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

# Surface market data

Download sample file: [Surface\_Market\_Data.csv](../assets/csv/Surface_Market_Data.csv)

The file is used to provide two-axis market prices for the greek-based PL calculations, through the `SurfaceMarketData` topic.

This Surface market data file type is identified using the pattern: **\*\*Surface\_Market\_Data\*.csv** (as specified by `mr.common.file-patterns.surface-market-data`).
This file is loaded using the **SurfaceMarketData** 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 value date</td><td>2019-01-01</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>SurfaceId</td><td>Y</td><td>N</td><td>String</td><td>Identifier of the surface. Must match risk factor identifier in the sensitivities files</td><td>USD.OIS</td></tr><tr><td>Tenor</td><td>Y</td><td>N</td><td>String</td><td>A tenor, such as 3M, 5Y, and so on.</td><td>1Y</td></tr><tr><td>Moneyness</td><td>Y</td><td>N</td><td>String</td><td>A moneyness value</td><td>45p</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>2453.1</td></tr></table>
