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

# 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>
#TDB166C.TO,2012-10-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

# ColumnSeparator values could be : Comma, Tab, VerticalBar
<ColumnSeparator>
Tab
</ColumnSeparator>

# 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
</Currency>


# Yahoo: list of symbols from Yahoo Finance website (link to download csv file available). Format: Symbol,MinDate,MaxDate,IntraDayFlag[Y|N],[DividendFlag[Y|N],FactorHistory,FactorIntraDay,FactorDividend
<Yahoo>
^GSPTSE
^GSPC
</Yahoo>

# Google: list of symbols from Google Finance website (link to download csv file available). Format: Symbol,MinDate,MaxDate,IntraDayFlag[Y|N],[DividendFlag[Y|N],FactorHistory,FactorIntraDay,FactorDividend
<Google>
#INDEXTSI:OSPTX
</Google>

# GoogleWeb: list of symbols from Google Finance website (link to download csv file not available). Format: Symbol,MinDate,MaxDate,IntraDayFlag[Y|N],[DividendFlag[Y|N],FactorHistory,FactorIntraDay,FactorDividend
<GoogleWeb>
#INDEXSP:.INX
</GoogleWeb>

# 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>
#VEA,2010-10-07,,Y,N,,,
</AlphaVantage>

<Stooq>
#AAPL.US
</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>
#TSE:XIU,XIU
#INDEXTSI:OSPTX,^GSPTSE
#INDEXSP:.INX,^GSPC
</SymbolRename>
