International Diversification: Why Your Portfolio Needs More Than US Stocks
Home bias costs US investors 1-2% annually in risk-adjusted returns. Here's how to build proper global exposure.
A reference of all UI components, patterns, and styles used throughout the Ledger theme.
Everything that defines the Ledger visual language — colors, typography, surfaces, and interactive elements.
The Federal Reserve's latest decision on interest rates has significant implications for both equity and fixed-income markets. This analysis explores the potential outcomes.
Apr 8, 2026 · 8 min read · John Smith
+2.34% -1.67% $4,892.15 1,234,567
Bold text, italic text, linked text, inline code
function calculateReturns(portfolio) {
const totalValue = portfolio.reduce((sum, position) => {
return sum + position.shares * position.currentPrice;
}, 0);
const totalCost = portfolio.reduce((sum, position) => {
return sum + position.shares * position.avgCost;
}, 0);
return {
value: totalValue,
gain: totalValue - totalCost,
returnPct: ((totalValue - totalCost) / totalCost * 100).toFixed(2)
};
}
Real content rendered through theme partials using Ghost data queries.
Home bias costs US investors 1-2% annually in risk-adjusted returns. Here's how to build proper global exposure.
The EU's MiCA framework and the US Stablecoin Act are reshaping the $180B stablecoin market. Winners, losers, and portfolio implications.
A step-by-step guide to constructing a dividend growth portfolio that generates rising income and outperforms over market cycles.
| Ticker | Price | Change | Volume |
|---|---|---|---|
| AAPL | $198.45 | +2.34% | 48.2M |
| MSFT | $412.78 | -0.87% | 22.1M |
| GOOGL | $175.23 | +1.45% | 31.5M |
| AMZN | $187.92 | -1.23% | 55.8M |
| NVDA | $892.15 | +4.56% | 62.3M |
All Ghost editor card types rendered with theme styles.
Ledger works with any data you include in Ghost posts. Tables with financial data are automatically styled with alternating rows and monospace numbers.
Go to Ghost Admin > Settings > Design > Brand. Change the accent color and it will propagate through all CSS custom properties.
Plain (surface background)
Data-driven insights for the modern investor.
Accent gradient background
Premium analysis delivered every Monday morning
Background image + CTA button
Static Mockup
Native video player (static mockup with poster)
Get premium research, weekly analysis, and exclusive data tables.
The best way to predict the future is to study the past. Markets are cyclical — understanding patterns gives you an edge.
| Ticker | Price | Change | Volume |
|---|---|---|---|
| SPY | $523.45 | +0.82% | 78.4M |
| QQQ | $441.23 | +1.15% | 45.2M |
| IWM | $198.67 | -0.34% | 28.9M |
Authentication flows, subscription forms, pricing tiers, content gating, and member account states.
Sign in to your account with a magic link — no password needed.
Don't have an account? Sign up
Get access to free research, newsletters, and more.
Already have an account? Sign in
A sign in link has been sent to your email address. Click the link to securely sign in.
Content Gate — Logged Out
This is a preview of the gated content. The text fades out and a paywall CTA appears below...
Subscribe for full access to our market analysis and investment research.
Content Gate — Needs Upgrade
This is a preview of paid content. The member needs to upgrade their plan to access the full article...
Your current plan does not include access to this research. Upgrade to unlock.
UpgradeLogged Out
Logged In (Free)
Theme-specific JavaScript-driven components and interactive features.
Visual Demo
The TOC sidebar appears alongside long-form content. It scans h2/h3 headings and builds a navigable list with scroll-spy highlighting.
Elements with class .reveal-on-scroll fade in when they enter the viewport. Uses IntersectionObserver with threshold 0.1.
Before (hidden)
opacity: 0; transform: translateY(20px);
After (visible)
opacity: 1; transform: translateY(0);
Page Template Previews
Magic link email authentication form.
Registration with newsletter subscription options.
Member dashboard with subscription and tier management.
Posts filtered by tag with description header.
Author profile with bio and post grid.
Custom page not found with search and recent posts.