FAST Standard
Executive Summary
Key Takeaways
- ✓ The FAST Standard is an independently published financial modelling standard covering workbook structure, formula consistency, and documentation practice.
- ✓ It is a construction discipline applied while a model is built, not a verification step applied after the fact.
- ✓ A model can be fully FAST-compliant in structure and still contain a calculation error, since compliance and correctness are different properties.
- ✓ FMAE does not publish or maintain the FAST Standard, does not certify FAST compliance, and is not affiliated with the FAST Standard Organisation.
- ✓ Independent structural audit and a construction standard like FAST are complementary, not substitutes for one another.
Definition¶
The FAST Standard is a financial modelling standard that sets out conventions for how an Excel-based financial model should be structured, formatted, and documented, so that a model built by one person can be understood, changed, and independently checked by someone else. It is published and maintained by the FAST Standard Organisation, independently of FMAE.
FAST is an acronym for four organising principles: Flexible (the model should be adaptable as requirements change without a full rebuild), Appropriate (built to the level of detail the decision actually requires, not over-engineered), Structured (a consistent, predictable workbook and worksheet layout), and Transparent (formulas that are simple enough to audit, with inputs, calculations, and outputs kept visibly separate).
Why It Matters¶
A financial model is frequently used, changed, and reviewed by people other than the person who originally built it — a lender's credit team, a new analyst inheriting a live model, an independent auditor. A model with no consistent structural convention is harder for any of these readers to trust or verify, regardless of how correct its formulas happen to be. The FAST Standard exists to reduce that friction by establishing a shared, learnable convention rather than leaving structure entirely to individual habit.
This is directly relevant to model audit: a financial model audit tests whether a model calculates correctly, not whether it follows a particular formatting convention. But a model built to a recognised standard is typically faster and less costly to audit, because its structure does not itself have to be reverse-engineered before the substantive testing can begin.
Core Conventions¶
While the full, authoritative statement of FAST's conventions is maintained by the FAST Standard Organisation at the source linked below, the conventions most relevant to audit and structural risk include:
- Colour coding by cell type — a consistent visual convention (commonly: blue for hardcoded inputs, black for formulas, green for links to other sheets or workbooks) so a reader can tell at a glance what kind of cell they are looking at without opening the formula bar.
- One calculation per row, consistently applied — the same formula logic repeated consistently across a row or time period, rather than diverging silently partway through.
- Separation of inputs, calculations, and outputs — the same structural principle addressed on the Excel Financial Models pillar page, applied as a formal convention rather than an informal habit.
- Simple, auditable formulas — avoiding deeply nested or excessively complex single-cell formulas in favour of formulas that can be read and traced without specialist reverse-engineering.
- Discouraging circular references — retaining a circular reference only where the underlying financial relationship genuinely requires it, and documenting it explicitly when retained. See Circular References.
FAST Standard and Independent Audit¶
Following a construction standard and undergoing independent audit address related but distinct risks. FAST conventions are a construction discipline — they shape how a model is built, and following them reduces the likelihood that certain classes of structural error are introduced in the first place, and makes remaining errors easier to locate. A financial model audit is a verification step — an independent, systematic check of whether the model, as actually built, calculates correctly.
A model can be constructed to a high standard of FAST compliance and still contain a genuine calculation error, since structural convention and mechanical correctness are different properties. Conversely, a model with an unconventional or non-FAST structure can still be audited; the audit process does not require any particular construction standard as a precondition, though a well-structured model is typically faster to review.
Common Misconceptions¶
"A FAST-compliant model doesn't need an independent audit." Compliance with a construction standard reduces certain risks and makes review easier; it does not verify that any specific formula produces the correct result. These are complementary controls, not substitutes.
"FMAE certifies models as FAST-compliant." FMAE performs independent structural audit of a model's formulas and logic. It does not publish, certify, or claim affiliation with the FAST Standard.
References & Further Reading¶
The following source has been verified against its primary publisher and is listed in full, with a link, in the References section below. - The FAST Standard — Financial Modelling Standard
Continue Reading¶
Prerequisites¶
- What Makes an Excel Financial Model Reliable? — the parent pillar
Related Pillars¶
- Financial Modelling Best Practices — the standards landscape this page's definition feeds
Related Technical Guides¶
Related Glossary¶
Related Comparisons¶
- FMAE vs the FAST Standard — the full comparison between independent structural audit and FAST's construction convention.
- ICAEW Financial Modelling Code vs the FAST Standard — the full comparison between the two named standards.
Related Products¶
- Financial Model Audit Engine (FMAE) — independent structural auditing, distinct from and complementary to FAST construction conventions
How OXXON tests thisRun a free structural check with FMAE
Frequently Asked Questions
What is the FAST Standard?
A financial modelling standard, published independently of FMAE, that sets conventions for workbook structure, formula consistency, and documentation in Excel-based financial models.
What does FAST stand for?
Flexible, Appropriate, Structured, Transparent — the four principles the standard organises its conventions around. See the primary source linked below for the authoritative statement of each principle.
Does following the FAST Standard mean a model is error-free?
No. FAST addresses structure, layout, and formatting discipline. It does not test whether a specific formula calculates the correct result. A well-structured model can still contain a calculation error; structural discipline makes that error easier to find, not impossible to introduce.
Is FMAE certified against the FAST Standard, or does FMAE certify FAST compliance?
No. FMAE is an independent structural audit engine and is not affiliated with, endorsed by, or certified against the FAST Standard Organisation. FMAE's structural checks and FAST's construction conventions address related but distinct concerns, described further below.
How does the FAST Standard relate to circular references?
The FAST Standard's transparency principle discourages circular references unless the underlying financial relationship genuinely requires one, and requires that any retained circularity be documented and controlled. See Circular References for the full technical treatment.
Is the FAST Standard the only recognised modelling standard?
It is one of the most widely referenced structural modelling standards, particularly in project finance and corporate modelling, but other institutional guidance exists, including the ICAEW Financial Modelling Code.
Does a model need to follow the FAST Standard before it can be audited?
No. A financial model audit can be performed on any model regardless of which construction standard, if any, it followed. Structural audit findings are frequently more numerous in models that did not follow a recognised standard, but the audit process itself does not require FAST compliance as a precondition.
Related Articles
What Makes an Excel Financial Model Reliable?
An Excel financial model is a structured spreadsheet used to represent, calculate, and forecast the financial mechanics of a business, investment, or transaction. Reliability is not a function of how sophisticated a model looks; it is a function of its structure, discipline, and consistency. This page defines what an Excel financial model is, the structural characteristics that separate a reliable model from a fragile one, and the standards and terminology that underpin every other page in the FMAE Knowledge Centre that references a specific modelling concept. This is a crowded educational topic, and most existing content in this space is course marketing rather than a neutral reference. This page is written as the latter: a vendor neutral definition of reliable modelling practice, not a sales page for a training course.
Named Ranges in Financial Models
A named range in Excel is a cell or range of cells that has been assigned a descriptive name through the Name Manager, allowing formulas to reference the name rather than the cell address. Named ranges improve formula readability and reduce errors from incorrect cell referencing in large models. However, they introduce structural risks when they are deleted, renamed, or allowed to accumulate as an unmanaged inventory: formulas that reference a deleted named range display #NAME? errors, and formulas that reference a renamed named range silently reference the wrong range if the old name is reused with a different definition.
Spreadsheet Engineering
Spreadsheet engineering is the application of systematic engineering principles to the construction and maintenance of spreadsheet-based financial models. It treats a financial model as a software artefact subject to design principles, structural requirements, and quality standards analogous to those applied in software engineering, rather than as an ad hoc calculation tool built without formal discipline. The core principles of spreadsheet engineering are: separation of inputs, calculations, and outputs; consistent formula construction; avoidance of circular dependencies; complete documentation; and systematic version control. These principles are codified in recognised standards including the ICAEW Financial Modelling Code and the FAST Standard.
Financial Model Standards
The two principal standards governing institutional financial model construction are the ICAEW Financial Modelling Code, published by the Institute of Chartered Accountants in England and Wales, and the FAST Standard, published by the FAST Standard Organisation. Both standards address the structure, documentation, and transparency requirements for financial models intended for institutional use, including models submitted for lender review, investment committee approval, and regulatory reporting. The standards differ in their scope and approach: the ICAEW Code provides principles-based guidance applicable to all financial models, while the FAST Standard provides prescriptive rules for model structure applicable to models built under the FAST methodology.
Financial Modelling Best Practices — Standards Compared
Financial modelling best practice is not a single document but a landscape of named institutional standards, each publishing its own conventions for how a model should be structured, formatted, and documented. This page defines that landscape — what a named modelling standard actually is, how the FAST Standard and the ICAEW Financial Modelling Code differ in approach and scope, and how a practitioner chooses between them or applies more than one. It sits beside, not instead of, the Knowledge Centre's structural-foundation page on what makes an Excel financial model reliable — this page is about who has codified that discipline into a named standard, and how those standards compare to one another.
ICAEW Financial Modelling Code vs the FAST Standard — What's the Difference?
The ICAEW Financial Modelling Code and the FAST Standard are the two named financial modelling standards this Knowledge Centre treats as directly citable to a confirmed primary source. Both address the same underlying concern — structural transparency, formula consistency, and documentation — but from different starting points. The ICAEW Code is principles-based and applies to any modelling environment; the FAST Standard is prescriptive and specific to Excel-based models, mandating a particular colour convention and worksheet structure. They are not competitors — a FAST-compliant model generally satisfies the ICAEW Code's principles, since FAST is a specific, checkable implementation of expectations the Code states more generally.