update
This commit is contained in:
parent
93a1272015
commit
74d96f9247
@ -1,4 +1,6 @@
|
||||
# Paul Trowbridge
|
||||
---
|
||||
title: Paul Trowbridge
|
||||
---
|
||||
|
||||
Finance & Pricing Leader | Strategic Costing | Data & Analytics
|
||||
|
||||
@ -6,7 +8,7 @@ Finance & Pricing Leader | Strategic Costing | Data & Analytics
|
||||
|
||||
## 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
|
||||
|
||||
**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
|
||||
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.
|
||||
|
||||
15
pt.html
15
pt.html
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||
<title>paul_trowbridge</title>
|
||||
<title>Paul Trowbridge</title>
|
||||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
@ -16,11 +16,13 @@
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="paul-trowbridge">Paul Trowbridge</h1>
|
||||
<header id="title-block-header">
|
||||
<h1 class="title">Paul Trowbridge</h1>
|
||||
</header>
|
||||
<p>Finance & Pricing Leader | Strategic Costing | Data & Analytics</p>
|
||||
<hr />
|
||||
<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 & 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&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.</p>
|
||||
<hr />
|
||||
<h2 id="professional-experience">Professional Experience</h2>
|
||||
<h3 id="growscape">Growscape</h3>
|
||||
@ -89,10 +91,7 @@
|
||||
<h2 id="education">Education</h2>
|
||||
<p><strong>Bachelor of Science in Accounting</strong> — The University of Akron, 2006</p>
|
||||
<hr />
|
||||
<h2 id="technical-skills">Technical Skills</h2>
|
||||
<p><strong>Languages & Tools:</strong> SQL, Python, R, JavaScript, VBA — data feed integration, UI development, macro libraries, custom formulas</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&A, Cost Accounting, Financial Consolidation, Forecasting & Budgeting, MRP, Transfer Pricing</p>
|
||||
<h2 id="infrastructure-tools">Infrastructure & Tools</h2>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
16
styles.css
16
styles.css
@ -152,18 +152,26 @@ code {
|
||||
@media print {
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 20px 36px;
|
||||
font-size: 13px;
|
||||
padding: 16px 36px;
|
||||
font-size: 12.5px;
|
||||
line-height: 1.5;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1 { font-size: 2em; }
|
||||
h2 { font-size: 0.72em; }
|
||||
h1 { font-size: 1.8em; }
|
||||
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 */
|
||||
h4 { page-break-after: avoid; }
|
||||
ul { page-break-inside: avoid; }
|
||||
h3 { page-break-after: avoid; }
|
||||
p + ul { page-break-before: avoid; }
|
||||
}
|
||||
|
||||
/* --- Responsive (mobile) --- */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user