PortfolioCenter. Advisor WebCenter Export Developer s Guide

Size: px
Start display at page:

Download "PortfolioCenter. Advisor WebCenter Export Developer s Guide"

Transcription

1 PortfolioCenter Developer s Guide

2 Document ID: spt Document Date: May 15, Schwab Performance Technologies Two Hannover Square, 13th Floor 434 Fayetteville Street Mall Raleigh, NC All rights reserved. PortfolioCenter is a registered trademark of Schwab Performance Technologies Developer s Guide Page 2 of 87

3 Table of Contents CHAPTER 1: FILE OUTPUT... 4 EXPORT INTERFACE... 4 OUTPUT... 4 PARAMETERS... 5 FILE LAYOUT... 6 Group Level Data Layout... 6 Portfolio Level Information... 9 CHAPTER 2: INTERPRETING THE DATA GROUP INFORMATION Group Client Information Group Member Data Group Position Data Group Performance Position Detail Group Performance Returns Detail Group Performance Graph Detail Group Net Investment Graph Detail PORTFOLIO INFORMATION Portfolio Client Information Portfolio Positions Portfolio Performance Position Detail Portfolio Performance Returns Portfolio Performance Graph Portfolio Net Investment Graph Portfolio Transactions Portfolio Realized Gains/Losses Portfolio Income CHAPTER 3: FIELD DEFINITIONS GROUP CLIENT INFORMATION FIELDS GROUP MEMBER INFORMATION FIELDS GROUP POSITION INFORMATION GROUP PERFORMANCE POSITION GROUP PERFORMANCE RETURNS GROUP PERFORMANCE GRAPH DETAIL GROUP NET INVESTMENT GRAPH DETAILS PORTFOLIO CLIENT INFORMATION PORTFOLIO POSITIONS INFORMATION PORTFOLIO PERFORMANCE POSITION INFORMATION PORTFOLIO PERFORMANCE RETURNS PORTFOLIO PERFORMANCE GRAPH PORTFOLIO NET INVESTMENT GRAPH PORTFOLIO TRANSACTIONS PORTFOLIO REALIZED GAINS OR LOSSES PORTFOLIO INCOME CHAPTER 4: PORTFOLIOCENTER REPORT EQUIVALENTS FOR DATA iii

4 Chapter 1: File Output This Developer s Guide is intended to help Web Reporting developers design, build and support integration of PortfolioCenter data. The was developed to streamline the process of exporting data out of PortfolioCenter for dynamic display on secure Web sites that advisory firms make available to their clients, the investors, and interested professional third-parties. Chapter 4 may be of particular benefit to the developers of Web Reporting offerings as it provides specific information about how the data available in the compares to data available in PortfolioCenter reports. To develop the most efficient workflow and minimize the export and import times, we recommend including only the data elements that will be used in Web Reports. The provides you with an XML file that can contains account detail, position and performance data. You can get this data on both the portfolio and group (household) level for accounts in the PortfolioCenter database. Additionally, on the individual portfolio level, you can get transaction, realized gain/loss and income data. This document is designed to guide you through the output. Export Interface The output can only be generated using the, found in the PortfolioCenter Export Wizard Module. For more information about the and the settings available, see Exporting Data Using the. Output The output of the is XML. However, users have the option of XML or ZIP. The ZIP output contains an XML file that is already zipped into a concise format and is the recommended format. Format XML Description Because the XML file can become very large, we suggest that you use a lightweight forward only reader like xmlreader. Consumers of the Advisor WebCenter output are expected to use an XML parser or derivative to process the output results that are generated by the Advisor WebCenter export. The document conforms to the.net 1.1 Dataset format. Although we do not dictate to which specific XML parser you should use, SPT QA validates our testing results by loading the XML results of each functional test case into the following: Microsoft Internet Explorer - v. 6.0 or later Altova XML Spy 2005 ZIP Unzip the file, and then proceed with processing the contents as an XML file. Developer s Guide Page 4 of 87

5 Chapter 1: File Output Parameters The following parameters control which sections of the Advisor WebCenter output results are generated and therefore included in the XML data. General Source: all portfolios/group, selected portfolios/group or portfolios/groups in a set Set: the selected set, if applicable Position Information Include As of Date Price Date Performance Information Include the performance detail information start/end date for the detail Use inception date for performance detail Include return periods Number of return periods to include Start/finish dates for each return periods, as applicable Include Performance Graph Settings for Performance Graph Index and target settings Net investment graph data Transaction Information Include transactions From date To date Realized Gain/Loss Information From date To date Run for taxable accounts only Income Information From date To date Run for taxable accounts only Developer s Guide Page 5 of 87

6 Chapter 1: File Output File Layout The Advisor WebCenter output XML file has the following layout: <?xml version="1.0" encoding="utf-8"?> <Document> <Database name="pc Sample Dataset"> XML Version Document tag Name of Database selected in the There are two distinct sections in the layout after the document headers: data about groups appear first, and then data about portfolios appear later. There is a greater level of detail for the portfolio level data points. This section will guide you through the general layout for each section within the group level and portfolio level layouts. You ll also find links to more detailed information and code examples in each section. Group Level Data Layout <PortID value="xxx"> <ClientInformation> <Group name="groupdataresultroot"> <Group name="groupportfolioidindividualgrouponly"> <Field name="portfolio_portfolio ID">xxx</Field> <GroupMemberData> <Group name="groupmemberlistroot"> <Group name="groupportfolioidexpandgroupsbelow"> <Group name="groupportfolioidindividualonly"> <Field name="portfolio_portfolioid">xxx</field> <Positions> <Group name="bodyroot"> <Group name="groupall"> <Group name="grouptransactionsecurityid"> <Group name="groupposition"> <Field name="holdings_quantity">3643</field> Group header information indicating the start of the Group Client Information section. This section defines the group and provides group detail information. See more details about the fields and information included in the Group Client Information section starting on page 14. Header information, indicating the start of the Group Member Data section. This section defines the group s members and provides detail about each member of the group. See more details about the fields and information included in the Group Member Data section starting on page 15 Header information, indicating the start of the Group Position Data section. This section defines the positions held by each group members. See more details about the fields and information included in the Group Position Data section starting on page 16 Developer s Guide Page 6 of 87

7 Chapter 1: File Output <PerformancePositionDetail> <Title value="performance Detail Trailing 12 Months" /> <Group name="bodyroot"> <Group name="groupportfoliosforpositionprocessing Main"> <Group name="groupposition"> <Field name = "Holdings_BeginningAccruedIncome" >0</Field> <PerformanceReturns> <ReturnPeriodOne> <Title value="current Quarter" /> <Group name="bodyroot"> <Group name="groupportfolioidindividualgroupreq Intervals"> <Group name="groupintervalspecial"> <Field name="interval_portfolionettwrperiod" status="dna">0</field> <PerformanceGraph> <Group name="graphbodyroot1"> <Group name="groupportfolioidindividualgroupreq Intervals"> <Group name="groupintervalspecial"> <Field name="interval_enddate">12/31/2008 </Field> Header information, indicating the start of the Group Performance Position Detail section. This section defines the positions held by each group members. See more details about the fields and information included in the Group Performance Position Detail section starting on page 19 Header information, indicating the start of the Group Performance Returns Detail section. It is repeated for each of the return sections selected, up to eight sections. This section defines the positions held by each group members. See more details about the fields and information included in the Group Performance Returns Detail section starting on page 21 Header information, indicating the start of the Group Performance Graph Detail section. It is repeated for each of the return sections selected, up to eight sections. This section defines the positions held by each group members. See more details about the fields and information included in the Group Performance Graph Detail section starting on page 24 Developer s Guide Page 7 of 87

8 Chapter 1: File Output <NetInvestmentGraph> <Group name="graphbodyroot1"> <Group name=" GroupPortfolioIDExpandSetsGroupsReq Intervals"> <Group name=" GroupIntervalByMonth "> <Field name="interval_enddate">03/31/2006 </Field> Header information, indicating the start of the Group Net Investment Graph Detail section. It is repeated for each of the return sections selected, up to eight sections. This section defines the positions held by each group members. See more details about the fields and information included in the Group Net Investment Graph Detail section starting on page 26 Developer s Guide Page 8 of 87

9 Chapter 1: File Output Portfolio Level Information <PortID value="707"> <ClientInformation> <Group name="groupdataresultroot"> <Group name="groupportfolioidindividualgrouponly"> <Positions> <Field name="portfolio_portfolioid">707</field> <Group name="bodyroot"> <Group name="groupall"> <Group name="groupposition"> <Group name="grouppositiontradelot"> <Fieldname="Holdings_Quantity "> </Field> <PerformancePositionDetail> <Title value="performance Detail Trailing 12 Months" /> <Group name="bodyroot"> <Group name="groupportfoliosforpositionprocessing Main"> <Group name="groupposition"> <Field name="holdings_beginningaccruedincome"> 0</Field> Header information, indicating the start of the Portfolio Client Information section. This section defines the individual portfolios. See more details about the fields and information included in the Portfolio Client Information section starting on page 28 Header information, indicating the start of the Portfolio Positions section. This section defines the positions held by each group members. See more details about the fields and information included in the Portfolio Positions section starting on page 29 Header information, indicating the start of the Portfolio Performance Position Detail section. It is repeated for each of the return sections selected, up to eight sections. This section defines the performance for each position held by the portfolio, similar to the Position Performance Summary report in PortfolioCenter. See more details about the fields and information included in the Portfolio Performance Position Detail section starting on page 32 Developer s Guide Page 9 of 87

