CategoryGetName
|
Information / Categories |
SYNTAX | CategoryGetName( category, number) |
RETURNS | STRING |
FUNCTION | The CategoryGetName function retrieves the name of category. category is one of the following:
number is a market/group/industry/sector/watchlist number: The meaning of index parameter is different for GICS and ICB categories - the index for categoryGICS and categoryICB is actually GICS/ICB code. Such as 10 for energy sector or 351010 for "Health Care Equipment & supplies" industry. The codes are fixed even if new classifications are added at some point in the future. This means that you won't need to change AFL codes even if new classifications are added. But it is important to understand that these codes work in hierarchical way. So GetCategorySymbols( categoryGICS, 10 ) will return all symbols belonging to energy sector, including those in 10101010 - Oil & Gas Drilling sector as well as 10102050 - Coal & Consumable Fuels; for example.
See
http://en.wikipedia.org/wiki/Global_Industry_Classification_Standard
for more details on GICS system
|
EXAMPLE | |
SEE ALSO | CategoryGetSymbols() function |
The CategoryGetName function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.