# FP&A Engine A REST API that replaces the manual Excel workflows FP&A teams run every month — budget management, actuals ingestion, and variance reporting in a single deployable binary. --- ## The Problem Every month, finance teams export actuals from their ERP, paste them into spreadsheets, and manually calculate budget vs. actual variances by department and GL account. It is slow, error-prone, and breaks the moment someone edits the wrong cell. This engine moves that logic into a versioned, auditable API. --- ## Stack Go · SQLite · `net/http` stdlib · zero external infrastructure --- ## Documentation Full documentation is in the [Wiki](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki). - [Getting Started](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/Getting-Started) - [Architecture](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/Architecture) - [API Reference](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/API-Reference) - [Finance Concepts](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/Finance-Concepts) - [Configuration](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/Configuration) - [Development Guide](https://git.samantha42.xyz/samantha/FPandA-Engine/wiki/Development-Guide)