10 Chapter 1: File Output <PerformanceReturns> <ReturnPeriodOne> <Title value="current Quarter" /> <Group name="bodyroot"> <Group name="groupportfolioidindividualgroupreq Intervals"> <Group name="groupintervalspecial"> <Field name="interval_portfolionettwrperiod" status ="dna">0</field> <PerformanceGraph> <Group name="graphbodyroot1"> <Group name="groupportfolioidindividualgroup ReqIntervals"> </Field> <Group name="groupintervalspecial"> <Field name="interval_enddate">12/31/2008 <NetInvestmentGraph> <Group name="graphbodyroot1"> <Group name="groupportfolioidexpandsetsgroups ReqIntervals"> <Field name="interval_enddate">04/30/2006 </Field> Header information, indicating the start of the Portfolio Performance Returns section. It is repeated for each of the return sections selected, up to eight sections. This section defines the performance returns for the portfolio. See more details about the fields and information included in the Portfolio Performance Returns section starting on page 34 Header information, indicating the start of the Portfolio Performance Graph section. This section provides information needed to generate the Growth of $100 graph, similar to the Comparative Performance Review graph in PortfolioCenter. See more details about the fields and information included in the Portfolio Performance Graph section starting on page 36 Header information, indicating the start of the Portfolio Net Investment Graph section. This section provides information needed to generate the net investment graph, similar to the Portfolio Value vs. Cumulative Net Investment Report in PortfolioCenter. See more details about the fields and information included in the Portfolio Net Investment Graph section starting on page 38 Developer s Guide Page 10 of 87

11 Chapter 1: File Output <Transactions> <Group name="bodyroot"> <Group name="groupportfolioidindividualonly"> <Group name="grouptransactionid"> <Field name="transaction_tradedate">03/15/2009 </Field> <RealizedGainLoss> <Title value="for The Period 1/1/2008 Through 3/31/2009"/> <Group name="grouproothiddenposition"> <Group name="groupportfolioidexpandgroupreq Transactions"> <Group name="groupgainstaxableornontaxable"> <Group name="groupgainstaxstatus"> <Group name="grouptransactionsecurityid"> <Group name="grouptransactiontradedatesell Lot"> <Group name="grouptransactionidnoselllot Grouping"> <Field name="transaction_moneyorsymbol SecuritySymbolLookup">EGFYX</Field> Header information, indicating the start of the Portfolio Transactions section. This section displays the transactions during the date range in the portfolio. It is similar to the Transaction Ledger Report in PortfolioCenter. See more details about the fields and information included in the Portfolio Transactions section starting on page 39 Header information, indicating the start of the Portfolio Realized Gains/Losses section. This section shows the realized gain or loss during the period, similar to the Realized Gains and Losses Report. See more details about the fields and information included in the Portfolio Realized Gains/Losses section starting on page 41 Developer s Guide Page 11 of 87

12 Chapter 1: File Output <Income> <Title value="for The Period 1/1/2008 Through 3/31/2009"/> <Group name="bodyroot"> <Group name="groupportfolioidexpandgroupreq Transactions"> <Group name="groupincomecontainer"> <Group name="groupincome"> <Group name="grouptransactionsecurityid"> <Group name="groupportfolioid"> <Group name="grouptransactionid"> <Field name="transaction_moneyor SymbolSecurityDescriptionLookup"> Prudent Bear</Field> Header information, indicating the start of the Portfolio Income section. This section lists all the income for the positions held during the period. See more details about the fields and information included in the Portfolio Income section starting on page 46 Developer s Guide Page 12 of 87

13 Chapter 2: Interpreting the Data This section describes how to interpret the output of the Advisor WebCenter export, especially for linking: Group Information Portfolio Information Group Information PortfolioCenter supports a concept called Groups or households to organize related Portfolios, typically related by family ties. The Advisor WebCenter output results can provide information on both the Group object, as well as the individual portfolios that are contained within the Group. Clients are responsible for assigning valid account numbers to their individual portfolios and groups. PortfolioCenter does not enforce account number uniqueness. Internally, PortfolioCenter does assign a unique PortfolioID to each portfolio and group. To assist with relating individual portfolios with their corresponding groups and with data in the various export sections, we recommend using the PortfolioID. Note The PortfolioID is not editable by the end client The PortfolioID is unique within a single database. If the portfolio is removed from one database and added to another, the PortfolioID does not carry across. Client information - on page 14 Group member data - on page 15 Group positions - on page 16 Performance position detail - en page 19 Performance returns - on page 21 Performance graph - on page 24 Net Investment Graph - on page 26 Developer s Guide Page 13 of 87

14 Chapter 2: Interpreting the Data Group Client Information In this section, you ll find the group detail information name, address, contact information, etc. <Group name="groupportfolioidindividualgrouponly"> <Field name="portfolio_portfolioid">856</field> <Field name="portfolio_porttype">group</field> <Field name="portfolio_objective">growth</field> <Field name="portfolio_description">abbey Household</Field> <Field name="portfolio_firstname">household</field> <Field name="portfolio_lastname">abbey</field> <Field name="portfolio_accounttype">household</field> <Field name="portfolio_account">abbey Household</Field> <Field name="portfolio_address1">1235 Pine Street</Field> <Field name="portfolio_address2" /> <Field name="portfolio_address3" /> <Field name="portfolio_address4" /> <Field name="portfolio_address5" /> <Field name="portfolio_address6" /> <Field name="portfolio_city">savannah</field> <Field name="portfolio_state">ga</field> <Field name="portfolio_zip">31400</field> <Field name="portfolio_phone"> </field> <Field name="portfolio_workphone" /> <Field name="portfolio_pager" /> <Field name="portfolio_fax" /> <Field name="portfolio_ " /> <Field name="portfolio_taxid"> </field> <Field name="portfolio_custodianidlookup" /> <Field name="portfolio_taxable">false</field> <Field name="portfolio_inceptdate">09/30/2005</field> <Field name="portfolio_advisoridadvisornamelookup">adamnorris</field> <Field name="portfolio_company">abbey Household</Field> <Field name="runtime_asofdatestring">as of 03/31/2009</Field> <Field name="runtime_pricedatestring" /> Developer s Guide Page 14 of 87

15 Chapter 2: Interpreting the Data Group Member Data In this section, you ll find data about the group members. Specifically, you ll see which portfolios are assigned to the group, and then some basic detail information about the group members. <GroupMemberData> <Group name="groupmemberlistroot"> <Group name="groupportfolioidexpandgroupsbelow"> First Portfolio in the group: <Group name="groupportfolioidindividualonly"> <Field name="portfolio_portfolioid">733</field> <Field name="portfolio_firstname">michael & Georgia</Field> <Field name="portfolio_lastname">abbey</field> <Field name="portfolio_description">abbey, Michael & Georgia</Field> <Field name="portfolio_accounttype">equity - Brokerage</Field> <Field name="portfolio_account"> </field> <Field name="portfolio_taxid"> </field> <Field name="portfolio_inceptdate">03/15/2006</field> Second Portfolio in the group: <Group name="groupportfolioidindividualonly"> <Field name="portfolio_portfolioid">708</field> <Field name="portfolio_firstname">michael</field> <Field name="portfolio_lastname">abbey</field> <Field name="portfolio_description">abbey, Michael</Field> <Field name="portfolio_accounttype">options</field> <Field name="portfolio_account"> </field> <Field name="portfolio_taxid"> </field> <Field name="portfolio_inceptdate">03/29/2007</field> Third Portfolio in the group: Closing tags <Group name="groupportfolioidindividualonly"> <Field name="portfolio_portfolioid">707</field> <Field name="portfolio_firstname">georgia</field> <Field name="portfolio_lastname">abbey</field> <Field name="portfolio_description">abbey, Georgia</Field> <Field name="portfolio_accounttype">equity & MFund - Brokerage</Field> <Field name="portfolio_account"> </field> <Field name="portfolio_taxid"> </field> <Field name="portfolio_inceptdate">09/30/2005</field> </Resultset> </GroupMemberData> Developer s Guide Page 15 of 87

