Categories

System Admin
DXM
Documents
Data

Links

Adding Timeseries Properties

Data Dictionary

The Data Dictionary is the space in which you build the structure for the database that will hold all your data properties, Entity related properties, Statistics, Commentaries, Disclaimers, Cultures, etc. It provides a framework for your data architecture. This makes it easier for data to be correctly stored when it is uploaded and to be accurately retrieved when it is called. The Data Dictionary is fully customizable meaning that it can be configured for any type of data as per a business’s needs. Data Dictionary items cannot be deleted, or removed from the system, data therefore must always match the correct structure, and adding new data types is easily achieved.

Access the Data Dictionary by clicking the System Administration cog.

Timeseries

Timeseries properties are used for displaying data in graphs, tables or charts, usually with reflecting a measurement of something over a period of time, for example, Fund Prices, or Distributions. Timeseries data tables always have 2 columns: a Label column and a corresponding Value column.

Timeseries data items are associated with entity types: Class, Fund, Account or Benchmark and each one has various fields attached like Property Name (label), Unique Code (code) and Description. Not all fields are mandatory.

Adding Timeseries to the Data Dictionary

  1. Click + to add a new timeseries property.

  1. Select the data type to add. Click Add Timeseries Property.

Items in red are mandatory and must be populated, code and label.

  1. Type in the code – snake case (lowercase with underscores instead of spaces).
  2. Type in the label – the label can match the code but as semantic English in Title Case.
  3. Use the dropdown arrow to select the entityType. (Fund, Class, Benchmark or Account)

  1. You can add a description, but this is not a mandatory field.
  2. If you are creating a code for the time axis of the Timeseries graph, use the dropdown arrow next to labelFormatCode to choose a long date or short date.
Note: Format Codes need to be created to become available in the Data Dictionary dropdown list.


  1. Type in core for group. This is no longer used but still needs to be populated.
  2. Click + next to extended to add additional columns to your timeseries table if needed.
    1. Add a label – what the column header will be.
    2. Add a datatype – string, number, decimal, etc.
    3. Add a formatCode if needed.

This translates to an additional column header in the timeseries table in Data.

  1. Click Save. A green successful task pop up bar will display across the bottom of the screen.

Data for the Timeseries is populated using the Data product.