This commit is contained in:
Paul Trowbridge 2026-02-22 23:05:46 -05:00
parent 93a1272015
commit 74d96f9247
3 changed files with 25 additions and 22 deletions

View File

@ -1,4 +1,6 @@
# Paul Trowbridge ---
title: Paul Trowbridge
---
Finance & Pricing Leader | Strategic Costing | Data & Analytics Finance & Pricing Leader | Strategic Costing | Data & Analytics
@ -6,7 +8,7 @@ Finance & Pricing Leader | Strategic Costing | Data & Analytics
## Professional Summary ## Professional Summary
Results-driven finance professional with 15+ years of experience spanning cost accounting, pricing strategy, and financial planning & analysis. Proven track record of driving revenue growth through disciplined pricing — including 65% price-based revenue growth over three years — while building financial infrastructure from the ground up. Combines deep ERP and database expertise (SQL, Python, PowerBI) with strong business acumen to deliver insights that directly influence executive decisions. I build financial models of the business — integrated structures that connect pricing, cost, and operational drivers to financial outcomes across the P&L. My work gives executives and business unit leaders a clear line of sight between their decisions and results. Over 15 years in manufacturing, I've built this infrastructure from scratch at every level: pricing functions, cost environments, consolidation frameworks, and analytics platforms that became the primary financial data source for the organizations I served.
--- ---
@ -87,12 +89,6 @@ Results-driven finance professional with 15+ years of experience spanning cost a
--- ---
## Technical Skills ## Infrastructure & Tools
**Languages & Tools:** SQL, Python, R, JavaScript, VBA — data feed integration, UI development, macro libraries, custom formulas SQL is the primary development language across this work — approximately 100,000 lines written spanning analytics, reporting, PowerBI data feeds, and live operational pricing software. Databases are administered directly: PostgreSQL deployed on Linux with a custom-built ETL pipeline; SQL Server on Windows; Db2, SQL Server, and PostgreSQL kept in sync as a unified sales data backend. PowerBI reporting built end-to-end, including all underlying data models. Additional tools include VBA for Excel extensibility and R for price modeling analysis. ERP experience spans SAP and Epicor CMS in manufacturing environments.
**Data Platforms:** Microsoft SQL Server, PostgreSQL, Oracle, Db2, PowerBI, JupyterLab
**ERP Systems:** SAP, Epicor CMS
**Core Competencies:** Pricing Strategy, FP&A, Cost Accounting, Financial Consolidation, Forecasting & Budgeting, MRP, Transfer Pricing

15
pt.html
View File

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>paul_trowbridge</title> <title>Paul Trowbridge</title>
<style> <style>
code{white-space: pre-wrap;} code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;} span.smallcaps{font-variant: small-caps;}
@ -16,11 +16,13 @@
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
</head> </head>
<body> <body>
<h1 id="paul-trowbridge">Paul Trowbridge</h1> <header id="title-block-header">
<h1 class="title">Paul Trowbridge</h1>
</header>
<p>Finance &amp; Pricing Leader | Strategic Costing | Data &amp; Analytics</p> <p>Finance &amp; Pricing Leader | Strategic Costing | Data &amp; Analytics</p>
<hr /> <hr />
<h2 id="professional-summary">Professional Summary</h2> <h2 id="professional-summary">Professional Summary</h2>
<p>Results-driven finance professional with 15+ years of experience spanning cost accounting, pricing strategy, and financial planning &amp; analysis. Proven track record of driving revenue growth through disciplined pricing — including 65% price-based revenue growth over three years — while building financial infrastructure from the ground up. Combines deep ERP and database expertise (SQL, Python, PowerBI) with strong business acumen to deliver insights that directly influence executive decisions.</p> <p>I build financial models of the business — integrated structures that connect pricing, cost, and operational drivers to financial outcomes across the P&amp;L. My work gives executives and business unit leaders a clear line of sight between their decisions and results. Over 15 years in manufacturing, Ive built this infrastructure from scratch at every level: pricing functions, cost environments, consolidation frameworks, and analytics platforms that became the primary financial data source for the organizations I served.</p>
<hr /> <hr />
<h2 id="professional-experience">Professional Experience</h2> <h2 id="professional-experience">Professional Experience</h2>
<h3 id="growscape">Growscape</h3> <h3 id="growscape">Growscape</h3>
@ -89,10 +91,7 @@
<h2 id="education">Education</h2> <h2 id="education">Education</h2>
<p><strong>Bachelor of Science in Accounting</strong> — The University of Akron, 2006</p> <p><strong>Bachelor of Science in Accounting</strong> — The University of Akron, 2006</p>
<hr /> <hr />
<h2 id="technical-skills">Technical Skills</h2> <h2 id="infrastructure-tools">Infrastructure &amp; Tools</h2>
<p><strong>Languages &amp; Tools:</strong> SQL, Python, R, JavaScript, VBA — data feed integration, UI development, macro libraries, custom formulas</p> <p>SQL is the primary development language across this work — approximately 100,000 lines written spanning analytics, reporting, PowerBI data feeds, and live operational pricing software. Databases are administered directly: PostgreSQL deployed on Linux with a custom-built ETL pipeline; SQL Server on Windows; Db2, SQL Server, and PostgreSQL kept in sync as a unified sales data backend. PowerBI reporting built end-to-end, including all underlying data models. Additional tools include VBA for Excel extensibility and R for price modeling analysis. ERP experience spans SAP and Epicor CMS in manufacturing environments.</p>
<p><strong>Data Platforms:</strong> Microsoft SQL Server, PostgreSQL, Oracle, Db2, PowerBI, JupyterLab</p>
<p><strong>ERP Systems:</strong> SAP, Epicor CMS</p>
<p><strong>Core Competencies:</strong> Pricing Strategy, FP&amp;A, Cost Accounting, Financial Consolidation, Forecasting &amp; Budgeting, MRP, Transfer Pricing</p>
</body> </body>
</html> </html>

View File

@ -152,18 +152,26 @@ code {
@media print { @media print {
body { body {
margin: 0; margin: 0;
padding: 20px 36px; padding: 16px 36px;
font-size: 13px; font-size: 12.5px;
line-height: 1.5;
max-width: 100%; max-width: 100%;
} }
h1 { font-size: 2em; } h1 { font-size: 1.8em; }
h2 { font-size: 0.72em; } h2 { font-size: 0.72em; margin-top: 20px; margin-bottom: 10px; }
h3 { margin-top: 14px; }
ul { margin: 4px 0 8px 0; }
ul li { margin-bottom: 3px; }
hr { margin: 10px 0 16px; }
/* Avoid breaking roles across pages */ /* Avoid breaking roles across pages */
h4 { page-break-after: avoid; } h4 { page-break-after: avoid; }
ul { page-break-inside: avoid; } ul { page-break-inside: avoid; }
h3 { page-break-after: avoid; } h3 { page-break-after: avoid; }
p + ul { page-break-before: avoid; }
} }
/* --- Responsive (mobile) --- */ /* --- Responsive (mobile) --- */