16 Chapter 2: Interpreting the Data Group Position Data In this section, you ll see a list of all the positions owned by any group member on the as of date. Think of this section as the Portfolio Holdings Report for the group with all positions combined. First Position: YHOO <Group name="groupposition"> <Field name="holdings_quantity">3643</field> <Field name="portfolio_account"> </field> <Field name="portfolio_description">abbey, Michael & Georgia</Field> <Field name="holdings_acquisitiondate">05/16/2006</field> <Field name="holdings_originaltradedate">05/01/2003</field> <Field name="holdings_costbasis"> </field> <Field name="holdings_price">12.53</field> <Field name="holdings_cashinvested1"> </field> <Field name="holdings_costperunit"> </field> <Field name="holdings_accruedincome">0</field> <Field name="holdings_totalvalue"> </field> <Field name="holdings_unrealizedgainloss"> </field> <Field name="holdings_percentgainorloss"> </field> <Field name="holdings_yieldcurrent">0</field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr">-30.66</field> <Field name="transaction_moneyorsymbolsecuritysymbollookup">yhoo</field> <Field name="transaction_moneyorsymbolsecuritydescriptionlookup">yahoo! Inc</Field> <Field name="transactionconditional_security_securitytypenamelookup2">equities</field> <Field name="transaction_moneyorsymbolsecurityassetidcodelookup">useq</field> <Field name="transaction_moneyorsymbolsecurityassetiddescriptionlookup">us Equities</Field> <Field name="transaction_moneyorsymbolsecuritysectorid_codecodenamelookup2">tech</field> <Field name="transaction_moneyorsymbolsecuritysectorid_codedescriptionlookup2">technology</field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codecodenamelookup2">internet</field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codedescriptionlookup2">internet </Field> <Field name="holdings_quantity_columnsum">3643</field> <Field name="holdings_costbasis_columnsum"> </field> <Field name="holdings_price">12.53</field> <Field name="holdings_cashinvested1_columnsum"> </field> <Field name="holdings_costperunit_columnsum"> </field> <Field name="holdings_accruedincome_columnsum" status="invalid">0</field> <Field name="holdings_totalvalue_columnsum"> </field> <Field name="holdings_unrealizedgainloss_columnsum"> </field> <Field name="holdings_percentgainorloss_columnsum"> </field> <Field name="holdings_yieldcurrent_columnsum">0</field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr_columnsum">-30.66</field> Developer s Guide Page 16 of 87

17 Chapter 2: Interpreting the Data Second Position: WIREX <Group name="grouptransactionsecurityid"> <Group name="groupposition"> <Field name="holdings_quantity"> </field> <Field name="portfolio_account"> </field> <Field name="portfolio_description">abbey, Georgia</Field> <Field name="holdings_acquisitiondate">04/01/2006</field> <Field name="holdings_originaltradedate">04/01/2003</field> <Field name="holdings_costbasis">71000</field> <Field name="holdings_price">2.85</field> <Field name="holdings_cashinvested1">71000</field> <Field name="holdings_costperunit"> </field> <Field name="holdings_accruedincome">0</field> <Field name="holdings_totalvalue"> </field> <Field name="holdings_unrealizedgainloss"> </field> <Field name="holdings_percentgainorloss"> </field> <Field name="holdings_yieldcurrent">0</field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr">-24.6</field> <Field name="transaction_moneyorsymbolsecuritysymbollookup">wirex</field> <Field name="transaction_moneyorsymbolsecuritydescriptionlookup">wireless</field> <Field name="transactionconditional_security_securitytypenamelookup2">mutual Funds</Field> <Field name="transaction_moneyorsymbolsecurityassetidcodelookup">domfund</field> <Field name="transaction_moneyorsymbolsecurityassetiddescriptionlookup">domestic Stock Funds</Field> <Field name="transaction_moneyorsymbolsecuritysectorid_codecodenamelookup2">techfund</field> <Field name="transaction_moneyorsymbolsecuritysectorid_codedescriptionlookup2">tech Funds</Field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codecodenamelookup2">diversifi</field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codedescriptionlookup2">diversified</field> <Field name="holdings_quantity_columnsum"> </field> <Field name="holdings_costbasis_columnsum">71000</field> <Field name="holdings_price">2.85</field> <Field name="holdings_cashinvested1_columnsum">71000</field> <Field name="holdings_costperunit_columnsum"> </field> <Field name="holdings_accruedincome_columnsum" status="invalid">0</field> <Field name="holdings_totalvalue_columnsum"> </field> <Field name="holdings_unrealizedgainloss_columnsum"> </field> <Field name="holdings_percentgainorloss_columnsum"> </field> <Field name="holdings_yieldcurrent_columnsum">0</field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr_columnsum">-24.6</field> Developer s Guide Page 17 of 87

18 Chapter 2: Interpreting the Data Third Position: WAG <Group name="grouptransactionsecurityid"> <Group name="groupposition"> <Field name="holdings_quantity">3116</field> <Field name="portfolio_account"> </field> <Field name="portfolio_description">abbey, Michael & Georgia</Field> <Field name="holdings_acquisitiondate">05/16/2007</field> <Field name="holdings_originaltradedate">06/01/2005</field> <Field name="holdings_costbasis">106960</field> <Field name="holdings_price">21.84</field> <Field name="holdings_cashinvested1">106960</field> <Field name="holdings_costperunit"> </field> <Field name="holdings_accruedincome">0</field> <Field name="holdings_totalvalue"> </field> <Field name="holdings_unrealizedgainloss"> </field> <Field name="holdings_percentgainorloss"> </field> <Field name="holdings_yieldcurrent"> </field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr">-34.54</field> <Field name="transaction_moneyorsymbolsecuritysymbollookup">wag</field> <Field name="transaction_moneyorsymbolsecuritydescriptionlookup">walgreen Co</Field> <Field name="transactionconditional_security_securitytypenamelookup2">equities</field> <Field name="transaction_moneyorsymbolsecurityassetidcodelookup">useq</field> <Field name="transaction_moneyorsymbolsecurityassetiddescriptionlookup">us Equities</Field> <Field name="transaction_moneyorsymbolsecuritysectorid_codecodenamelookup2">service</field> <Field name="transaction_moneyorsymbolsecuritysectorid_codedescriptionlookup2">services</field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codecodenamelookup2">drugst</field> <Field name="transaction_moneyorsymbolsecuritysubsectorid_codedescriptionlookup2">drug Stores</Field> <Field name="holdings_quantity_columnsum">3116</field> <Field name="holdings_costbasis_columnsum">106960</field> <Field name="holdings_price">21.84</field> <Field name="holdings_cashinvested1_columnsum">106960</field> <Field name="holdings_costperunit_columnsum"> </field> <Field name="holdings_accruedincome_columnsum" status="invalid">0</field> <Field name="holdings_totalvalue_columnsum"> </field> <Field name="holdings_unrealizedgainloss_columnsum"> </field> <Field name="holdings_percentgainorloss_columnsum"> </field> <Field name="holdings_yieldcurrent_columnsum"> </field> <Field name="holdings_netactualirr"> </field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr_columnsum">-34.54</field> Summary of All Positions <Field name="runtime_daterangestring">before 03/31/2009</Field> <Field name="runtime_asofdatestring">as of 03/31/2009</Field> <Field name="runtime_pricedatestring" /> <Field name="holdings_totalvalue_columnsum"> </field> <Field name="holdings_unrealizedgainloss_columnsum"> </field> <Field name="holdings_percentgainorloss_columnsum"> </field> <Field name="holdings_accruedincome_columnsum" status="invalid">0</field> <Field name="holdings_netannualizedirr"> </field> <Field name="holdings_netannualizedweightedirr_columnsum">-15.09</field> </Resultset> </Positions> Developer s Guide Page 18 of 87

19 Chapter 2: Interpreting the Data Group Performance Position Detail In this section, you ll see position performance detail for the group as a whole, similar to the Position Performance Summary report. <PerformancePositionDetail> <Title value="performance Detail Trailing 12 Months" /> <Group name="bodyroot"> <Group name="groupportfoliosforpositionprocessingmain"> First Position same as first position above (YHOO) <Group name="groupposition"> <Field name="holdings_beginningaccruedincome">0</field> <Field name="pm_capitalappreciation"> </field> <Field name="pm_changeinaccrued" status="dna">0</field> <Field name="pm_contributions">10610</field> <Field name="pm_accruedreceipts" status="dna">0</field> <Field name="holdings_accruedincome">0</field> <Field name="pm_managementfeespaidexternally">0</field> <Field name="pm_dividends">0</field> <Field name="pm_interest">0</field> <Field name="pm_totalincome">0</field> <Field name="pm_incomeandexpenses">0</field> <Field name="pm_managementfee">0</field> <Field name="pm_investmentgain"> </field> <Field name="pm_netflows">10610</field> <Field name="pm_otherexpenses">0</field> <Field name="pm_realizedgains">0</field> <Field name="pm_totalexpenses">0</field> <Field name="pm_unrealizedgains"> </field> <Field name="pm_accruedpaid">0</field> <Field name="pm_totalwithdrawals">0</field> <Field name="pm_accruedtransfers" status="dna">0</field> <Field name="pm_capitalwithdrawals">0</field> <Field name="holdings_inceptiondate">05/16/2006</field> <Field name="pm_performancedetailtransfers" status="dna">0</field> <Field name="holdings_quantity">3643</field> Second Position same as second position above (WIREX) <Group name="groupposition"> <Field name="holdings_beginningaccruedincome">0</field> <Field name="pm_capitalappreciation"> </field> <Field name="pm_changeinaccrued" status="dna">0</field> <Field name="pm_contributions">0</field> <Field name="pm_accruedreceipts" status="dna">0</field> <Field name="holdings_accruedincome">0</field> <Field name="pm_managementfeespaidexternally">0</field> <Field name="pm_dividends">0</field> <Field name="pm_interest">0</field> <Field name="pm_totalincome">0</field> <Field name="pm_incomeandexpenses">0</field> <Field name="pm_managementfee">0</field> <Field name="pm_investmentgain"> </field> <Field name="pm_netflows">0</field> <Field name="pm_otherexpenses">0</field> <Field name="pm_realizedgains">0</field> <Field name="pm_totalexpenses">0</field> <Field name="pm_unrealizedgains"> </field> <Field name="pm_accruedpaid">0</field> <Field name="pm_totalwithdrawals">0</field> <Field name="pm_accruedtransfers" status="dna">0</field> <Field name="pm_capitalwithdrawals">0</field> <Field name="holdings_inceptiondate">04/01/2006</field> <Field name="pm_performancedetailtransfers" status="dna">0</field> <Field name="holdings_quantity"> </field> Developer s Guide Page 19 of 87

