Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions connect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* ---------- connect page ---------- */
.connect-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 24px; }
Expand Down Expand Up @@ -347,15 +347,6 @@ <h2>Connect in three steps.</h2>
<li class="prompt-card"><span class="prompt-tool">frbus_shock</span><code>What happens to US GDP and unemployment if the Fed raises rates by 100 basis points?</code><button data-copy>copy</button></li>
<li class="prompt-card"><span class="prompt-tool">hank_shock</span><code>How does a 25 basis point US rate cut hit households across the wealth distribution?</code><button data-copy>copy</button></li>
</ul>
<p class="opt-note">
<strong>Slow calls run as jobs.</strong> The hosted server sits behind
a transport that abandons any request after 150 seconds, and
<code>score_reform</code> over its default five-year window takes
longer. Ask for it normally &mdash; the model should reach for
<code>start_job</code> and then <code>get_job_result</code>, which
hands the work to a 30-minute worker and polls it. Running locally
there is no such limit and no job step.
</p>
</div>
<details class="more compact-more">
<summary>Terminal setup</summary>
Expand Down
2 changes: 1 addition & 1 deletion contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion define/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion define/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion define/methodology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion define/validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion economy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,7 @@ def page(topic: dict) -> str:
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/growth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/inflation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/jobs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/public-finances/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/rates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/topics/reform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/topics/growth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/topics/inflation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/topics/jobs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/topics/rates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion economy/us/topics/reform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc economy-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion forecasts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion forecasts/us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion frb-us/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion frb-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion frb-us/methodology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion frb-us/validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc home-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion models/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="theme-color" content="#FFFFFF" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc models-page">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/2026-07-25-cpi-2026q2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
.implication {
border-left: 3px solid var(--brand);
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/2026-07-29-uk_bank_rate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/2026-07-29-uk_gilt_10y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/2026-07-29-uk_gilt_20y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/2026-07-29-uk_gilt_5y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/2026-07-29-us_treasury_10y/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion notes/releases/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/svg+xml" href="/assets/policyengine-mark.svg" />
<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
</head>
<body class="doc">
<a class="skip-link" href="#top">Skip to main content</a>
Expand Down
2 changes: 1 addition & 1 deletion obr/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion obr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion obr/methodology/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
6 changes: 3 additions & 3 deletions obr/validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down Expand Up @@ -145,8 +145,8 @@ <h2>How far to trust it, and where it stops.</h2>
</table></div>
</div>
<div class="vmet-notes mono">
<p class="vmet-notes-line"><span class="vmet-notes-key">in band</span> rates within 1.0pp · net balances within 1.5% of GDP · levels within 10% MAPE.</p>
<p class="vmet-notes-line"><span class="vmet-notes-key">gated</span> CI enforces the anchored tolerance and the multiplier band; the HMRC comparison and the outturn backtest are computed for the <a href="/papers/obr-macro">working paper</a> and refreshed by hand.</p>
<p class="vmet-notes-line"><span class="vmet-notes-key">in band</span> <span>rates within 1.0pp · net balances within 1.5% of GDP · levels within 10% MAPE.</span></p>
<p class="vmet-notes-line"><span class="vmet-notes-key">gated</span> <span>CI enforces the anchored tolerance and the multiplier band; the HMRC comparison and the outturn backtest are computed for the <a href="/papers/obr-macro">working paper</a> and refreshed by hand.</span></p>
</div>
<div class="prose">
<p class="callout">
Expand Down
2 changes: 1 addition & 1 deletion olg/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
2 changes: 1 addition & 1 deletion olg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<link rel="stylesheet" href="/vendor/fonts/fonts.css" />
<link rel="stylesheet" href="/vendor/ui-kit-tokens.css" />
<link rel="stylesheet" href="/style.css?v=5" />
<link rel="stylesheet" href="/style.css?v=6" />
<style>
/* page-specific: hero sizing only — shared component styles live in style.css */
.model-hero { min-height: auto; padding-top: clamp(120px, 18vh, 180px); padding-bottom: 10px; }
Expand Down
Loading