IdeaCredIdeaCred

ericg1212/data-engineering-portfolio

79

Proprietary AI earns +111.5% higher Sharpe ratios than partnership AI. 5 Airflow pipelines (stocks, SEC EDGAR, FRED, crypto, weather) → AWS S3/Athena → Power BI. 163 pytest tests, Terraform IaC.

What's novel

Proprietary AI earns +111.5% higher Sharpe ratios than partnership AI. 5 Airflow pipelines (stocks, SEC EDGAR, FRED, crypto, weather) → AWS S3/Athena → Power BI. 163 pytest tests, Terraform IaC.

Code Analysis

14 files read · 4 rounds

A production Airflow-based data pipeline that ingests stock prices (Alpha Vantage/yfinance), SEC 10-K capex data (EDGAR), and FRED macro indicators into S3/Athena, then computes Sharpe ratios, build-vs-rent AI premium, capex efficiency, and macro regime classification across 10 tech stocks to quanti

Strengths

Genuinely non-trivial financial analysis with correct Sharpe/drawdown/beta implementations, a well-structured 4-pipeline ETL architecture with proper S3 partitioning and Athena registration, data quality validation at each stage, and a sophisticated macro regime classification that tests the thesis across rate/inflation/unemployment conditions. Tests are meaningful with proper mocking of external dependencies and edge case coverage.

Weaknesses

The core thesis (builder vs renter categorization) is hardcoded in config.py rather than derived from data, the annualized return uses arithmetic mean compounding rather than geometric (minor methodological imprecision), the macro regime analysis has an O(n²) pattern in build_monthly_sharpe, and the Spearman correlation is computed on only 4 data points (the 4 AI_CAPEX companies) making the p-value claim statistically fragile.

Score Breakdown

Innovation
5 (25%)
Craft
77 (35%)
Traction
6 (15%)
Scope
79 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci+5
Tests+8
Polish+1
Releases+0
Has License+5
Code Quality+24
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+8
Languages+5
Subsystems+13
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

61

Contributors

1

Files

78

Active weeks

5

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

0

License

MIT