20 Chapter 2: Interpreting the Data Third Position same as third position above (WAG) Summary Section <Group name="groupposition"> <Field name="holdings_beginningaccruedincome">0</field> <Field name="pm_capitalappreciation"> </field> <Field name="pm_changeinaccrued" status="dna">0</field> <Field name="pm_contributions"> </field> <Field name="pm_accruedreceipts" status="dna">0</field> <Field name="holdings_accruedincome">0</field> <Field name="pm_managementfeespaidexternally">0</field> <Field name="pm_dividends">0</field> <Field name="pm_interest">0</field> <Field name="pm_totalincome">0</field> <Field name="pm_incomeandexpenses">0</field> <Field name="pm_managementfee">0</field> <Field name="pm_investmentgain"> </field> <Field name="pm_netflows"> </field> <Field name="pm_otherexpenses">0</field> <Field name="pm_realizedgains">0</field> <Field name="pm_totalexpenses">0</field> <Field name="pm_unrealizedgains"> </field> <Field name="pm_accruedpaid">0</field> <Field name="pm_totalwithdrawals">0</field> <Field name="pm_accruedtransfers" status="dna">0</field> <Field name="pm_capitalwithdrawals">0</field> <Field name="holdings_inceptiondate">05/16/2007</field> <Field name="pm_performancedetailtransfers" status="dna">0</field> <Field name="holdings_quantity">3116</field> <Field name="intervalcalc_beginningvalue"> </field> <Field name="intervalcalc_endingvalue"> </field> <Field name="pm_capitalappreciationfrominterval"> </field> <Field name="pm_changeinaccrued_columnsum" status="dna">0</field> <Field name="pm_totalincome_columnsum"> </field> <Field name="pm_managementfee_columnsum"> </field> <Field name="pm_portfolioinvestmentgainfrominterval"> </field> <Field name="pm_netcontributions"> </field> <Field name="pm_otherexpenses_columnsum">-25.67</field> <Field name="pm_detailerrorflag">1</field> </Resultset> </PerformancePositionDetail> Developer s Guide Page 20 of 87

21 Chapter 2: Interpreting the Data Group Performance Returns Detail In this section, you ll find information about the group s performance returns (TWR) for the period. The number of sections in this part of the code depends on the number of periods selected in the GUI. Think of this section as the Returns portion of the Portfolio Performance Review report. <PerformanceReturns> Returns for First Period (Current Quarter: 12/31/2008 3/31/2009) <ReturnPeriodOne> <Title value="current Quarter" /> <Group name="bodyroot"> <Group name="groupportfolioidindividualgroupreqintervals"> <Group name="groupintervalspecial"> Intervals for First Period: <Field name="interval_portfolionettwrperiod" status="dna">0</field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> Returns for First Period: <Field name="intervalcalc_portfolionettwrcumulative"> </field> <Field name="intervalcalc_portfolionettwrcumulativeenforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue0"> </field> <Fieldname="IntervalCalc_IndexReturnCumulativeWithoutStartValue0EnforceRange"> </Field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue1"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue1enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue2"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue2enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue3"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue3enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue4"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue4enforcerange"> </field> <Field name="targetcalc_returncumulative"> </field> <Field name="targetcalc_returncumulativeannualized" status="invalid"> </field> Interval Dates and Index Data for First Period: <Field name="interval_begindate">12/31/2008</field> <Field name="interval_enddate">03/31/2009</field> <Field name="portfolio_description">abbey Household</Field> <Field name="index_securitydescriptionlookup0">exchange Index - 400</Field> <Field name="index_securitydescriptionlookup1">exchange Index - 500</Field> <Field name="index_securitydescriptionlookup2">exchange Index </Field> <Field name="index_securitydescriptionlookup3">consumer Price Index</Field> <Field name="index_securitydescriptionlookup4">mutual Fund Index</Field> <Field name="interval_targettitle">abbey Family Blended Index</Field> </Resultset> </ReturnPeriodOne> Developer s Guide Page 21 of 87

22 Chapter 2: Interpreting the Data Returns for Second Period (Trailing 12 Months: 3/31/2008 3/31/2009) <ReturnPeriodTwo> <Title value="trailing 12 Months" /> <Group name="bodyroot"> <Group name="groupportfolioidindividualgroupreqintervals"> <Group name="groupintervalspecial"> Intervals for Second Period: <Field name="interval_portfolionettwrperiod" status="dna">0</field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="interval_portfolionettwrperiod"> </field> Returns for Second Period: <Field name="intervalcalc_portfolionettwrcumulative"> </field> <Field name="intervalcalc_portfolionettwrcumulativeenforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue0"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue0enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue1"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue1enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue2"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue2enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue3"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue3enforcerange"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue4"> </field> <Field name="intervalcalc_indexreturncumulativewithoutstartvalue4enforcerange"> </field> <Field name="targetcalc_returncumulative"> </field> <Field name="targetcalc_returncumulativeannualized"> </field> Developer s Guide Page 22 of 87

23 Chapter 2: Interpreting the Data Interval Dates and Index Data for First Period: <Field name="interval_begindate">03/31/2008</field> <Field name="interval_enddate">03/31/2009</field> <Field name="portfolio_description">abbey Household</Field> <Field name="index_securitydescriptionlookup0">exchange Index - 400</Field> <Field name="index_securitydescriptionlookup1">exchange Index - 500</Field> <Field name="index_securitydescriptionlookup2">exchange Index </Field> <Field name="index_securitydescriptionlookup3">consumer Price Index</Field> <Field name="index_securitydescriptionlookup4">mutual Fund Index</Field> <Field name="interval_targettitle">abbey Family Blended Index</Field> </Resultset> </ReturnPeriodTwo> Developer s Guide Page 23 of 87

24 Chapter 2: Interpreting the Data Group Performance Graph Detail This section shows you data required to display a performance graph, similar to the Comparative Portfolio Performance Report (Growth of $100 graph). <PerformanceGraph> <Group name="graphbodyroot1"> <Group name="groupportfolioidindividualgroupreqintervals"> <Group name="groupintervalspecial"> Date range prior to the first period for cumulative calculations <Field name="interval_enddate">12/31/2008</field> <Field name="interval_begindate">11/30/2008</field> <Field name="intervalcalc_indexreturncumulative0">100</field> <Field name="intervalcalc_indexreturncumulative0enforcerange">100</field> <Field name="intervalcalc_indexreturncumulative1">100</field> <Field name="intervalcalc_indexreturncumulative1enforcerange">100</field> <Field name="intervalcalc_indexreturncumulative2">100</field> <Field name="intervalcalc_indexreturncumulative2enforcerange">100</field> <Field name="intervalcalc_indexreturncumulative3">100</field> <Field name="intervalcalc_indexreturncumulative3enforcerange">100</field> <Field name="intervalcalc_indexreturncumulative4">100</field> <Field name="intervalcalc_indexreturncumulative4enforcerange">100</field> <Field name="targetcalc_returncumulativewithstartpoint">100</field> <Field name="targetcalc_returncumulativewithstartpointenforcerange">100</field> <Field name="interval_portfolionettwrperiod" status="dna">9900</field> <Field name="intervalcalc_netperiodreturncumulative">100</field> <Field name="interval_portfolionettwrcumulative">0</field> <Field name="intervalcalc_netperiodreturn" status="dna">9900</field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> First Period of date range. <Field name="interval_enddate">01/31/2009</field> <Field name="interval_begindate">12/31/2008</field> <Field name="intervalcalc_indexreturncumulative0"> </field> <Field name="intervalcalc_indexreturncumulative0enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative1"> </field> <Field name="intervalcalc_indexreturncumulative1enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative2"> </field> <Field name="intervalcalc_indexreturncumulative2enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative3"> </field> <Field name="intervalcalc_indexreturncumulative3enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative4"> </field> <Field name="intervalcalc_indexreturncumulative4enforcerange"> </field> <Field name="targetcalc_returncumulativewithstartpoint"> </field> <Field name="targetcalc_returncumulativewithstartpointenforcerange"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="intervalcalc_netperiodreturncumulative"> </field> <Field name="interval_portfolionettwrcumulative"> </field> <Field name="intervalcalc_netperiodreturn"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> Developer s Guide Page 24 of 87

