Rigorous Research. Predictive Intelligence. One Source.
Archimedes Research Group delivers rigorous, transparent economic indicators for investment managers, banks, and policy teams โ at a price tier the major data vendors don't serve.
Named, Proprietary, Reproducible
Each ARG indicator is built from publicly available FRED data, backtested against every NBER recession cycle since 1975, and published with full methodology documentation.
ARG Recession Probability Model
A probit model estimating 12-month-ahead NBER recession probability. Anchored by the yield curve, initial claims, payroll growth, and the Chicago Fed Financial Conditions Index.
โ LiveARG Inflation Regime Classifier
A 5-state model classifying the current inflation environment using CPI sub-indices, services inflation, and capacity utilization. Signals regime shifts before they become consensus.
โ Coming SoonARG Financial Conditions Index
A composite index of credit spreads, funding pressure, financial stress, and monetary conditions โ a single number capturing how tight or easy financial conditions are.
โ Coming SoonARG Consumer Stress Barometer
Tracks household financial durability using debt service ratios, credit card delinquencies, and consumer sentiment โ an early warning on demand-side deterioration.
โ Coming Soon<!-- ============================================================
ARG CUSTOM FOOTER โ Code Block (v2, class-based)
Squarespace strips id="" attributes from code blocks,
so all selectors use .arg-footer-wrap instead of #arg-footer.
Instructions:
1. Paste this into a Code Block in a blank section
at the bottom of each page.
2. Set that section's Top & Bottom padding to 0.
3. Section background color doesn't matter โ the code
sets its own navy background.
============================================================ -->
<div class="arg-footer-wrap">
<style>
.arg-footer-wrap {
background-color: #0D1F3C !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
/* Gold top rule */
.arg-footer-wrap .arg-footer-rule {
display: block !important;
width: 100% !important;
height: 2px !important;
background: linear-gradient(90deg, #C9963A 0%, #E8B85A 50%, #C9963A 100%) !important;
}
/* Main columns area */
.arg-footer-wrap .arg-footer-inner {
max-width: 1100px !important;
margin: 0 auto !important;
padding: 56px 40px 48px !important;
display: flex !important;
flex-wrap: wrap !important;
gap: 48px !important;
box-sizing: border-box !important;
}
/* Column 1 โ Brand */
.arg-footer-wrap .arg-footer-brand {
flex: 1 1 260px !important;
min-width: 220px !important;
}
.arg-footer-wrap .arg-footer-wordmark {
display: block !important;
font-family: 'Georgia', 'Times New Roman', Times, serif !important;
font-size: 1.25rem !important;
font-weight: normal !important;
color: #ffffff !important;
letter-spacing: 0.04em !important;
margin-bottom: 4px !important;
text-decoration: none !important;
}
.arg-footer-wrap .arg-footer-wordmark-sub {
display: block !important;
font-size: 0.7rem !important;
font-weight: 700 !important;
letter-spacing: 0.18em !important;
text-transform: uppercase !important;
color: #C9963A !important;
margin-bottom: 20px !important;
}
.arg-footer-wrap .arg-footer-tagline {
display: block !important;
font-size: 0.82rem !important;
color: rgba(255,255,255,0.5) !important;
line-height: 1.65 !important;
max-width: 260px !important;
}
/* Column 2 โ Navigation */
.arg-footer-wrap .arg-footer-nav {
flex: 0 1 160px !important;
min-width: 140px !important;
}
/* Column 3 โ Contact */
.arg-footer-wrap .arg-footer-contact {
flex: 0 1 240px !important;
min-width: 200px !important;
}
/* Column headings */
.arg-footer-wrap .arg-footer-col-title {
display: block !important;
font-size: 0.65rem !important;
font-weight: 700 !important;
letter-spacing: 0.18em !important;
text-transform: uppercase !important;
color: rgba(255,255,255,0.35) !important;
margin-bottom: 20px !important;
}
/* Nav links */
.arg-footer-wrap .arg-footer-nav-list {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.arg-footer-wrap .arg-footer-nav-list li {
margin-bottom: 12px !important;
}
.arg-footer-wrap .arg-footer-nav-list a {
font-size: 0.875rem !important;
color: rgba(255,255,255,0.65) !important;
text-decoration: none !important;
}
.arg-footer-wrap .arg-footer-nav-list a:hover {
color: #C9963A !important;
text-decoration: none !important;
}
/* Contact items */
.arg-footer-wrap .arg-footer-contact-item {
display: flex !important;
align-items: flex-start !important;
gap: 10px !important;
margin-bottom: 14px !important;
}
.arg-footer-wrap .arg-footer-contact-icon {
display: inline-block !important;
font-size: 0.9rem !important;
width: 18px !important;
flex-shrink: 0 !important;
color: #C9963A !important;
margin-top: 1px !important;
}
.arg-footer-wrap .arg-footer-contact-text {
display: block !important;
font-size: 0.82rem !important;
color: rgba(255,255,255,0.65) !important;
line-height: 1.5 !important;
text-decoration: none !important;
}
.arg-footer-wrap .arg-footer-contact-text a {
color: rgba(255,255,255,0.65) !important;
text-decoration: none !important;
}
.arg-footer-wrap .arg-footer-contact-text a:hover {
color: #C9963A !important;
}
/* Bottom bar */
.arg-footer-wrap .arg-footer-bottom {
border-top: 1px solid rgba(255,255,255,0.08) !important;
padding: 20px 40px !important;
max-width: 1100px !important;
margin: 0 auto !important;
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
align-items: center !important;
gap: 8px !important;
box-sizing: border-box !important;
}
.arg-footer-wrap .arg-footer-copy {
display: block !important;
font-size: 0.75rem !important;
color: rgba(255,255,255,0.3) !important;
}
.arg-footer-wrap .arg-footer-disclaimer {
display: block !important;
font-size: 0.72rem !important;
color: rgba(255,255,255,0.25) !important;
text-align: right !important;
}
/* Mobile */
@media (max-width: 640px) {
.arg-footer-wrap .arg-footer-inner {
padding: 40px 24px 32px !important;
gap: 36px !important;
}
.arg-footer-wrap .arg-footer-bottom {
padding: 16px 24px !important;
flex-direction: column !important;
align-items: flex-start !important;
}
.arg-footer-wrap .arg-footer-disclaimer {
text-align: left !important;
}
}
</style>
<!-- Gold rule -->
<span class="arg-footer-rule"></span>
<!-- Main columns -->
<div class="arg-footer-inner">
<!-- Col 1: Brand -->
<div class="arg-footer-brand">
<span class="arg-footer-wordmark">Archimedes Research Group</span>
<span class="arg-footer-wordmark-sub">Economic Intelligence</span>
<span class="arg-footer-tagline">At the confluence of economics, technology, and public policy. Independent. Transparent. Institutional-grade.</span>
</div>
<!-- Col 2: Navigation -->
<div class="arg-footer-nav">
<span class="arg-footer-col-title">Navigate</span>
<ul class="arg-footer-nav-list">
<li><a href="/">Home</a></li>
<li><a href="/platform">Platform</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
<!-- Col 3: Contact -->
<div class="arg-footer-contact">
<span class="arg-footer-col-title">Contact</span>
<div class="arg-footer-contact-item">
<span class="arg-footer-contact-icon">โ</span>
<span class="arg-footer-contact-text">
<a href="mailto:martin.harrison@archimedesresearchgroup.com">martin.harrison@<br>archimedesresearchgroup.com</a>
</span>
</div>
<div class="arg-footer-contact-item">
<span class="arg-footer-contact-icon">๐</span>
<span class="arg-footer-contact-text">
<a href="https://www.archimedesresearchgroup.com">archimedesresearchgroup.com</a>
</span>
</div>
<div class="arg-footer-contact-item">
<span class="arg-footer-contact-icon">๐</span>
<span class="arg-footer-contact-text">United States</span>
</div>
</div>
</div><!-- /arg-footer-inner -->
<!-- Bottom bar -->
<div class="arg-footer-bottom">
<span class="arg-footer-copy">ยฉ 2026 Archimedes Research Group ยท All rights reserved</span>
<span class="arg-footer-disclaimer">For informational purposes only. Not investment advice.</span>
</div>
</div><!-- /arg-footer-wrap -->