pricing-discount-governance-system

Pricing Discipline & Discount Governance

A governed pricing analytics system that identifies where growth is price-led versus structurally discount-dependent. Built as decision-support for commercial leadership, finance, and RevOps.

Live dashboard: https://mfidalgomartins.github.io/pricing-discount-governance-system/

Why this exists

Discount-led growth can look healthy until it damages margin performance and commercial discipline. This project separates sustainable pricing from discount dependency, making exposure explicit across customer, segment, product, region, and channel views.

What it delivers

It builds a governed pricing layer from transactional data, quantifies realized discount and price realization, and prioritizes governance risk with interpretable scoring and recommended actions. Outputs are reproducible, auditable, and built for decisions, not just reporting.

Decisions it supports

Architecture

Ingestion -> Processing -> Feature engineering -> Risk scoring -> Validation -> Analysis outputs -> Executive dashboard.

Repository map

Core outputs

Why this is stronger than a typical portfolio build

Run

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python scripts/run_pipeline.py
python scripts/publish_pages_dashboard.py

Limitations

Tools: Python, SQL, DuckDB, pandas, NumPy, Matplotlib, Seaborn, Chart.js, pytest.