25 Chapter 2: Interpreting the Data Second Period of date range. <Field name="interval_enddate">02/28/2009</field> <Field name="interval_begindate">01/31/2009</field> <Field name="intervalcalc_indexreturncumulative0"> </field> <Field name="intervalcalc_indexreturncumulative0enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative1"> </field> <Field name="intervalcalc_indexreturncumulative1enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative2"> </field> <Field name="intervalcalc_indexreturncumulative2enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative3"> </field> <Field name="intervalcalc_indexreturncumulative3enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative4"> </field> <Field name="intervalcalc_indexreturncumulative4enforcerange"> </field> <Field name="targetcalc_returncumulativewithstartpoint"> </field> <Field name="targetcalc_returncumulativewithstartpointenforcerange"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="intervalcalc_netperiodreturncumulative"> </field> <Field name="interval_portfolionettwrcumulative"> </field> <Field name="intervalcalc_netperiodreturn"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> Third Period of date range. Index return data <Field name="interval_enddate">03/31/2009</field> <Field name="interval_begindate">02/28/2009</field> <Field name="intervalcalc_indexreturncumulative0"> </field> <Field name="intervalcalc_indexreturncumulative0enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative1"> </field> <Field name="intervalcalc_indexreturncumulative1enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative2"> </field> <Field name="intervalcalc_indexreturncumulative2enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative3"> </field> <Field name="intervalcalc_indexreturncumulative3enforcerange"> </field> <Field name="intervalcalc_indexreturncumulative4"> </field> <Field name="intervalcalc_indexreturncumulative4enforcerange"> </field> <Field name="targetcalc_returncumulativewithstartpoint"> </field> <Field name="targetcalc_returncumulativewithstartpointenforcerange"> </field> <Field name="interval_portfolionettwrperiod"> </field> <Field name="intervalcalc_netperiodreturncumulative"> </field> <Field name="interval_portfolionettwrcumulative"> </field> <Field name="intervalcalc_netperiodreturn"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> <Field name="index_securitydescriptionlookup0">exchange Index - 400</Field> <Field name="index_securitydescriptionlookup1">exchange Index - 500</Field> <Field name="index_securitydescriptionlookup2">exchange Index </Field> <Field name="index_securitydescriptionlookup3">consumer Price Index</Field> <Field name="index_securitydescriptionlookup4">mutual Fund Index</Field> </Resultset> </PerformanceGraph> Developer s Guide Page 25 of 87

26 Chapter 2: Interpreting the Data Group Net Investment Graph Detail This section provides the data required to show a net investment graph, similar to the Portfolio Value vs Cumulative Net Investment graph in PortfolioCenter. <NetInvestmentGraph> <Group name="graphbodyroot1"> <Group name="groupportfolioidexpandsetsgroupsreqintervals"> First Period of date range. <Field name="interval_enddate">03/31/2006</field> <Field name="interval_begindate">03/15/2006</field> <Field name="intervalcalc_beginningvalue">0</field> <Field name="intervalcalc_endingvalue"> </field> <Field name="intervalcalc_netflowamount"> </field> <Field name="intervalcalc_cumulativenetinvestment"> </field> <Field name="intervalcalc_graphicalinvestmentgain"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> Second Period of date range. <Field name="interval_enddate">04/30/2006</field> <Field name="interval_begindate">03/31/2006</field> <Field name="intervalcalc_beginningvalue"> </field> <Field name="intervalcalc_endingvalue"> </field> <Field name="intervalcalc_netflowamount"> </field> <Field name="intervalcalc_cumulativenetinvestment"> </field> <Field name="intervalcalc_graphicalinvestmentgain"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> Third Period of date range. <Field name="interval_enddate">05/31/2006</field> <Field name="interval_begindate">04/30/2006</field> <Field name="intervalcalc_beginningvalue"> </field> <Field name="intervalcalc_endingvalue"> </field> <Field name="intervalcalc_netflowamount"> </field> <Field name="intervalcalc_cumulativenetinvestment"> </field> <Field name="intervalcalc_graphicalinvestmentgain"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> Fourth Period of date range. <Field name="interval_enddate">06/30/2006</field> <Field name="interval_begindate">05/31/2006</field> <Field name="intervalcalc_beginningvalue"> </field> <Field name="intervalcalc_endingvalue"> </field> <Field name="intervalcalc_netflowamount"> </field> <Field name="intervalcalc_cumulativenetinvestment"> </field> <Field name="intervalcalc_graphicalinvestmentgain"> </field> <Field name="intervalaudit_previousintervaldateerrormessage" status="dna" /> End shows the date range entered into settings. <Field name="interval_begindate">03/15/2006</field> <Field name="interval_enddate">03/31/2009</field> Developer s Guide Page 26 of 87

27 Chapter 2: Interpreting the Data Portfolio Information In this section, you ll get data for accounts on the portfolio level. The data in this section can be more detailed, including trade lot information for positions. Additionally, you can also get transaction, realized gain/loss and income data on this level, data not available on the group level. Note The PortfolioID is not editable by the end client The PortfolioID is unique within a single database. If the portfolio is removed from one database and added to another, the PortfolioID does not carry across. Portfolio Client Information - on page 28 Portfolio Positions - on page 29 Portfolio Performance Position Detail - on page 32 Portfolio Performance Returns - on page 34 Portfolio Performance Graph - on page 36 Portfolio Net Investment Graph - on page 38 Portfolio Transactions - on page 39 Portfolio Realized Gains/Losses - on page 41 Portfolio Income - on page 46 Developer s Guide Page 27 of 87

PortfolioCenter. Exporting PortfolioCenter Data for Use with Tamarac Advisor

PortfolioCenter. Exporting PortfolioCenter Data for Use with Tamarac Advisor PortfolioCenter Tamarac Advisor Document ID: spt011058 Document Date: December 2, 2009 1997-2009 Schwab Performance Technologies Two Hannover Square, 13th Floor 434 Fayetteville Street Mall Raleigh, NC

More information

CHARLES SCHWAB FILE NAMES

CHARLES SCHWAB FILE NAMES CHARLES SCHWAB FILE NAMES While there are several types of files you may see in your Master Account folders, there are only two types of files you can use for the Schwab interface: the PortfolioCenter

More information

WORKING WITH BATCH JOBS FOR CLIENT PRESENTATIONS

WORKING WITH BATCH JOBS FOR CLIENT PRESENTATIONS WORKING WITH BATCH JOBS FOR CLIENT PRESENTATIONS Batch printing allows you to print several presentations at once. You can print presentations to a printer, PDF, or XPS file. This document walks you through

More information

Liberty Guide for Representatives & Financial Advisors

Liberty Guide for Representatives & Financial Advisors Liberty Guide for Representatives & Financial Advisors 2 Table of Contents Quick Start Guide... 6 General Information... 8 Menu Options... 8 Notifications... 8 Search Bar... 9 Sorting Tables... 9 Exporting...

More information

WORKING WITH SMART SETS

WORKING WITH SMART SETS WORKING WITH SMART SETS PortfolioCenter has many data management tools to help you organize and manage portfolio and securities data. One of those tools, Smart Sets, has many applications. This document

More information

Black Diamond Investor Experience Card Settings Guide

Black Diamond Investor Experience Card Settings Guide Black Diamond Investor Experience Card Settings Guide Each Client Profile is associated with a group of content cards that, collectively, create the investor experience. The firm selects both the cards

More information

PortfolioCenter Export Wizard in Practice: Evaluating a Security Fit Across Your Client Base

PortfolioCenter Export Wizard in Practice: Evaluating a Security Fit Across Your Client Base Evaluating a Security Fit Across Your Client Base One way you can apply the PortfolioCenter Export Wizard in your daily practice is to create lists of clients who meet criteria that would allow them to

More information

A User Guide to the Regions Wealth Platform

A User Guide to the Regions Wealth Platform A User Guide to the Regions Wealth Platform About the Regions Wealth Platform At Regions Wealth Management, our goal is to provide you with a beneficial relationship that meets your financial needs and

More information

CREATING PORTFOLIO VIEWS FROM THE PORTFOLIOS TAB

CREATING PORTFOLIO VIEWS FROM THE PORTFOLIOS TAB CREATING PORTFOLIO VIEWS FROM THE PORTFOLIOS TAB When using views on the portfolios list, you might find that you need a view that doesn t already exist. You can create a view on the fly by using the Select

More information

Troubleshooting Reconciliation Issues: Cash is Short or Under

Troubleshooting Reconciliation Issues: Cash is Short or Under Troubleshooting Reconciliation Issues: Cash is Short or Under Only the cash position in PortfolioCenter is less than the cash position at the custodian. It is best to correct this issue only after correcting

More information

EDITING THEME STYLES IN PRESENTATION STUDIO

EDITING THEME STYLES IN PRESENTATION STUDIO EDITING THEME STYLES IN PRESENTATION STUDIO One of the more flexible features of Presentation Studio is the ability to edit theme colors to coordinate with your color palette. There are many theme styles

More information

People s Securities, Inc. Quick Start Guide

People s Securities, Inc. Quick Start Guide Table of Contents Introduction... 3 Getting Started... 4 Top Navigation... 4 Side Navigation... 5 Viewing The Dashboard... 6 Viewing Quote Details... 6 Trading... 7 Viewing My Portfolio... 9 Managing Widgets...

