Flagship Project: End-to-End Financial Analytics Suite

An integrated solution for optimization, prediction, and competitive intelligence.

Project Overview: The foundation of this project is a custom-architected dataset simulating the complete business operations of Valentis Motors, a mock EV manufacturer. To provide a realistic analytical environment, the dataset encompasses corporate profiles, departmental structures, plant and supplier information, and comprehensive financial statements. This structured data serves as the single source of truth for the entire analytical suite and is available for download on this page.

The Business Problem: Strategic finance often operates in silos. Budgeting can be subjective, forecasting disconnected from external market forces, and competitor analysis a time-consuming manual task. This suite was designed to solve these issues by creating a single, cohesive analytics engine.

My Solution: I developed a multi-faceted tool that combines three powerful modules that work together.

First, a Predictive Cash Flow Forecasting Model, which generates a predictive forecast system using Python (Prophet, Pandas) that integrates internal financial data with external economic indicators such as Economic Activity Index, Consumer Confidence Index, Interest Rate Proxy, EV Component Cost Index. This model also allows scenario modelling and can incorporate current economic factors such as "Tariffs" to generate robust cash flow forecasts and run "what-if" scenarios.

Second, a Intelligent Budget Optimizer uses Python (PuLP) to recommend allocations that maximize ROI. The model is powered by historic departmental performance data(company asesses ROI on previous years investments) from a custom SQL database and utilizes forecast estimates from "Predictive Cash Flow Forecasting" as future budget(for the 2025 year in this project) and constraints.

Finally, an AI-Enhanced Competitor Benchmarking Tool automates data collection (BeautifulSoup) and generates qualitative insights using an LLM API. This component is a work in progress, will post any updates as soon as I can! Key outputs are visualized below.

Download Project Dataset Valentis_Motors_Comprehensive_DataSet.xlsx

(Note: This dataset is a representative sample, anonymized to protect proprietary methods while showcasing the analytical structure.)

Key Outputs & Visualizations

Revenue Forecast Comparison

Revenue Forecast Scenario Comparison Chart
From the Predictive Cash Flow Forecasting Model, this time-series forecast chart projects operating revenue under both baseline and 'Tariff' scenarios, highlighting the financial impact of external factors based on historical data. The 'Tariff' scenario is incorporated by altering the forecasted values of the external economic indicators from the baseline values during the tariff period(Feb 2025 to Jun 2026).

Budget Optimization Scenario

Optimized Budget Allocation Chart
This chart visualizes the model's output from the Intelligent Budget Optimizer module, comparing the optimized departmental budget under a baseline scenario against a new 'Tariff' scenario, enabling efficient data-driven resource allocation under changing market conditions. The total available budget for all Valentis Motors departments was set to $17 million in the baseline scenario, and $14.8 million in Tariff scenario. Total available budget reduced under tariff scenario due to the Cash Flow Forecasting module estimating that revenue would decrease short term, thus decreasing overall available budget.

Live Power BI dashboard will be embedded here shortly.

Python (Pandas, PuLP, Prophet) Advanced SQL Power BI & DAX API & LLM Integration Web Scraping (BeautifulSoup) Data Modeling