Morningstar Connect Suite

What is the Morningstar Connect Suite?

The Morningstar Connect Suite is comprised of a pair UI components. Additionally, a pair of APIs serve as the glue to integrate the UI components and overall aggregation capability into your platform.

Together, the components and APIs can be used to create and authenticate users and collect aggregated data. To implement them, you will embed and interact with them within your web application an manage critical component events.

The components are each independently implemented in the parent page in your application. They can be fully customized to seamlessly integrate into your parent page, with customizations to terminology, styles, and features.

Product TypeByAllAccounts ProductProduct DescriptionTechnology
UI ComponentMorningstar Connect - Account Linking ComponentThis UI component facilitates the account linking process for investor users for connecting new credentials and accounts and resolving connectivity issues.W3C custom HTML element
UI ComponentMorningstar Connect - Account Summary ComponentThis UI component provides a summary view of an investor's linked financial accounts and facilitates ongoing account management.W3C custom HTML element
APIBAA (ByAllAccounts) REST API For full guide, see REST API GuideThis API provides endpoints to register new investor users and serves as the primary method of aggregated data extraction.RESTful API
APIDataConnect XML API for a Postman collection. For a full guide see DataConnect V4 Ultra GuideThis API supports Single Sign On (SSO) authentication and (optionally) batch data extraction.XML API

Related Information

Technical details about Morningstar Connect Suite

The components are W3C custom HTML elements. They are built with Angular and can be used in frameworks such as React and Vue, or in vanilla JS applications.

All communication between the components and the ByAllAccounts service is performed using HTTPS. Additional techniques are employed to ensure secure treatment of the data.

Browsers supported are:

  • Chrome (including incognito mode),
  • Firefox
  • Microsoft Edge
  • Safari

What’s Next

Continue on to learn about the individual components. First up, Account Linking.