More information

Black Diamond. Black Diamond Advisor Experience: Portfolio View. Activation

Black Diamond. Black Diamond Advisor Experience: Portfolio View. Activation Advisor Experience: Portfolio View Portfolio View is the advisor s home for dynamic client reporting. It features a dashboard of reporting content that can be configured to your preferences. This User

More information

Search, Save, and Graph

Search, Save, and Graph Search, Save, and Graph This manual introduces the concept of finding, importing and saving securities in Research Mode. Additionally, it will explain how Layout works so, so you can organize and view

More information

DAVENPORT ONLINE FREQUENTLY ASKED QUESTIONS

DAVENPORT ONLINE FREQUENTLY ASKED QUESTIONS 1. How do I add a Stock to my Watch List? 2. How often is the Watch List Updated? 3. How do I access the Quote Feature for a specific Stock? 4. How do I customize the look of the Summary Page? 5. How do

More information

Wealth Management Online. User Guide

Wealth Management Online. User Guide Wealth Management Online User Guide Version 3.0 Welcome to Cambridge Trust Company s Wealth Management Online internet access site. Wealth Management Online provides access to your investment portfolio

More information

Client Internet Access (User)

Client Internet Access (User) Client Internet Access (User) Doc. Version: 1.1 Publication Date: December 3, 2014 Fi-Tek LLC. All Rights Reserved. www.fi-tek.com Fi-Tek, LLC. 333 Thornall Street, 2nd Floor Edison NJ 08837 Proprietary

More information

WELCOME TO OUR MARKETCONNECT WEBSITE

WELCOME TO OUR MARKETCONNECT WEBSITE WELCOME TO OUR MARKETCONNECT WEBSITE We recognize that easy, efficient, online access to investment accounts is a growing priority for our clients. We are continuously improving our online platform and

More information

Troubleshooting Reconciliation Issues: Position Is Over by Fractional Shares and Cash Does Not Balance

Troubleshooting Reconciliation Issues: Position Is Over by Fractional Shares and Cash Does Not Balance Position Is Over by Fractional Shares and Cash Does Not Balance The quantity in PortfolioCenter is higher than what the custodian has on file. Also, the cash does not balance. Usually, the cash is over.

More information

Morningstar Direct SM Equity Attribution

Morningstar Direct SM Equity Attribution Equity attribution, also known as micro attribution, compares a portfolio s performance to that of a benchmark by decomposing the excess return to explain the impact of various investment decisions. Analyze

More information

Handling Warnings in the Import Blotters

Handling Warnings in the Import Blotters Handling Warnings in the Import Blotters Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 How do I know if items are in warning status on a blotter? - - - - - - -

More information

Cougar Mountain Software Dashboards

Cougar Mountain Software Dashboards Cougar Mountain Software Dashboards Cougar Dtails User s Guide Copyright Notification At Cougar Mountain Software, Inc., we strive to produce high-quality software at reasonable prices. We can only do

More information

SECURITY CONFIGURATION EXAMPLE: INDIVIDUAL ADVISORS WITH ACCESS CONTROLLED BY ROLES AND TENURE

SECURITY CONFIGURATION EXAMPLE: INDIVIDUAL ADVISORS WITH ACCESS CONTROLLED BY ROLES AND TENURE SECURITY CONFIGURATION EXAMPLE: INDIVIDUAL ADVISORS WITH ACCESS CONTROLLED BY ROLES AND TENURE At its core, the Security Rights and Roles module gives you the ability to control the access to certain information,

More information

Unlimited Performance: List & Label 18. Early Bird Offers!

Unlimited Performance: List & Label 18. Early Bird Offers! LL18 NEWS Unlimited Performance: List & Label 18 Top LL18 Highlights Performance: Printing lists, designer preview, export etc. optimized through multithreading, image indexing, optimized data transfer...

More information

Quickstart guide to two-factor authentication

Quickstart guide to two-factor authentication Quickstart guide to two-factor authentication Flexible, two-factor authentication is one of the best options for enhancing the security of your and your clients Schwab accounts. This simple guide walks

More information

How to Open Your Charles Schwab Stock Plan Account

How to Open Your Charles Schwab Stock Plan Account How to Open Your Charles Schwab Stock Plan Account Complete the process in a few simple steps. For U.S.-based clients This guide gives detailed directions to help walk you through the steps of opening

More information

Bremer WealthLink Reference Guide

Bremer WealthLink Reference Guide Bremer WealthLink Reference Guide If you need additional technical assistance, contact your wealth advisor or associate M-F 8 a.m.-5 p.m. Contents: Accessing Bremer WealthLink Statements Navigation Additional

More information

WORKING WITH TEXT IN PRESENTATION STUDIO

WORKING WITH TEXT IN PRESENTATION STUDIO WORKING WITH TEXT IN PRESENTATION STUDIO With the current version of Presentation Studio, you have text editing options beyond what you can find in the PortfolioCenter Reporting section. Presentation Studio

More information

NetXInvestor TM USER GUIDE. March 2014

