How to build an investment management chatbot

Chatbots, as a means of customer interaction, are taking the financial sphere by storm as more bots are launched weekly.  Established financial institutions, mostly in the retail-banking sector, investment management and wealth management sectors, are jumping on the bandwagon and experimenting with bots. Financial institutions have embraced this trend and experts predict that, within five years, bots will replace conventional online interfaces such as websites or mobile apps.

To give you a head start, we’ve built a starter kit to help you better serve your clients (something that digs a layer deeper than just saying innovation) The Watson Conversation based Wealth Management Chatbot starter kit enables you to query your investments, to analyze the effect of various scenarios on them, and to switch between a web interface and a Twilio interface.

Start building with the starter kit today. We’ve selected and configured the essential components so you can get your hands on the code right away. You’ll be setup with the following services:

Once you deploy, check out the recommended next steps to build on the starter kit. For example, you can build support for additional market scenarios or add the Twilio interface. Here’s an example architecture and details on how the code works:

  1. Set up multiple communication channels (for example, WebUI or Twilio). The application listens for messages from either channel.

  2. The Conversation API takes in natural language input and breaks and maps it to intents and entities that it has been trained for. The app makes a call to the respective financial service based on the intent that was identified. Train Conversation for additional intents and entities to make for a more robust conversation experience.

  3. The context of the conversation is saved to Cloudant DB so that the Conversation API is able to save the state and track the conversation flow of the user.

  4. The Portfolio Investment API is called if there is a query asking for information around the holdings or portfolio. An asynchronous call is made through a “Promise Request” to make the query and return the results. Subsequently, the results are parsed and formatted in a response object that is sent back to the Conversation interface.

  5. The Simulated Analytics API is called if the intent is identified as “impact analysis.” This call initially requires issuing an asynchronous “Promise Request” querying the name of the holdings currently owned using the Portfolio Investment API. This is stored in an object that is subsequently sent to the Simulated Instrument Analytics service (SIA). SIA pulls the base and conditional price out of the object in order to compare against the potential market changes and return a measure of the impact to the holdings in this scenario. (In this use case, the change scenario is querying how the portfolio would perform if the S&P 500 drops by 5%. Results are parsed and formatted in a response object that is sent back to the Conversation interface.

Get the kit and start building your wealth management chatbot on Bluemix today and get a 15-day trial of on-demand consulting, ask us anything!

Categories

More from

Real-time transaction data analysis with IBM Event Automation

3 min read - As the pace and volume of digital business continue to increase, organizations are facing mounting pressure to accelerate the speed at which they do business. The ability to quickly respond to shifting customer and market dynamics has become key for contending with today’s growing digital economy. In a survey run by IDC, a leading provider of global IT research and advice, 43% of technology leaders indicated that they were “planning to deliver innovative digital products and services at a faster…

IBM Cloud inactive identities: Ideas for automated processing

4 min read - Regular cleanup is part of all account administration and security best practices, not just for cloud environments. In our blog post on identifying inactive identities, we looked at the APIs offered by IBM Cloud Identity and Access Management (IAM) and how to utilize them to obtain details on IAM identities and API keys. Some readers provided feedback and asked on how to proceed and act on identified inactive identities. In response, we are going lay out possible steps to take.…

In observability, “automation” is spelled I-N-S-T-A-N-A

3 min read - Modern application environments need real-time automated observability to have visibility and insights into what is going on. Because of the highly dynamic nature of microservices and the numerous interdependencies among application components, having an automated approach to observability is essential. That’s why traditional solutions like New Relic struggle to keep up with monitoring in cloud-native environments.  Automation in observability is a requirement When an application is not performing properly, customers are unhappy and your business can suffer. If your observability…

Expanding the journey to reliability with Maximo Application Suite 8.11

4 min read - Industrial businesses are at a pivotal time—redefining their strategies to address issues associated with workforce shifts, asset reliability, regulatory considerations, environmental impacts and more. Now more than ever, operations executives, IT leaders, technical staff and maintenance leaders must work together to ensure they can stay competitive in their industries, that their physical infrastructure can drive a strong return on assets, and that productivity continues to increase, all to maximize operational efficiency and reliability. Organizations are challenged by the continued integration…