Client Portal V2

Today we launch the next generation of FinFolio's client portal. It has numerous improvements over the old portal.

Overview

The FinFolio client portal is your online interface with your clients. You can exchange documents with them in the secure document vault, including your quarterly reports which avoids printing costs. Give clients live access to any FinFolio report, allowing them to self-service many information requests, further reducing your support burden.

Every element of your client portal is customizable. You can remove access to certain functionality or add new functionality like blogs and informational pages. Your portal will be customized with your fonts, graphics and other branding.

Topics: Development

Report Web Widget

FinFolio has released a web widget that exposes the entire FinFolio report library online. First build the widget, giving it a list of reports, default date range, and other specifics about how the reports should be run. Then insert the widget into another web site and viola--instant portfolio management reports.

The widget has been carefully designed to be placed on other web sites. All reports render in HTML using standard tags, not as PDF files. This means the widget and reports it creates will take on the look and feel of the site where it is placed. It will use the font, colors and other elements of the parent web site where it is hosted.

Rendering the reports as native HTML is extremely important in the modern web. It lets your clients experience the reports without the jarring experience of switching to Adobe Acrobat when they need to see financial information. That said, there is also a button that lets them open any report as a PDF with your firm's branding.

Topics: Development Integration

Integrations

Portfolio management software naturally acts as a hub for a wealth management back office. FinFolio connects to a wide variety of other systems to facilitate this--custodians, rebalancing software, cloud document providers and more. We recently added a new section to our web site to highlight these integrations. It's hard to believe how many links into FinFolio we have built over the last few years.

Topics: Development Integration

Using REST API data in Microsoft Excel

I just blogged about our REST API, an easily accessible way to generate web queries that securely share your FinFolio data with other web sites and applications. This posted generated many questions along the lines of "what specifically can I do with this data".

One way to use the data is with Microsoft Excel. Excel lets you extend FinFolio by using its powerful suite of tools; once the data is in Excel, you can build on it by using formulas, pivot tables, and other standard Excel functionality.

Topics: Development