Edit this page

Portfolio Analysis

Data Extraction & Visualization (Fall 2024)

This project presents a comprehensive portfolio analysis tool combining SQL-based data extraction with Tableau visualization capabilities. The system analyzes financial portfolio data for customer #128 (Bojana Popovic), providing insights into investment performance, risk assessment, and potential portfolio optimization opportunities. By leveraging both SQL for complex calculations and Tableau for visualization, the project delivers a complete view of the client's investment portfolio.


Key Features

Part 1: Data Extraction (SQL)

The SQL component integrates multiple data sources including account dimensions, customer details, holdings, and pricing information. It processes this data through a series of analytical queries:

Part 2: Interactive Dashboard (Tableau)

The Tableau dashboard provides an interactive visualization layer that transforms the SQL analysis into actionable insights:

This dual-approach methodology combines the computational power of SQL with the visual analytics of Tableau, providing a robust platform for comprehensive portfolio analysis and decision-making support.


Part 2: Interactive Dashboard (Tableau)


Part 1: Data Extraction (SQL)


SQL View: Customer Portfolio


Q1: What is the most recent 12 months, 24 months, 36 months return for each of the securities? And for the Whole Portfolio?


Q2: What is the most recent 12months sigma (risk) for each of the securities? What is the average daily return for each of the securities?


Q3: Suggest adding a new investment to your portfolio - what would it be and how much risk (sigma) would it add to your client?


Q4: Risk adjusted returns for each Security by following this formula: AVG(returns for ticker)/STD(returns for ticker). Which of the securities is best from the rest (with highest risk adjusted returns), why?