This Add-in allows access into the VPIReporting database
Help and FAQ
- Dates must be in YYYY-MM-DD Format
- Inputs to cell commands must be wrapped in quotes, example: =vpi.getAUM("2020-01-01")
- Type: =VPI to see list of available commands
- =vpi.GETAUM Returns the AUM for the given date in number format.
Use =vpi.GETAUM("") For most recent date
Use =VPI.GETAUM("2020-01-01") For a specific date back to top - =VPI.GETFUNDNAME Returns the fund name for a given fund code in either 'short' or 'long' form.
=VPI.GETFUNDNAME("FUNDCODE", "LENGTH")
Example: =VPI.GETFUNDNAME("001", "long") back to top - =VPI.GETFUNDPERFORMANCE Returns the funder performance for the given fund and period.
period = 1 year, 3 year, 5 year, 10 year, or inception
=VPI.GETFUNDPERFORMANCE( "VPCI", "1 year") back to top - =vpi.GETFUNDPRICE Returns the fund price for the given parameters in number format.
=VPI.GETFUNDPRICE( "FUND" , "SERIES" , "DATE" )
Example: =VPI.GETFUNDPRICE ("VPCI", "A", "2020-01-01") back to top - =VPI.GETGENERALRETURN Returns the general return price for the given parameters in number format.
=VPI.GETGENERALRETURN( "START DATE" , "END DATE" , "FUND" )
Example: =VPI.GETGENERALRETURN("2011-01-01","2019-01-01", "VPCE") back to top - =VPI.GETMERHISTORY Returns the MER for the given parameters in number format.
Example: =VPI.GETMERHISTORY("2019-01-01") back to top - =VPI.GETNETSALES Returns the net sales price for the given period (daily, monthly, or yearly) in number format.
=VPI.GETNETSALES( "PERIOD" )
Example: =VPI.GETNETSALES("monthly") back to top - =VPI.GETFUNDCODE Returns the fund code for the given fund and series.
=VPI.GETFUNDCODE("FUND", "SERIES")
Example: =VPI.GETFUNDCODE("VPCE", "I") back to top - =VPI.GETFUNDCODEDATA Returns the fund code data for the selected column, fund code and date.
=VPI.GETFUNDCODEDATA("FUNDCODE", "Metrics/COLUMNS", "DATE")
Example: =VPI.GETFUNDCODEDATA("401", "NAV", "2023-01-01") back to top
List of available commands
GETAUMGETFUNDNAME
GETFUNDPERFORMANCE
GETFUNDPRICE
GETGENERALRETURN
GETMERHISTORY
GETNETSALES
GETSHAREPRICE
GETFUNDCODE
GETFUNDCODEDATA
back to top
| Metrics/COLUMNS | Description |
|---|---|
| Fund | Generic Fund Code |
| ShareClassCode | Fund Series |
| ShareClassID | Combined Fund and Series |
| ShareClass | Formatted Name |
| NAVUnit | NAV per Unit |
| Units | Number of Units |
| NAV | Total NAV for the FundCode |
| DistributionFactorGains | Capital Gains Paid per Unit on date |
| DistributionFactorIncome | Income Distribution Paid per Unit on date |
| DistributionFactor | Combined Distribution per Unit on date |
