Created
October 16, 2018 23:39
-
-
Save evonsdesigns/e978b45b66a9e5d7c99e53c5d3064ea4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const AV_REAL_TIME = "Rank A: Real-Time Performance"; | |
export const AV_1D = "Rank B: 1 Day Performance"; | |
export const AV_5D = "Rank C: 5 Day Performance"; | |
export const AV_1M = "Rank D: 1 Month Performance"; | |
export const AV_3M = "Rank E: 3 Month Performance"; | |
export const AV_YTD = "Rank F: Year-to-Date (YTD) Performance"; | |
export const AV_1Y = "Rank G: 1 Year Performance"; | |
export const AV_3Y = "Rank H: 3 Year Performance"; | |
export const AV_5Y = "Rank I: 5 Year Performance"; | |
export const AV_10Y = "Rank J: 10 Year Performance"; | |
export const CATEGORY_Utilities = "Utilities"; | |
export const CATEGORY_ConsumerStaples = "Consumer Staples"; | |
export const CATEGORY_TelecommunicationServices = "Telecommunication Services"; | |
export const CATEGORY_Real = "Real Estate"; | |
export const CATEGORY_HealthCare = "Health Care"; | |
export const CATEGORY_Financials = "Financials"; | |
export const CATEGORY_Industrials = "Industrials"; | |
export const CATEGORY_Materials = "Materials"; | |
export const CATEGORY_ConsumerDiscretionary = "Consumer Discretionary"; | |
export const CATEGORY_Energy = "Energy"; | |
export const CATEGORY_InformationTechnology = "Information Technology"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment