1 / 3

Investment advisor

Investment advisor. High Level Architecture. Data providers. Low level API to fetch security specific data Stocks data from Yahoo Finance Mutual Funds data from AMFI ULIP data? All provide symbol based lookup This must be accompanied with symbol search to enable proper text based lookup

kevork
Download Presentation

Investment advisor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Investment advisor High Level Architecture

  2. Data providers • Low level API to fetch security specific data • Stocks data from Yahoo Finance • Mutual Funds data from AMFI • ULIP data? • All provide symbol based lookup • This must be accompanied with symbol search to enable proper text based lookup • Wrapper API over low level providers: • Automatically determines the low level provider to use • Implements cache to improve round trip calls to external servers

More Related