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

# DynamicTenors

Download sample file: [DynamicTenors.csv](../assets/csv/DynamicTenors.csv)

Tenors and set used for dynamic bucketing feature

This DynamicTenors file type is identified using the pattern: **\*\*DynamicTenors\*.csv** (as specified by `mr.sensi.file-patterns.dyn-tenors`).
This file is loaded using the **DynamicTenors** 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>TenorLabel</td><td>Y</td><td>N</td><td>String</td><td>Name for the bucketed group</td><td>3Y</td></tr><tr><td>NumberOfDays</td><td>N</td><td>N</td><td>String</td><td>Number of days to include in the bucketed group</td><td>1080</td></tr><tr><td>SensitivityName</td><td>Y</td><td>N</td><td>String</td><td>Sensitivity for which the tenor label is used</td><td /></tr><tr><td>TenorSet</td><td>Y</td><td>N</td><td>String</td><td>Specifies the label for the context value that users can select at query time to apply this tenor.</td><td>DECADE</td></tr></table>
