DictionariesBaseTypes Method

Stator | API Documentation
Returns a dictionary of available base types

Format = IDictionary of base type.
Key = enumeration of base type EnumerationsBaseType
Value = Tuple of base type display name (Item1) and base type identifier (Item2)
i.e. Australian Stock Exchange, X_AUS_ASX

Namespace:  Stator.libPublic.ReferenceData
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

public static IDictionary<EnumerationsBaseType, Tuple<string, string>> BaseTypes()

Return Value

Type: IDictionaryEnumerationsBaseType, TupleString, String
Format = IDictionary of base type.
Key = enumeration of base type EnumerationsBaseType
Value = Tuple of base type display name (Item1) and base type identifier (Item2)
i.e. Australian Stock Exchange, X_AUS_ASX
Remarks

How do I find out more information regarding base types?
You can find base types in Stator > Global Options > Base Types
A full list of the base types used by Stator is provided for reference in Stator. You can review the full list including
base type identifiers, base type descriptions and base type countries

Example base types include:
Australia - Australian Stock Exchange - X_AUS_ASX
Canada - Toronto Stock Exchange - X_CAD_TOR
Hong Kong - Hong Kong Stock Exchange - X_HKG_HKG
Singapore - Singapore Stock Exchange - X_SGP_SES
United States - New York Stock Exchange - X_USD_NYSE

See Also

Reference