NetXInvestor TM USER GUIDE. March 2014 NetXInvestor TM USER GUIDE March 2014 2014 Pershing Advisor Solutions LLC. Pershing Advisor Solutions LLC, member FINRA, SIPC, is a wholly owned subsidiary of The Bank of New York Mellon Corporation (BNY

More information

PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts

PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts PortfolioCenter Export Wizard in Practice: Evaluating IRA Account Holder Ages and Calculating Required Minimum Distribution (RMD) Amounts One way you can apply the PortfolioCenter Export Wizard in your

More information

Liberty Office and Client Management

Liberty Office and Client Management USER GUIDE Liberty Office and Client Management February 18 General Usage Notes... 7 General Information... 9 Menu Options... 9 Notifications... 10 Search Bar... 10 View Mode... 10 Create Account... 10

More information

Advisor Workstation Training Manual: Working in the Research Module

Advisor Workstation Training Manual: Working in the Research Module Advisor Workstation Training Manual: Working in the Research Module Overview of the Research module - - - - - - - - - - - - - - - - 1 What you will learn in this section - - - - - - - - - - - - - - - -

More information

Guide for Transitioning From Fixed To Flexible Scenario Format

Guide for Transitioning From Fixed To Flexible Scenario Format Guide for Transitioning From Fixed To Flexible Scenario Format Updated December 23 2016 GGY AXIS 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776

More information

Importing Client Transaction Data from SchwabLink

Importing Client Transaction Data from SchwabLink Importing Client Transaction Data from SchwabLink Introduction - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 Saving Time with Morningstar Back Office Services - - - - - - -

More information

Client Information Portal User Guide. 500 West Jefferson Street Suite 700 Louisville, KY (888)

Client Information Portal User Guide. 500 West Jefferson Street Suite 700 Louisville, KY (888) Client Information Portal User Guide 500 West Jefferson Street Suite 700 Louisville, KY 40202 (888) 878-7845 1 Getting Started Existing Users If you have accessed your account online in the past, but have

More information

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links...

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links... WebLink Guide November 2017 Table of Contents CLIENT INTERNET ACCESS...4 Mobile Devices...4 Browser Compatibility...4 SYSTEM NAVIGATION... 9 Header Links... 9 Navigation Bar... 9 USER OPTIONS... 9 Change

More information

Guide to Move Money eapproval tools

Guide to Move Money eapproval tools Guide to Move Money eapproval tools Using electronic approval tools is the fastest, safest way to help your clients approve Move Money requests from their mobile devices or the web. This document walks

More information

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links...

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links... WebLink User Guide Table of Contents CLIENT INTERNET ACCESS...4 Mobile Devices...4 Browser Compatibility...4 SYSTEM NAVIGATION... 9 Header Links... 9 Navigation Bar... 9 USER OPTIONS... 9 Change Password...

More information

Advisor Workstation Quick Start Guide

Advisor Workstation Quick Start Guide SM Morningstar Advisor Workstation Morningstar Advisor Workstation provides financial advisors with tools for investment planning, portfolio analysis, security research, and sales presentations. This is

More information

Benefits and Costs of Structured Data. August 11, Secretary Securities and Exchange Commission 100 F Street, NE Washington, DC

Benefits and Costs of Structured Data. August 11, Secretary Securities and Exchange Commission 100 F Street, NE Washington, DC August 11, 2015 1211 Avenue of the Americas 19 th Floor New York, NY 10036 Secretary Securities and Exchange Commission 100 F Street, NE Washington, DC 20549-1090 RE: Investment Company Reporting Modernization,

More information

Welcome to the Investor Experience

Welcome to the Investor Experience Welcome to the Investor Experience Welcome to the Black Diamond Investor Experience, a platform that allows advisors to customize how they present information to their clients. This document provides important

More information

Welcome to WebLink Internet Access

Welcome to WebLink Internet Access WebLink User Guide Welcome to WebLink Internet Access WebLink provides access to your investment portfolio 24/7. The minimum browser versions currently certified are: MS Edge IE 11.0 Chrome 62 FireFox

More information

Participant Rate of Return (PRR) Analytics* User Guide

Participant Rate of Return (PRR) Analytics* User Guide Schwab Retirement Technologies, Inc. SCHWAB RT Participant Rate of Return (PRR) Analytics* User Guide * Powered by Schwab RT PRR Analytics User Guide September, 2014 The material contained herein is proprietary

More information

Microsoft Excel. The Basics NOTES & ACTIVITIES GUIDE H X B

Microsoft Excel. The Basics NOTES & ACTIVITIES GUIDE H X B Microsoft Excel The Basics NOTES & CTIVITIES GUIDE DISCLIMER: Purchasers, readers, or users of this course agree to be bound by the following terms: Information contained in this course has been obtained

More information

Portfolio Services Website User Guide CAS4007 (10/15)

Portfolio Services Website User Guide CAS4007 (10/15) Portfolio Services Website User Guide TABLE OF CONTENTS 01 Logging in to the CommSec Adviser Services Website... 3 02 Your Home Page... 4 03 Navigating the Website... 5 04 Corporate Actions... 6 Entitlement

More information

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any Reports Guide 07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Managing the Client Process

Managing the Client Process Managing the Client Process Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Importing Options............................................... 2 Overview - - - - - - - - - - - - -

More information

NetX360 Client Onboarding

NetX360 Client Onboarding NetX360 Client Onboarding USER GUIDE October 2013 2013 Pershing LLC. Pershing LLC, member FINRA, NYSE, SIPC, is a wholly owned subsidiary of The Bank of New York Mellon Corporation (BNY Mellon). Trademark(s)

More information

Quick Reference Your Portfolios/SCORECARDs

Quick Reference Your Portfolios/SCORECARDs PerformanceIQ Quick Reference Your Portfolios/SCORECARDs Description The Your Portfolios/SCORECARDs area provides detailed information for the accounts available in PerformanceIQ. Performance is updated

More information

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX

Create Forms 5. KEY TERMS Blank Form tool common filters filter filter by form Form Design button Form tool Form Wizard Themes LESSON SKILL MATRIX Create Forms 5 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating Forms Create new forms. 4.1.1 Save forms. 4.1.3 Delete forms. 4.1.4 Create databases using wizards. 1.1.4 Apply themes.

More information

TWIN BUTTE ENERGY LTD. Stock Dividend Program FREQUENTLY ASKED QUESTIONS

TWIN BUTTE ENERGY LTD. Stock Dividend Program FREQUENTLY ASKED QUESTIONS TWIN BUTTE ENERGY LTD. Stock Dividend Program FREQUENTLY ASKED QUESTIONS The following frequently asked questions and answers explain some of the key features of the Twin Butte Energy Ltd. ("Twin Butte"

More information

UBS Painewebber Equity Trust Growth Stock, Series 24 (Building the Info Utility Industry)

UBS Painewebber Equity Trust Growth Stock, Series 24 (Building the Info Utility Industry) Dear Valued Client: This annual statement contains important information about your investment. The UBS PaineWebber Unit Trust thanks you for making this Growth Stock Trust a part of your financial plan.

More information

Report Designer for Sage MAS Intelligence 90/200

Report Designer for Sage MAS Intelligence 90/200 Report Designer for Sage MAS Intelligence 90/200 Table of Contents What is the Report Designer?... 1 Installing the Report Designer... 2 Pre-installation requirements... 2 The Interface... 3 Accessing

More information

The Adobe XML Architecture

The Adobe XML Architecture TECHNOLOGY BRIEF The Adobe XML Architecture Introduction As enterprises struggle to balance the need to respond to continually changing business priorities against ever-shrinking budgets, IT managers are

More information

fi360 Toolkit: Quick Start Guide Updated August 27, 2014

fi360 Toolkit: Quick Start Guide Updated August 27, 2014 fi360 Toolkit: Quick Start Guide Updated August 27, 2014 Introduction 2 Navigating the Toolkit 3 My Clients 4 Investment Analyzer 6 My Models 7 My Proposals 8 Settings 9 Admin Account Section 10 Individual

More information

Solomon Systech (International) Limited 2010 Annual Results Announcement. 24 March 2011 Hong Kong

Solomon Systech (International) Limited 2010 Annual Results Announcement. 24 March 2011 Hong Kong Solomon Systech (International) Limited 2010 Annual Results Announcement 24 March 2011 Hong Kong Table of contents Summary Financial Review Business Review Outlook P. 2 Summary P. 3 Results summary Unit

More information

Morningstar Direct SM Dates Sets and Calculations

Morningstar Direct SM Dates Sets and Calculations Morningstar has many types of data points organized by standard (pre-defined), historical, and custom calculation data points. You can assemble a custom data set using only data points relevant to your

More information

Portfolios Creating and Editing Portfolios... 38

Portfolios Creating and Editing Portfolios... 38 Portfolio Management User Guide 16 R1 March 2017 Contents Preface: Using Online Help... 25 Primavera Portfolio Management Overview... 27 Portfolio Management Software for Technology Leaders... 27 Solution

More information

FIS Client Point Getting Started Guide

FIS Client Point Getting Started Guide FIS Client Point Getting Started Guide Table of Contents Introduction... 4 Key Features... 4 Client Point Recommended Settings... 4 Browser and Operating Systems... 4 PC and Browser Settings... 5 Screen

More information

Export Your Loan Data

Export Your Loan Data Overview of Export Data Loan Selling Advisor SM allows Sellers to export loan and contract data based on search criteria they enter. The Sellers choose either standard or customized data sets to export.standard

More information

USING SQL SERVER MANAGEMENT STUDIO TOOLS TO BACKUP AND MAINTAIN PORTFOLIOCENTER DATA

USING SQL SERVER MANAGEMENT STUDIO TOOLS TO BACKUP AND MAINTAIN PORTFOLIOCENTER DATA USING SQL SERVER MANAGEMENT STUDIO TOOLS TO BACKUP AND MAINTAIN PORTFOLIOCENTER DATA Using SQL Server Management Studio for the Standard Edition of SQL Server, you can create maintenance plans to create

More information

v.5 General Ledger: Best Practices (Course #V221)

v.5 General Ledger: Best Practices (Course #V221) v.5 General Ledger: Best Practices (Course #V221) Presented by: Mark Fisher Shelby Consultant 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

Morningstar Advisor Workstation SM Quick Start Guide

Morningstar Advisor Workstation SM Quick Start Guide Morningstar Advisor Workstation provides financial advisors with tools for security research, portfolio analysis, and sales presentations. This is designed to get you up and running quickly, taking you

More information

Using Junxure with Schwab OpenView Gateway. October 2014

Using Junxure with Schwab OpenView Gateway. October 2014 Using Junxure with Schwab OpenView Gateway October 2014 1 Using Junxure with Schwab OpenView Gateway Table of Contents Requirements...3 Enable the Integration and Enroll Users...3 Enable Schwab Advisor

More information

KBC Securities Trader

KBC Securities Trader KBC Securities Trader Welcome! This guide introduces you to the main functionality and possibilities of KBC Securities Trader. For more detailed information on each window, press F1 for Help or right-click

More information

W.connect Quick Reference Guide

W.connect Quick Reference Guide W.connect 101 - Quick Reference Guide Intro W.connect is a browser-based system used by dealers, their advisors and their investors. It offers a visually rich interface with graphs, interactive links,

More information

NETBANK USER GUIDE v

NETBANK USER GUIDE v LOG IN TO THE NETBANK Log in with Internet Access Code 1. Type in your Customer ID in the Customer ID field. (Your Customer ID is an eight digit unique numerical code sent to you in the Welcome Letter

More information

IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT

IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT IMPLICATIONS AND OPPORTUNITIES OF THE REIT MODERNIZATION ACT INTRODUCTION Congress created REITs in 1960 to allow people to invest in diversified, professionally managed real estate enterprises, but over

More information

Lais Lona Business Development Africa - SunFunder

Lais Lona Business Development Africa - SunFunder Lais Lona Business Development Africa - SunFunder Financing the off-grid sector: An overview of sector growth, challenges, and opportunities Agenda Introduction: GOGLA & SunFunder? Accelerating the growth

More information

Adviser Online Services Guide

Adviser Online Services Guide INSERT IMAGE HERE Adviser Online Services Guide ADVISER USE ONLY MAY 2014 ANZ WEALTH Contents My preferences 1 Changing your online password 3 Changing your email address 3 Data feed registration 4 Manage

More information

WealthLink User Documentation for Investors

WealthLink User Documentation for Investors WealthLink User Documentation for Investors Need an Introduction to WealthLink? >Go to Introducing_WealthLink_for_Investors Need to find out how to get something done? >Go to Working_With_WealthLink Need

More information

TABLE OF CONTENTS. Report Designer User Guide

TABLE OF CONTENTS. Report Designer User Guide Alchemex Report Designer User Guide September 2010 TABLE OF CONTENTS Report Designer User Guide Installing the Alchemex Excel Report Designer... 3 Pre-installation requirements... 3 Alchemex Excel Report

More information

Data exchange between Candy Planning and Primavera

Data exchange between Candy Planning and Primavera Data exchange between Candy Planning and Primavera Export Candy Planning to Primavera SitePlan program Before a program is exported ensure that all the logic links, BOQ links, etc. are correct SitePlan

More information

REARS MMTGraphs User s Guide & Tutorial

REARS MMTGraphs User s Guide & Tutorial REARS MMTGraphs User s Guide & Tutorial Table of Contents GRAPHS USER S GUIDE Introduction File Menu Options Create New Bar/Line Graph Execute a Graph Save a Graph Format Save and Set As Startup Graph

More information

Introduction to the Transaction matching screen

Introduction to the Transaction matching screen The purpose of the Transaction matching screen is to make sure that a portfolio s value is accurate for every day within a period. It does this by making it very simple to find and resolve unmatched transactions

More information

Super Stock Picker. Free Canadian Stock Picks. 55,578 page views, 18,275 unique visitors per month

Super Stock Picker. Free Canadian Stock Picks. 55,578 page views, 18,275 unique visitors per month Super Stock Picker Free Canadian Stock Picks 55,578 page views, 18,275 unique visitors per month Media Kit 2012 Our Mission SuperStockPicker.com delivers Canadian stock advice at no cost for the user.

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

Schwab RT SQL Recordkeeping C250/Recompute Statement Balance. Operating notes for AKT Retirement Plan Services

Schwab RT SQL Recordkeeping C250/Recompute Statement Balance. Operating notes for AKT Retirement Plan Services Schwab RT SQL Recordkeeping C250/Recompute Statement Balance Operating notes for AKT Retirement Plan Services Schwab RT SQL Recordkeeping System Operating Notes Prepared for AKT Retirement Plan Services

More information

Client Guide to ClientConnect

Client Guide to ClientConnect Introduction This guide provides information on how to register to access ClientConnect and the information you can access through this system. Registration Your HD Vest Advisor will send an email with

More information

W.D.Gann Calculator Available Tools:

W.D.Gann Calculator Available Tools: W.D.Gann Calculator Available Tools: 1.Automated Tools: Gann Time Analysis Gann Square of 9 Gann Square of 12 GAV User Manual 2.Manual Tools: Gann Time Analysis Gann Square of 9 Gann Square of 12 1.Gann

More information

Contents D&B Business Browser versus D&B Hoovers... 3 Search for a Target Company... 3 Researching a Target Company... 3 Available Company Reports...

Contents D&B Business Browser versus D&B Hoovers... 3 Search for a Target Company... 3 Researching a Target Company... 3 Available Company Reports... User Guide Contents D&B Business Browser versus D&B Hoovers... 3 Search for a Target Company... 3 Researching a Target Company... 3 Available Company Reports... 4 Building a Target List of Companies...

More information

COMCAST SERVICEABILITY TOOL JANUARY 2012

COMCAST SERVICEABILITY TOOL JANUARY 2012 COMCAST SERVICEABILITY TOOL JANUARY 2012 1 Online Serviceability Tool Now available on demand Easy to use; quick results Perform serviceability check prior to entering orders Upon submission of your registration

More information

Cincinnati Bell Third Quarter 2011 Results. November 3, 2011

Cincinnati Bell Third Quarter 2011 Results. November 3, 2011 Cincinnati Bell Third Quarter 2011 Results November 3, 2011 Today s Agenda Performance Highlights Jack Cassidy, President & Chief Executive Officer Review of Wireline, Wireless, IT Services & Hardware

More information

Schwab RT Recordkeeping SDA (Self-Directed Account ) File Layouts Fidelity Money Movement Enhancement (C187)

Schwab RT Recordkeeping SDA (Self-Directed Account ) File Layouts Fidelity Money Movement Enhancement (C187) Schwab RT Recordkeeping SDA (Self-Directed Account ) File Layouts Fidelity Money Movement Enhancement (C187) Schwab Retirement Technologies Self-Directed Account (SDA) File Layouts SDA Fidelity Money Movement

More information

Managing money for people with more important things to manage. Client Point Getting Started Guide

Managing money for people with more important things to manage. Client Point Getting Started Guide Managing money for people with more important things to manage. Client Point Getting Started Guide October 2016 Table of Contents Introduction... 3 Key Features... 3 Accessing your Account... 3 Client

More information

HEALTH QUALITY ONTARIO. Quality Improvement Reporting & Analysis Platform (QI RAP) User Guide

HEALTH QUALITY ONTARIO. Quality Improvement Reporting & Analysis Platform (QI RAP) User Guide HEALTH QUALITY ONTARIO Quality Improvement Reporting & Analysis Platform (QI RAP) User Guide Table of Contents 1. Introducing QI RAP... 3 2. User Access... 3 2.1 Functionalities... 3 3. QI RAP Interface

More information

What is new 1. Version Version Versions 1.54 & Version Version Version Version Version 1.

What is new 1. Version Version Versions 1.54 & Version Version Version Version Version 1. Client's Guide This guide is intended for clients using AccountView. 2018 Morningstar. All Rights Reserved. AccountView Version: 1.56 Date: 6/14/2018 Please report incorrect or missing information. Telephone:

More information

Pragma ADE systematically invests in development of text manipulation and text processing tools, most of which are available for free.

Pragma ADE systematically invests in development of text manipulation and text processing tools, most of which are available for free. Research and development Publishing on demand Workflow support Typesetting Document production Specialized document design Web Design and Maintainance Conversion Database publishing Consultancy Organization

More information

Odisha Urban Infrastructure Development Fund

Odisha Urban Infrastructure Development Fund Odisha Urban Infrastructure Development Fund EXPRESSION OF INTEREST FOR SELECTION OF TRANSACTION ADVISOR FOR IMPLEMENTATION OF ENERGY EFFICIENT STREET LIGHTING PROJECT IN GREEN FIELD AREAS IN 112 ULBS

More information

Select 80i20e Managed Portfolio Corporate Class

Select 80i20e Managed Portfolio Corporate Class This annual management report of fund performance contains financial highlights but does not contain the complete annual financial statements of the investment fund. You can get a copy of the annual financial

More information

NetAdvantage. User s Guide

NetAdvantage. User s Guide NetAdvantage User s Guide Welcome to NetAdvantage. This user guide will show you everything you need to know to access and utilize the wealth of information available from S&P NetAdvantage. This is an

More information

7,000 SF FREESTANDING RESTAURANT

7,000 SF FREESTANDING RESTAURANT 7,000 SF FREESTANDING RESTAURANT 11149 MALL CIRCLE WALDORF, MD 20603 Jerry Dawson, CCIM Managing Director 301.710.0613 jerry.dawson@svn.com SVN JCDAWSON GLOBAL REAL ESTATE 16701 MELFORD BLVD., SUITE 400,

More information

WEALTHSCAPE INVESTOR sm USER GUIDE

WEALTHSCAPE INVESTOR sm USER GUIDE WEALTHSCAPE INVESTOR sm USER GUIDE TABLE OF CONTENTS 1. First-Time Login 1 2. Accounts Panel 3 3. Navigating to Account Information 4 4. Markets & Research 6 5. User Options 6 6. Signing Up for Electronic

More information

Munters third quarter 2018 Sales and earnings growth

Munters third quarter 2018 Sales and earnings growth Munters third quarter 2018 Sales and earnings growth Sales and earnings growth Order intake increased by 14% driven by growth in Data Centers and AgHort Net sales increased by 13% with strong growth in

More information

TRASER for Windows ~ QuickBooks. Link Reference

TRASER for Windows ~ QuickBooks. Link Reference TRASER for Windows ~ Link Reference February 2009 TRA-SER for Windows ~ Link Reference Introduction Trade Service of Australia provides a powerful, easy-to-use electrical database known as TRASER for Windows.

More information

GWCommander V3.x. Administrators Guide

GWCommander V3.x. Administrators Guide GWCommander V3.x Administrators Guide OpenNet Software Ltd., January 2006 OpenNet Software Ltd. GWCommander v.3 Admin Guide, Page 1 Table of Contents 1. Introduction...2 1.1 Requirements...3 2. Setting

More information

1Q 2015 Earnings Conference Call. May 4, 2015

1Q 2015 Earnings Conference Call. May 4, 2015 1Q 2015 Earnings Conference Call May 4, 2015 Safe Harbor Statement This presentation includes forward-looking statements within the meaning of Section 27A of the Securities Act and Section 21E of the Securities

More information

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation Tabs3 General Ledger Software Reseller/User Tutorial Version 16.1 for November 2011 Sample Data Copyright 1983-2013 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 http://www.tabs3.com

More information

JSGCL TRADING TERMINAL. User Manual Getting Started

JSGCL TRADING TERMINAL. User Manual Getting Started JSGCL TRADING TERMINAL User Manual Getting Started Table of Contents 1 ABOUT THIS DOCUMENT... 5 1.1 Document Composition... 5 2 INTRODUCTION... 6 3 GETTING STARTED... 7 3.1 Login... 7 3.1.1 Login Window...

More information

Sherpa Archive Attender. Product Information Guide Version 3.5

Sherpa Archive Attender. Product Information Guide Version 3.5 Sherpa Archive Attender Product Information Guide Version 3.5 Last updated May 28, 2010 Table of Contents Introduction 3 Benefits 4 Reduce Installation and Deployment Time 4 Recover Space on the Exchange

More information