<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
  <Id>46621e05-92d4-4caf-97cd-0af88e7db642</Id>
  <Version>1.0.0.5</Version>
  <ProviderName>ValueTrades</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Value Trades"/>
  <Description DefaultValue="Value Trades Add-ins"/>
  <IconUrl DefaultValue="https://value-trades.com/addins/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://value-trades.com/addins/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://www.value-trades.com"/>
  <AppDomains>
    <AppDomain>https://www.value-trades.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1"/>
      <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
  
    <!-- <SourceLocation DefaultValue="https://localhost:3000/taskpane.html?v=1.0.0.9"/> -->
    <SourceLocation DefaultValue="https://value-trades.com/addins/taskpane.html?v=1.0.0.9"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long"/>
        </Runtimes>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url"/>
            </Script>
            <Page>
              <SourceLocation resid="Taskpane.Url"/>
            </Page>
            <Metadata>
              <SourceLocation resid="Functions.Metadata.Url"/>
            </Metadata>
            <Namespace resid="Functions.Namespace"/>
          </ExtensionPoint>
        </AllFormFactors>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="ValueTrades.Title"/>
            <Description resid="ValueTrades.Description"/>
            <LearnMoreUrl resid="ValueTrades.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Taskpane.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <!-- Custom Tab instead of using existing TabHome -->
            <CustomTab id="ValueTradesTab" >
              <Label resid="ValueTradesTab.Label"/>
              <!-- Group 1: Create Value Trade Task Pane-->
              <Group id="VTTaskPaneGroup">
                <Label resid="VTTaskPaneGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16"/>
                  <bt:Image size="32" resid="Icon.32x32"/>
                  <bt:Image size="80" resid="Icon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="TaskPaneButton">
                  <Label resid="TaskPaneButton.Label"/>
                  <Supertip>
                    <Title resid="TaskPaneButton.Label"/>
                    <Description resid="TaskPaneButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16"/>
                    <bt:Image size="32" resid="Icon.32x32"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>VTTaskPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
              <!-- Group 2: Create Sample Data-->
              <Group id="VTSampleGroup">
                <Label resid="VTSampleGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Sample.Icon.16x16"/>
                  <bt:Image size="32" resid="Sample.Icon.32x32"/>
                  <bt:Image size="80" resid="Sample.Icon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="VTSampleButton">
                  <Label resid="VTSampleButton.Label"/>
                  <Supertip>
                    <Title resid="VTSampleButton.Label"/>
                    <Description resid="VTSampleButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Sample.Icon.16x16"/>
                    <bt:Image size="32" resid="Sample.Icon.32x32"/>
                    <bt:Image size="80" resid="Sample.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                        <FunctionName>VTCREATESAMPLE</FunctionName>
                  </Action>
                </Control>
              </Group>

              <Group id="OverviewValuationGroup">
                <Label resid="OverviewValuationGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Quotes.Icon.16x16"/>
                  <bt:Image size="32" resid="Quotes.Icon.32x32"/>
                  <bt:Image size="80" resid="Quotes.Icon.80x80"/>
                </Icon>
                <Control xsi:type="Menu" id="QuotesDropdown">
                  <Label resid="QuotesDropdown.Label"/>
                  <Supertip>
                    <Title resid="QuotesDropdown.Label"/>
                    <Description resid="QuotesDropdown.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Quotes.Icon.16x16"/>
                    <bt:Image size="32" resid="Quotes.Icon.32x32"/>
                    <bt:Image size="80" resid="Quotes.Icon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="GetNameItem">
                      <Label resid="GetNameItem.Label"/>
                      <Supertip>
                        <Title resid="GetNameItem.Label"/>
                        <Description resid="GetNameItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_NAME</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetDescriptionItem">
                      <Label resid="GetDescriptionItem.Label"/>
                      <Supertip>
                        <Title resid="GetDescriptionItem.Label"/>
                        <Description resid="GetDescriptionItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DESCRIPTION</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetOfficialSiteItem">
                      <Label resid="GetOfficialSiteItem.Label"/>
                      <Supertip>
                        <Title resid="GetOfficialSiteItem.Label"/>
                        <Description resid="GetOfficialSiteItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_OFFICIAL_SITE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetSectorItem">
                      <Label resid="GetSectorItem.Label"/>
                      <Supertip>
                        <Title resid="GetSectorItem.Label"/>
                        <Description resid="GetSectorItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_SECTOR</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetIndustryItem">
                      <Label resid="GetIndustryItem.Label"/>
                      <Supertip>
                        <Title resid="GetIndustryItem.Label"/>
                        <Description resid="GetIndustryItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_INDUSTRY</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPriceItem">
                      <Label resid="GetPriceItem.Label"/>
                      <Supertip>
                        <Title resid="GetPriceItem.Label"/>
                        <Description resid="GetPriceItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PRICE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPriceChangeItem">
                      <Label resid="GetPriceChangeItem.Label"/>
                      <Supertip>
                        <Title resid="GetPriceChangeItem.Label"/>
                        <Description resid="GetPriceChangeItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PRICE_CHANGE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPriceChangePerItem">
                      <Label resid="GetPriceChangePerItem.Label"/>
                      <Supertip>
                        <Title resid="GetPriceChangePerItem.Label"/>
                        <Description resid="GetPriceChangePerItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PRICE_CHANGE_PERCENTAGE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPreviousCloseItem">
                      <Label resid="GetPreviousCloseItem.Label"/>
                      <Supertip>
                        <Title resid="GetPreviousCloseItem.Label"/>
                        <Description resid="GetPreviousCloseItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PREVIOUS_CLOSE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="Get52WeekLowItem">
                      <Label resid="Get52WeekLowItem.Label"/>
                      <Supertip>
                        <Title resid="Get52WeekLowItem.Label"/>
                        <Description resid="Get52WeekLowItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_52_WEEK_LOW</FunctionName>
                      </Action>
                    </Item>
                    <Item id="Get52WeekHighItem">
                      <Label resid="Get52WeekHighItem.Label"/>
                      <Supertip>
                        <Title resid="Get52WeekHighItem.Label"/>
                        <Description resid="Get52WeekHighItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_52_WEEK_HIGH</FunctionName>
                      </Action>
                    </Item>
                    <Item id="LatestSCItem">
                      <Label resid="LatestSCItem.Label"/>
                      <Supertip>
                        <Title resid="LatestSCItem.Label"/>
                        <Description resid="LatestSCItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_LATEST_SHARE_COUNT</FunctionName>
                      </Action>
                    </Item>
                    <Item id="SCFYearAgoItem">
                      <Label resid="SCFYearAgoItem.Label"/>
                      <Supertip>
                        <Title resid="SCFYearAgoItem.Label"/>
                        <Description resid="SCFYearAgoItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_SHARE_COUNT_5_YEARS_AGO</FunctionName>
                      </Action>
                    </Item>
                  </Items>
                </Control>
                <Control xsi:type="Menu" id="ValuationDropdown">
                  <Label resid="ValuationDropdown.Label"/>
                  <Supertip>
                    <Title resid="ValuationDropdown.Label"/>
                    <Description resid="ValuationDropdown.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Valuation.Icon.16x16"/>
                    <bt:Image size="32" resid="Valuation.Icon.32x32"/>
                    <bt:Image size="80" resid="Valuation.Icon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="GetFairValueItem">
                      <Label resid="GetFairValueItem.Label"/>
                      <Supertip>
                        <Title resid="GetFairValueItem.Label"/>
                        <Description resid="GetFairValueItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_FAIR_VALUE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPERatioItem">
                      <Label resid="GetPERatioItem.Label"/>
                      <Supertip>
                        <Title resid="GetPERatioItem.Label"/>
                        <Description resid="GetPERatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PE_RATIO</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPEGRatioItem">
                      <Label resid="GetPEGRatioItem.Label"/>
                      <Supertip>
                        <Title resid="GetPEGRatioItem.Label"/>
                        <Description resid="GetPEGRatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PEG_RATIO</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetForwardPERatioItem">
                      <Label resid="GetForwardPERatioItem.Label"/>
                      <Supertip>
                        <Title resid="GetForwardPERatioItem.Label"/>
                        <Description resid="GetForwardPERatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_FORWARD_PE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPriceToBookRatioItem">
                      <Label resid="GetPriceToBookRatioItem.Label"/>
                      <Supertip>
                        <Title resid="GetPriceToBookRatioItem.Label"/>
                        <Description resid="GetPriceToBookRatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PRICE_TO_BOOK_RATIO</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetPriceToSellRatioItem">
                      <Label resid="GetPriceToSellRatioItem.Label"/>
                      <Supertip>
                        <Title resid="GetPriceToSellRatioItem.Label"/>
                        <Description resid="GetPriceToSellRatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PRICE_TO_SALES_RATIO_TTM</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetEvToEbitdaItem">
                      <Label resid="GetEvToEbitdaItem.Label"/>
                      <Supertip>
                        <Title resid="GetEvToEbitdaItem.Label"/>
                        <Description resid="GetEvToEbitdaItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_EV_TO_EBITDA</FunctionName>
                      </Action>
                    </Item>
                    <Item id="GetMCItem">
                      <Label resid="GetMCItem.Label"/>
                      <Supertip>
                        <Title resid="GetMCItem.Label"/>
                        <Description resid="GetMCItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_MARKET_CAPITALIZATION</FunctionName>
                      </Action>
                    </Item>
                    <Item id="RCTCashFlowItem">
                      <Label resid="RCTCashFlowItem.Label"/>
                      <Supertip>
                        <Title resid="RCTCashFlowItem.Label"/>
                        <Description resid="RCTCashFlowItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_REVENUE_CONVERTED_TO_FREE_CASH_FLOW</FunctionName>
                      </Action>
                    </Item>
                    <Item id="AvgROEItem">
                      <Label resid="AvgROEItem.Label"/>
                      <Supertip>
                        <Title resid="AvgROEItem.Label"/>
                        <Description resid="AvgROEItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_AVERAGE_ROE</FunctionName>
                      </Action>
                    </Item>
                  </Items>
                </Control>
              </Group>
              <Group id="FinancialDividendGroup">
                <Label resid="FinancialDividendGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Quotes.Icon.16x16"/>
                  <bt:Image size="32" resid="Quotes.Icon.32x32"/>
                  <bt:Image size="80" resid="Quotes.Icon.80x80"/>
                </Icon>
                <Control xsi:type="Menu" id="FinancialsDropdown">
                  <Label resid="FinancialsDropdown.Label"/>
                  <Supertip>
                    <Title resid="FinancialsDropdown.Label"/>
                    <Description resid="FinancialsDropdown.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Financials.Icon.16x16"/>
                    <bt:Image size="32" resid="Financials.Icon.32x32"/>
                    <bt:Image size="80" resid="Financials.Icon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="BookValueItem">
                      <Label resid="BookValueItem.Label"/>
                      <Supertip>
                        <Title resid="BookValueItem.Label"/>
                        <Description resid="BookValueItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_BOOK_VALUE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="EPSItem">
                      <Label resid="EPSItem.Label"/>
                      <Supertip>
                        <Title resid="EPSItem.Label"/>
                        <Description resid="EPSItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_EPS</FunctionName>
                      </Action>
                    </Item>
                    <Item id="PreviousEPSItem">
                      <Label resid="PreviousEPSItem.Label"/>
                      <Supertip>
                        <Title resid="PreviousEPSItem.Label"/>
                        <Description resid="PreviousEPSItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_PREVIOUS_EPS</FunctionName>
                      </Action>
                    </Item>
                    <Item id="NextEPSItem">
                      <Label resid="NextEPSItem.Label"/>
                      <Supertip>
                        <Title resid="NextEPSItem.Label"/>
                        <Description resid="NextEPSItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_NEXT_EPS</FunctionName>
                      </Action>
                    </Item>
                    <Item id="AverageEPSItem">
                      <Label resid="AverageEPSItem.Label"/>
                      <Supertip>
                        <Title resid="AverageEPSItem.Label"/>
                        <Description resid="AverageEPSItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_AVERAGE_EPS</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DilutedEPSTTMItem">
                      <Label resid="DilutedEPSTTMItem.Label"/>
                      <Supertip>
                        <Title resid="DilutedEPSTTMItem.Label"/>
                        <Description resid="DilutedEPSTTMItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DILUTED_EPS_TTM</FunctionName>
                      </Action>
                    </Item>
                    <Item id="CashItem">
                      <Label resid="CashItem.Label"/>
                      <Supertip>
                        <Title resid="CashItem.Label"/>
                        <Description resid="CashItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_CASH</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DebtItem">
                      <Label resid="DebtItem.Label"/>
                      <Supertip>
                        <Title resid="DebtItem.Label"/>
                        <Description resid="DebtItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DEBT</FunctionName>
                      </Action>
                    </Item>
                    <Item id="NetDebtItem">
                      <Label resid="NetDebtItem.Label"/>
                      <Supertip>
                        <Title resid="NetDebtItem.Label"/>
                        <Description resid="NetDebtItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_NET_DEBT</FunctionName>
                      </Action>
                    </Item>
                    <Item id="EbitdaItem">
                      <Label resid="EbitdaItem.Label"/>
                      <Supertip>
                        <Title resid="EbitdaItem.Label"/>
                        <Description resid="EbitdaItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_EBITDA</FunctionName>
                      </Action>
                    </Item>
                    <Item id="FreeCashFlowItem">
                      <Label resid="FreeCashFlowItem.Label"/>
                      <Supertip>
                        <Title resid="FreeCashFlowItem.Label"/>
                        <Description resid="FreeCashFlowItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_AVERAGE_FREE_CASH_FLOW</FunctionName>
                      </Action>
                    </Item>
                    <Item id="AFCCashFlowItem">
                      <Label resid="AFCCashFlowItem.Label"/>
                      <Supertip>
                        <Title resid="AFCCashFlowItem.Label"/>
                        <Description resid="AFCCashFlowItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_AVG_FREE_CASH_FLOW_GROWTH_PER_YEAR</FunctionName>
                      </Action>
                    </Item>
                    <Item id="LatestRevenueItem">
                      <Label resid="LatestRevenueItem.Label"/>
                      <Supertip>
                        <Title resid="LatestRevenueItem.Label"/>
                        <Description resid="LatestRevenueItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_LATEST_REVENUE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="AverageRevenueItem">
                      <Label resid="AverageRevenueItem.Label"/>
                      <Supertip>
                        <Title resid="AverageRevenueItem.Label"/>
                        <Description resid="AverageRevenueItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_AVERAGE_REVENUE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="LFYAvgRevenueGItem">
                      <Label resid="LFYAvgRevenueGItem.Label"/>
                      <Supertip>
                        <Title resid="LFYAvgRevenueGItem.Label"/>
                        <Description resid="LFYAvgRevenueGItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_LAST_5_YEARS_AVERAGE_REVENUE_GROWTH</FunctionName>
                      </Action>
                    </Item>
                    <Item id="RevenueFYAgoItem">
                      <Label resid="RevenueFYAgoItem.Label"/>
                      <Supertip>
                        <Title resid="RevenueFYAgoItem.Label"/>
                        <Description resid="RevenueFYAgoItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_REVENUE_4_YEARS_AGO</FunctionName>
                      </Action>
                    </Item>
                  </Items>
                </Control>
                <Control xsi:type="Menu" id="DividendsDropdown">
                  <Label resid="DividendsDropdown.Label"/>
                  <Supertip>
                    <Title resid="DividendsDropdown.Label"/>
                    <Description resid="DividendsDropdown.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Dividends.Icon.16x16"/>
                    <bt:Image size="32" resid="Dividends.Icon.32x32"/>
                    <bt:Image size="80" resid="Dividends.Icon.80x80"/>
                  </Icon>
                  <Items>
                    <Item id="DividendPerShareItem">
                      <Label resid="DividendPerShareItem.Label"/>
                      <Supertip>
                        <Title resid="DividendPerShareItem.Label"/>
                        <Description resid="DividendPerShareItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DIVIDEND_PER_SHARE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DividendYieldItem">
                      <Label resid="DividendYieldItem.Label"/>
                      <Supertip>
                        <Title resid="DividendYieldItem.Label"/>
                        <Description resid="DividendYieldItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DIVIDEND_YIELD</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DividendPayoutRatioItem">
                      <Label resid="DividendPayoutRatioItem.Label"/>
                      <Supertip>
                        <Title resid="DividendPayoutRatioItem.Label"/>
                        <Description resid="DividendPayoutRatioItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DIVIDEND_PAYOUT_RATIO</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DividendDateItem">
                      <Label resid="DividendDateItem.Label"/>
                      <Supertip>
                        <Title resid="DividendDateItem.Label"/>
                        <Description resid="DividendDateItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_DIVIDEND_DATE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="DividendExDateItem">
                      <Label resid="DividendExDateItem.Label"/>
                      <Supertip>
                        <Title resid="DividendExDateItem.Label"/>
                        <Description resid="DividendExDateItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_EX_DIVIDEND_DATE</FunctionName>
                      </Action>
                    </Item>
                  </Items>
                </Control>
              </Group>
              <Group id="FHGroup">
                <Label resid="FHGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Quotes.Icon.16x16"/>
                  <bt:Image size="32" resid="Quotes.Icon.32x32"/>
                  <bt:Image size="80" resid="Quotes.Icon.80x80"/>
                </Icon>
                <Control xsi:type="Menu" id="FHDropdown">
                  <Label resid="FHDropdown.Label"/>
                  <Supertip>
                    <Title resid="FHDropdown.Label"/>
                    <Description resid="FHDropdown.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="FH.Icon.16x16"/>
                    <bt:Image size="32" resid="FH.Icon.32x32"/>
                    <bt:Image size="80" resid="FH.Icon.80x80"/>
                  </Icon>
                  <Items>
                    
                    <Item id="EarningDateItem">
                      <Label resid="EarningDateItem.Label"/>
                      <Supertip>
                        <Title resid="EarningDateItem.Label"/>
                        <Description resid="EarningDateItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_EARNING_DATE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="FDMovingAvgItem">
                      <Label resid="FDMovingAvgItem.Label"/>
                      <Supertip>
                        <Title resid="FDMovingAvgItem.Label"/>
                        <Description resid="FDMovingAvgItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_50_DAY_MOVING_AVERAGE</FunctionName>
                      </Action>
                    </Item>
                    <Item id="TDMovingAvgItem">
                      <Label resid="TDMovingAvgItem.Label"/>
                      <Supertip>
                        <Title resid="TDMovingAvgItem.Label"/>
                        <Description resid="TDMovingAvgItem.Tooltip"/>
                      </Supertip>
                      <Icon>
                        <bt:Image size="16" resid="Function.Icon.16x16"/>
                        <bt:Image size="32" resid="Function.Icon.32x32"/>
                        <bt:Image size="80" resid="Function.Icon.80x80"/>
                      </Icon>
                      <Action xsi:type="ExecuteFunction">
                        <FunctionName>GET_200_DAY_MOVING_AVERAGE</FunctionName>
                      </Action>
                    </Item>
                    
                    
                  </Items>
                </Control>
              </Group>
              <!-- Group 6: Refresh Data-->
              <Group id="RefreshDataGroup">
                <Label resid="RefreshDataGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="RefPrice.Icon.16x16"/>
                  <bt:Image size="32" resid="RefPrice.Icon.32x32"/>
                  <bt:Image size="80" resid="RefPrice.Icon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="RefreshPriceButton">
                  <Label resid="RefreshPriceButton.Label"/>
                  <Supertip>
                    <Title resid="RefreshPriceButton.Label"/>
                    <Description resid="RefreshPriceButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="RefPrice.Icon.16x16"/>
                    <bt:Image size="32" resid="RefPrice.Icon.32x32"/>
                    <bt:Image size="80" resid="RefPrice.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                        <FunctionName>VTREFRESHPRICE</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="RefreshAllButton">
                  <Label resid="RefreshAllButton.Label"/>
                  <Supertip>
                    <Title resid="RefreshAllButton.Label"/>
                    <Description resid="RefreshAllButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="RefAll.Icon.16x16"/>
                    <bt:Image size="32" resid="RefAll.Icon.32x32"/>
                    <bt:Image size="80" resid="RefAll.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                        <FunctionName>VTREFRESHALL</FunctionName>
                  </Action>
                </Control>
              </Group>
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/icon-80.png"/>

        <bt:Image id="Sample.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Sample.Icon-16.png"/>
        <bt:Image id="Sample.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Sample.Icon-32.png"/>
        <bt:Image id="Sample.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Sample.Icon-80.png"/>
        
        <bt:Image id="Quotes.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Quotes.icon-16.png"/>
        <bt:Image id="Quotes.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Quotes.icon-32.png"/>
        <bt:Image id="Quotes.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Quotes.icon-80.png"/>

        <bt:Image id="Valuation.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Valuation.icon-16.png"/>
        <bt:Image id="Valuation.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Valuation.icon-32.png"/>
        <bt:Image id="Valuation.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Valuation.icon-80.png"/>
        
        <bt:Image id="Financials.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Financials.icon-16.png"/>
        <bt:Image id="Financials.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Financials.icon-32.png"/>
        <bt:Image id="Financials.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Financials.icon-80.png"/>

        <bt:Image id="Dividends.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Dividends.icon-16.png"/>
        <bt:Image id="Dividends.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Dividends.icon-32.png"/>
        <bt:Image id="Dividends.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Dividends.icon-80.png"/>

        <bt:Image id="FH.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/FH.icon-16.png"/>
        <bt:Image id="FH.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/FH.icon-32.png"/>
        <bt:Image id="FH.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/FH.icon-80.png"/>
        
        <bt:Image id="Function.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/Function.icon-16.png"/>
        <bt:Image id="Function.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/Function.icon-32.png"/>
        <bt:Image id="Function.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/Function.icon-80.png"/>

        <bt:Image id="RefPrice.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/RefPrice.Icon-16.png"/>
        <bt:Image id="RefPrice.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/RefPrice.Icon-32.png"/>
        <bt:Image id="RefPrice.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/RefPrice.Icon-80.png"/>

        <bt:Image id="RefAll.Icon.16x16" DefaultValue="https://value-trades.com/addins/assets/RefAll.Icon-16.png"/>
        <bt:Image id="RefAll.Icon.32x32" DefaultValue="https://value-trades.com/addins/assets/RefAll.Icon-32.png"/>
        <bt:Image id="RefAll.Icon.80x80" DefaultValue="https://value-trades.com/addins/assets/RefAll.Icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <!-- <bt:Url id="Functions.Script.Url" DefaultValue="https://localhost:3000/functions.js?v=1.0.0.9"/> -->
        <!-- <bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html?v=1.0.0.9"/> -->
        <!-- <bt:Url id="Functions.Metadata.Url" DefaultValue="https://localhost:3000/functions.json?v=1.0.0.9"/> -->
        <bt:Url id="Functions.Script.Url" DefaultValue="https://value-trades.com/addins/functions.js?v=1.0.0.9"/>
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://value-trades.com/addins/functions.json?v=1.0.0.9"/>
        <bt:Url id="ValueTrades.LearnMoreUrl" DefaultValue="https://value-trades.com"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://value-trades.com/addins/taskpane.html?v=1.0.0.9"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="VT"/>
        <bt:String id="ValueTrades.Title" DefaultValue="Value Trades"/>
        <bt:String id="ValueTradesTab.Label" DefaultValue="Value Trades"/>

        <bt:String id="VTSampleGroup.Label" DefaultValue="Sample Data"/>
        <bt:String id="VTTaskPaneGroup.Label" DefaultValue="Task Pane"/>
        <bt:String id="OverviewValuationGroup.Label" DefaultValue="Overview and Valuation"/>
        <bt:String id="FinancialDividendGroup.Label" DefaultValue="Financial and Dividend"/>
        <bt:String id="FHGroup.Label" DefaultValue="Financial Highlights"/>
        <bt:String id="RefreshDataGroup.Label" DefaultValue="Refresh Excel Data"/>

        <bt:String id="VTSampleButton.Label" DefaultValue="Create Sample"/>
        <bt:String id="TaskPaneButton.Label" DefaultValue="Value Trades"/>
        <bt:String id="QuotesDropdown.Label" DefaultValue="Overview"/>
        <bt:String id="ValuationDropdown.Label" DefaultValue="Valuation"/>
        <bt:String id="FinancialsDropdown.Label" DefaultValue="Financials"/>
        <bt:String id="DividendsDropdown.Label" DefaultValue="Dividends"/>
        <bt:String id="FHDropdown.Label" DefaultValue="Financial Highlights"/>

        <bt:String id="GetNameItem.Label" DefaultValue="Name"/>
        <bt:String id="GetDescriptionItem.Label" DefaultValue="Description"/>
        <bt:String id="GetOfficialSiteItem.Label" DefaultValue="Official Site"/>
        <bt:String id="GetSectorItem.Label" DefaultValue="Sector"/>
        <bt:String id="GetIndustryItem.Label" DefaultValue="Industry"/>
        <bt:String id="GetPriceItem.Label" DefaultValue="Price"/>
        <bt:String id="GetPriceChangeItem.Label" DefaultValue="Price Change"/>
        <bt:String id="GetPriceChangePerItem.Label" DefaultValue="Price Change Percentage"/>
        <bt:String id="GetPreviousCloseItem.Label" DefaultValue="Previous Close"/>
        <bt:String id="Get52WeekLowItem.Label" DefaultValue="52 Week Low"/>
        <bt:String id="Get52WeekHighItem.Label" DefaultValue="52 Week High"/>
        <bt:String id="LatestSCItem.Label" DefaultValue="Latest Share Count"/>
        <bt:String id="SCFYearAgoItem.Label" DefaultValue="Share Count 5 Years Ago"/>
        
        <bt:String id="GetFairValueItem.Label" DefaultValue="Fair Value"/>
        <bt:String id="GetPERatioItem.Label" DefaultValue="PE Ratio"/>
        <bt:String id="GetPEGRatioItem.Label" DefaultValue="PEG Ratio"/>
        <bt:String id="GetForwardPERatioItem.Label" DefaultValue="Forward PE Ratio"/>
        <bt:String id="GetPriceToBookRatioItem.Label" DefaultValue="Price To Book Ratio"/>
        <bt:String id="GetPriceToSellRatioItem.Label" DefaultValue="Price To Sell Ratio"/>
        <bt:String id="GetEvToEbitdaItem.Label" DefaultValue="Ev to Ebitda"/>
        <bt:String id="GetMCItem.Label" DefaultValue="Market Capatilization"/>
        <bt:String id="RCTCashFlowItem.Label" DefaultValue="Revenue Converted To Cash Flow"/>
        <bt:String id="AvgROEItem.Label" DefaultValue="Average ROE"/>

        <bt:String id="BookValueItem.Label" DefaultValue="Book Value"/>
        <bt:String id="EPSItem.Label" DefaultValue="EPS"/>
        <bt:String id="PreviousEPSItem.Label" DefaultValue="Previous EPS"/>
        <bt:String id="NextEPSItem.Label" DefaultValue="Next EPS"/>
        <bt:String id="AverageEPSItem.Label" DefaultValue="Average EPS"/>
        <bt:String id="DilutedEPSTTMItem.Label" DefaultValue="Diluted EPS TTM"/>
        <bt:String id="CashItem.Label" DefaultValue="Cash"/>
        <bt:String id="DebtItem.Label" DefaultValue="Debt"/>
        <bt:String id="NetDebtItem.Label" DefaultValue="Net Debt"/>
        <bt:String id="EbitdaItem.Label" DefaultValue="Ebitda"/>
        <bt:String id="FreeCashFlowItem.Label" DefaultValue="Free Cash Flow"/>
        <bt:String id="AFCCashFlowItem.Label" DefaultValue="Average Free Cash Flow Growth"/>
        <bt:String id="LatestRevenueItem.Label" DefaultValue="Latest Revenue"/>
        <bt:String id="AverageRevenueItem.Label" DefaultValue="Average Revenue"/>
        <bt:String id="LFYAvgRevenueGItem.Label" DefaultValue="Last 5 Years Avg Revenue Growth"/>
        <bt:String id="RevenueFYAgoItem.Label" DefaultValue="Revenue Four Years Ago"/>

        <bt:String id="DividendPerShareItem.Label" DefaultValue="Dividend Per Share"/>
        <bt:String id="DividendYieldItem.Label" DefaultValue="Dividend Yield"/>
        <bt:String id="DividendPayoutRatioItem.Label" DefaultValue="Dividend Payout Ratio"/>
        <bt:String id="DividendDateItem.Label" DefaultValue="Dividend Payout Date"/>
        <bt:String id="DividendExDateItem.Label" DefaultValue="Ex-Dividend Date"/>

        
        <bt:String id="EarningDateItem.Label" DefaultValue="Earning Date"/>
        <bt:String id="FDMovingAvgItem.Label" DefaultValue="50 Days Moving Avg"/>
        <bt:String id="TDMovingAvgItem.Label" DefaultValue="200 Days Moving Avg"/>
        
        

        <bt:String id="RefreshPriceButton.Label" DefaultValue="Refresh Price"/>
        <bt:String id="RefreshAllButton.Label" DefaultValue="Refresh All"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="ValueTrades.Description" DefaultValue="Value Trades Task Pane."/>
        <bt:String id="VTSampleButton.Tooltip" DefaultValue="Create Sample Data"/>
        <bt:String id="TaskPaneButton.Tooltip" DefaultValue="Click to Show Value Trades Task Pane."/>
        <bt:String id="QuotesDropdown.Tooltip" DefaultValue="Access overview-related functions for financial data."/>
        <bt:String id="ValuationDropdown.Tooltip" DefaultValue="Access valuation-related functions for financial data."/>
        <bt:String id="FinancialsDropdown.Tooltip" DefaultValue="Access financials-related functions for financial data."/>
        <bt:String id="DividendsDropdown.Tooltip" DefaultValue="Access Dividends-related functions for financial data."/>
        <bt:String id="FHDropdown.Tooltip" DefaultValue="Access financials-Highlights functions for financial data."/>

        <bt:String id="GetNameItem.Tooltip" DefaultValue="Get Name of the Stock"/>
        <bt:String id="GetDescriptionItem.Tooltip" DefaultValue="Get Description of the Stock"/>
        <bt:String id="GetOfficialSiteItem.Tooltip" DefaultValue="Get Official Site of the Stock"/>
        <bt:String id="GetSectorItem.Tooltip" DefaultValue="Get Sector of the Stock"/>
        <bt:String id="GetIndustryItem.Tooltip" DefaultValue="Get Industry of the Stock"/>
        <bt:String id="GetPriceItem.Tooltip" DefaultValue="Get Price of the Stock"/>
        <bt:String id="GetPriceChangeItem.Tooltip" DefaultValue="Get Price Change of the Stock"/>
        <bt:String id="GetPriceChangePerItem.Tooltip" DefaultValue="Get Price Change Percentage of the Stock"/>
        <bt:String id="GetPreviousCloseItem.Tooltip" DefaultValue="Get Previous Close of the Stock"/>
        <bt:String id="Get52WeekLowItem.Tooltip" DefaultValue="Get 52 Week Low of the Stock"/>
        <bt:String id="Get52WeekHighItem.Tooltip" DefaultValue="Get 52 Week High of the Stock"/>
        <bt:String id="LatestSCItem.Tooltip" DefaultValue="Latest Share Count"/>
        <bt:String id="SCFYearAgoItem.Tooltip" DefaultValue="Share Count 5 Years Ago"/>

        <bt:String id="GetFairValueItem.Tooltip" DefaultValue="Get Fair Value of the Stock"/>
        <bt:String id="GetPERatioItem.Tooltip" DefaultValue="Get PE Ratio of the Stock"/>
        <bt:String id="GetPEGRatioItem.Tooltip" DefaultValue="Get PEG Ratio of the Stock"/>
        <bt:String id="GetForwardPERatioItem.Tooltip" DefaultValue="Get Forward PE Ratio of the Stock"/>
        <bt:String id="GetPriceToBookRatioItem.Tooltip" DefaultValue="Get Price To Book Ratio of the Stock"/>
        <bt:String id="GetPriceToSellRatioItem.Tooltip" DefaultValue="Get Price To Sell Ratio of the Stock"/>
        <bt:String id="GetEvToEbitdaItem.Tooltip" DefaultValue="Get Ev To Ebitda of the Stock"/>
        <bt:String id="GetMCItem.Tooltip" DefaultValue="Get Market Capatilization of the Stock"/>
        <bt:String id="RCTCashFlowItem.Tooltip" DefaultValue="Revenue Converted To Cash Flow"/>
        <bt:String id="AvgROEItem.Tooltip" DefaultValue="Average ROE based on all available years"/>

        <bt:String id="BookValueItem.Tooltip" DefaultValue="Get the Book Value for selected Stock."/>
        <bt:String id="EPSItem.Tooltip" DefaultValue="Get the EPS for selected stock."/>
        <bt:String id="PreviousEPSItem.Tooltip" DefaultValue="Get the Previous EPS for selected Stock."/>
        <bt:String id="NextEPSItem.Tooltip" DefaultValue="Get the Next EPS for selected Stock."/>
        <bt:String id="AverageEPSItem.Tooltip" DefaultValue="Get the Average EPS for selected Stock."/>
        <bt:String id="DilutedEPSTTMItem.Tooltip" DefaultValue="Get the Diluted EPS TTM"/>
        <bt:String id="CashItem.Tooltip" DefaultValue="Get the Cash for selected Stock."/>
        <bt:String id="DebtItem.Tooltip" DefaultValue="Get the Debt for selected Stock."/>
        <bt:String id="NetDebtItem.Tooltip" DefaultValue="Get the Net Debt for selected Stock."/>
        <bt:String id="EbitdaItem.Tooltip" DefaultValue="Get the Ebitda for selected Stock."/>
        <bt:String id="FreeCashFlowItem.Tooltip" DefaultValue="Get Free Cash Flow for the Stock"/>
        <bt:String id="AFCCashFlowItem.Tooltip" DefaultValue="Average Free Cash Flow Growth"/>
        <bt:String id="LatestRevenueItem.Tooltip" DefaultValue="Latest Revenue"/>
        <bt:String id="AverageRevenueItem.Tooltip" DefaultValue="Get Average Revenue for the Stock"/>
        <bt:String id="LFYAvgRevenueGItem.Tooltip" DefaultValue="Last 5 Years Avg Revenue Growth"/>
        <bt:String id="RevenueFYAgoItem.Tooltip" DefaultValue="Revenue Four Years Ago"/>

        <bt:String id="DividendPerShareItem.Tooltip" DefaultValue="Get the Dividends Per Share for selected stock."/>
        <bt:String id="DividendYieldItem.Tooltip" DefaultValue="Get the Dividends Yield for selected stock."/>
        <bt:String id="DividendPayoutRatioItem.Tooltip" DefaultValue="Get the Dividends Payout Ratio for selected stock."/>
        <bt:String id="DividendDateItem.Tooltip" DefaultValue="Get the Dividend Payout Date"/>
        <bt:String id="DividendExDateItem.Tooltip" DefaultValue="Get the Ex-Dividend Date"/>

        
        <bt:String id="EarningDateItem.Tooltip" DefaultValue="Get the Earning Date"/>
        <bt:String id="FDMovingAvgItem.Tooltip" DefaultValue="50 Days Moving Avg"/>
        <bt:String id="TDMovingAvgItem.Tooltip" DefaultValue="200 Days Moving Avg"/>
        
        

        <bt:String id="RefreshPriceButton.Tooltip" DefaultValue="Refresh Price"/>
        <bt:String id="RefreshAllButton.Tooltip" DefaultValue="Refresh All Values in the Excel"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>