# MinDate: Minimum date for Portfolio Slicer.
<MinDate>
2010-12-31
</MinDate>

<ExcelSourceFile>
C:\PortfolioSlicer\PSv3.0\Demo\PortfolioSlicer-Source.xlsx
</ExcelSourceFile>

# DetailOutput: Values Yes or No. If value is Yes, then script outputs detail execution information, otherwise just summary
<DetailOutput>
No
</DetailOutput>

# PSDataFolder: Folder were to create files for Portfolio Slicer external files. Default "..\PSData\"
<PSDataFolder>
C:\PortfolioSlicer\PSData
</PSDataFolder>

# GeneratedQuotes: to create static price quotes. Format: Symbol,MinDate,MaxDate,Price
<GeneratedQuotes>
TDB8150,2019-01-01,,10.00
</GeneratedQuotes>

# DataRootFolder: Root folder for data. Default: "..\"
<DataRootFolder>
</DataRootFolder>

# ArchiveQuotes: values Yes or No. If value is Yes, Archive script will run
<ArchiveQuotes>
Yes
</ArchiveQuotes>

# End of psConfig.txt file
# ###############################

# ###############################
# Following config parameters were added by Maxim T

# DecimalSeparator: Default value is . (dot), in some coutries this could be , (comma)
<DecimalSeparator>
.
</DecimalSeparator>


# Currency: list of currencies that you need exchange rates between (from Bank of Canada website). Example: USD,CAD,EUR
<Currency>
USD
CAD
EUR
</Currency>


# Yahoo: list of symbols from Yahoo Finance website. Format: Symbol,MinDate,MaxDate,IntraDayFlag[Y|N],[DividendFlag[Y|N],FactorHistory,FactorIntraDay,FactorDividend
<Yahoo>
^SP500TR
VT
HXS.TO
HXT.TO
VEA
VWO
VOO
XIU.TO
DLR.TO,2019-01-01,,N
DLR-U.TO,2019-01-01,,N
</Yahoo>


# Get  your Alpha Vantage API Key by visiting this page: https://www.alphavantage.co/support/#api-key
<AlphaVantageKey>
DEMO
</AlphaVantageKey>

# AlphaVantage: list of symbols from AlphaVantage website. Format: Symbol,MinDate,MaxDate,IntraDayFlag[Y|N],[DividendFlag[Y|N],FactorHistory,FactorIntraDay,FactorDividend
# Dividend information is currently not supported
<AlphaVantage>
</AlphaVantage>

<Stooq>

</Stooq>

# IncludeQuoteArchiveFolder: Values Yes or No. If value is Yes, then when creating Quotes.csv file will include files with name patter _Archive.txt, otherwise these files will be excluded
<IncludeQuoteArchiveFolder>
No
<IncludeQuoteArchiveFolder>


# Symbol rename section. Format: OldSymbol,NewSymbol. OldSymbol - what is generated in Quotes/Dividends by scripts, NewSymbol - what it is used in Excel workbook.
# All symbols in file Quotes.csv and Dividends.csv will be renamed to what is specified in NewSymbol. 
<SymbolRename>
XIU.TO,XIU
</SymbolRename>
