About · Arithmos
arithmós / ἀριθμός / Greek for number, counting, arithmetic.

Welcome to Arithmos. Here is how it works, in plain English.

Arithmos is an AI-powered custom index builder. This page explains what an index fund is, how the tool turns a sentence you type into a rule-based basket of stocks, and what every piece of jargon actually means.

What is this?

Arithmos turns a plain-English sentence (“companies building AI picks-and-shovels”, “UK dividend aristocrats”, “European defence names under £50bn”) into a transparent, rule-based basket of stocks called an index.

You describe the exposure you want. The agent picks the companies, explains why each one made the cut, assigns a weight to every holding, and runs a backtest so you can see how that basket would have behaved historically. You can then export the holdings to any broker and buy them yourself.

This is a research tool. It is not financial advice, and past performance (especially simulated performance) is not a promise of future returns.

Why this is not a chatbot wrapper

Most “AI investing” tools are thin skins over a general-purpose chatbot, asking it nicely to return a list of tickers. Arithmos is built the other way round. Our in-house portfolio-construction agent runs inside an agentic research stack we built end-to-end and wired to real market-data infrastructure.

Our research team comes from quantitative equity, systematic trading, and market-data engineering backgrounds. Years of that institutional experience are baked into the agent, the tool schema, the weighting policies, and the validation layer. Those are the parts that decide what the agent is allowed to do and which decisions it has to justify with data. None of that shows up in a competitor’s screenshot, and none of it can be reproduced by stitching together off-the-shelf chatbot APIs.

The stack behind every generated index:

  • In-house portfolio-construction agent. Calibrated on thousands of evaluated runs, with guardrails that force it to screen, verify, and ground every holding in tool-returned data. It cannot invent tickers, fabricate fundamentals, or skip the validation step.
  • Proprietary multi-provider data fabric. A resilient fan-out across Yahoo, FMP, Tiingo, Finnhub, Twelve Data, Alpha Vantage, Polygon, Stooq, and TradingView. Each query hits the primary provider and automatically falls through on auth errors, rate limits, empty responses, or upstream wobble. Survivorship-bias controls, currency normalisation, and corporate-action handling sit on top.
  • Deterministic schema enforcement. Every index emits a machine-readable rulebook (universe, filters, weighting method, rebalance cadence, per-holding cap). Weights are normalised, capped, and summed to 1.0 in code, not left to the model.
  • Tamper-evident verification pipeline. Our admin verification harness independently recomputes every backtest from raw prices using an isolated math library, compares against the cached result, and writes a hash-chained record so any drift between what you see and what the portfolio actually did is detectable.
  • Institutional-grade metrics.CAGR, annualised volatility, Sharpe & Sortino (both user-configurable against the prevailing risk-free rate), max drawdown, best/worst year, rolling alpha vs any chosen benchmark, survivorship-adjusted total return.
  • Platform-agnostic export. CSV, JSON, and broker-native formats (Trading 212 today; IBKR, Schwab, Fidelity, and Vanguard on the roadmap) so the file you take to your own broker matches what you see on screen.

The agent itself is the easy part. The hard part is the research methodology, the data plumbing, the verification layer, and the guardrails that make the output reliable enough to put real money behind. That is what our team has spent the last several years building, and it is why surface-level wrappers produce markedly different results.

What is an index fund?

An index is just a list of stocks put together by a rule. The S&P 500, for example, is a list of roughly 500 of the biggest public companies in the United States. The rule decides who’s in, who’s out, and how much of the list each one represents.

An index fund is a pooled investment (a mutual fund or ETF) that buys every stock in an index in the same proportions. Instead of picking one company and hoping, you own a slice of the whole list. If the list goes up, your slice goes up.

Why people like index funds:

  • Diversification. You own many companies, so no single blow-up wipes you out.
  • Low cost.There’s no star manager to pay; the rule runs itself.
  • Transparency. You can see exactly what you own.
  • It works. Most active stock-pickers fail to beat a simple index over long periods, after fees.

Historically, “the index” meant whatever Standard & Poor’s or FTSE published. This tool lets you define your own index, built around a theme you actually care about, with the same kind of rules professional index providers use.

Important: we build indices, we are not a fund. Despite the word “index” in the name, Arithmos does not pool investor money, hold any assets, execute trades on your behalf, or operate as a regulated fund. What we produce is the rule-based list of stocks and weights, which is the “index” part. To actually invest, you take that list to your own brokerage account and place the trades yourself. Any money, shares, dividends, and tax consequences sit entirely with you and your broker.

How this tool works

01
You describe what you want
A sentence is enough. “Companies that make electric vehicle batteries”, “UK FTSE 100 high-dividend payers”, “AI data-centre infrastructure, no Chinese listings”. Constraints in plain English work too: position caps, sector limits, market-cap floors.
02
The agent drafts a rule
The prompt is translated into a structured schema covering the universe (where to look: US? UK? all of Europe?), filters (size, sector, exclusions), a weighting method, and a rebalance cadence. This schema isthe index’s rulebook. It’s the bit that makes this different from asking a chatbot “what should I buy?”
03
Candidates are scored and picked
Real market data (tickers, sectors, market caps, fundamentals) is pulled from the configured data provider. Companies that match the rule are selected. The agent also records an excluded list of names it considered but dropped, with reasons, so you can sanity-check its judgement.
04
Weights are assigned
Each holding gets a percentage, using whichever weighting method the rule specifies (more on those below). A per-holding cap stops any single stock from dominating the index.
05
A backtest is run
The tool asks: if you’d held this basket, with these weights, over the last 1/3/5/10 years, what would have happened? You get a chart vs a benchmark (typically the S&P 500), plus headline stats: CAGR, volatility, Sharpe, Sortino, max drawdown, best/worst year. Both Sharpe and Sortino can be adjusted for any risk-free rate using the toggle below the metrics. That matters now that cash yields are no longer near zero.
06
You export and buy
You can export the holdings list (CSV or broker-specific formats) and place the trades yourself through any broker. The tool doesn’t hold your money or execute trades.
07
It stays up to date via rebalancing
Every index drifts. A stock that doubles in a year takes up a bigger slice of your basket unless you trim it back. Rebalancing is the scheduled re-run of the rule (monthly, quarterly, semi-annual, or annual) that refreshes which names are in and returns weights to target. Each re-run produces a new snapshot.

Weighting methods

“Weighting” is how the rule decides what percentage of the index goes into each stock. The same list of companies can behave very differently depending on the method.

Equal-weight
Every stock gets the same slice. 20 holdings → 5% each.
prosSimple. Gives small and mid-sized companies a real voice. Often outperforms over long periods.
consRequires more frequent rebalancing, because winners keep running and need trimming.
Market-cap-weighted
Bigger companies get bigger slices, proportional to their total stock-market value. This is how the S&P 500 works.
prosLow turnover, mirrors the real market, tax-efficient.
consA handful of mega-caps can dominate. The top 10 of the S&P 500 are often ~35% of the whole index.
Factor-weighted
Weights are set by a chosen metric: revenue, earnings, dividend yield, low volatility, quality score, etc. Sometimes called 'smart beta'.
prosTilts the index toward a characteristic you believe in (e.g. profitability, value, momentum).
consThe factor can go out of favour for years. More complex to explain.
Capped
Any method above, plus a hard ceiling such as 'no single stock above 8%'. Nearly every real-world index uses one.
prosPrevents one company's fate from becoming the index's fate. Required by many regulators for diversification.
consSlightly distorts the 'pure' method once caps bind.

How you create one here

  1. Open the home page and type a description into the prompt box. Be specific if you have opinions: “US only”, “max 20 holdings”, “exclude tobacco”, “cap any one name at 8%”.
  2. Watch the agent build it. You’ll see it choose the universe, score candidates, apply caps, and finalise weights. Each step is visible so you can see why a name was picked.
  3. Land on the index page. You get: holdings table with sectors, weights, and rationale; a backtest chart vs the S&P 500; metrics (CAGR, vol, Sharpe, Sortino, drawdown); and the excluded list.
  4. Hover the little i buttons anywhere on that page for plain-English explanations of each term.
  5. Use the export menu to download the holdings in a format your broker can read, or re-run to build the same prompt again with fresh data.

A short history of index funds

1884 & 1896
The first indices
Charles Dow publishes the Dow Jones Transportation Average (1884), then the Dow Jones Industrial Average (1896): a simple price-weighted list of big US companies, read off tickertape. The idea was to represent 'the market' with a single number.
1923 → 1957
The S&P 500 arrives
Standard Statistics Company (which merges with Poor's in 1941 to become Standard & Poor's) starts publishing stock averages in 1923. On 4 March 1957, the modern S&P 500 launches: 500 large US companies, market-cap-weighted. It becomes the benchmark US investors measure everything against.
1971
First institutional index fund
Wells Fargo and American National Bank build the first index-tracking accounts for institutional clients. Academics (Samuelson, Fama, Sharpe) have by now shown that most active managers don't beat the market after fees.
1975
Vanguard's First Index Investment Trust
Jack Bogle launches the first retail index fund at Vanguard, tracking the S&P 500. Wall Street mocks it as 'Bogle's Folly'. It slowly, then suddenly, eats the world.
1984 · 1993
FTSE 100 and the first ETF
The FTSE 100 (the UK's 100 largest London-listed companies) launches on 3 January 1984 at 1,000 points. In 1993, the SPDR S&P 500 ETF (ticker: SPY) lists in the US, turning an index fund into something you can buy and sell like a share.
2000s–today
Factors, themes, and custom indexing
'Smart beta' (factor investing) goes mainstream. ETFs proliferate: MSCI World, emerging markets, clean energy, semiconductors, dividend aristocrats, and hundreds of narrow thematic indices. 'Direct indexing' platforms start letting wealthy investors own the underlying stocks directly, with custom tilts and exclusions. This tool is direct indexing for everyone, built by an AI agent.

FAQ

Isn't this just a chatbot with a UI?+
No. A chatbot returns whatever text the model decides is most plausible. Our agent is constrained to run a real research workflow: it mustscreen a candidate universe with a live data provider, pull fundamentals for the names it’s evaluating, and ground every holding in tool-returned data before the terminal finalize_indexcall will validate. It cannot invent tickers, fabricate P/E ratios, or skip the verification step. That’s enforced by our tool schema, not by polite instructions in the prompt.
What's proprietary about the system?+
Everything that matters: our in-house portfolio-construction agent calibrated on thousands of graded runs, the multi-provider data fabric (nine market-data sources wired into a fall-through chain with survivorship-bias and currency-normalisation layers on top), the deterministic schema that enforces weights sum to 1.0 with capped allocations, and the tamper-evident verification harness that independently recomputes every backtest. The research team has spent years building these pieces — a screenshot won’t clone them.
Who's behind the methodology?+
The research team comes from quantitative equity, systematic trading, and market-data engineering backgrounds. The index-construction rules (weighting families, cap logic, rebalancing cadence, benchmark selection) and the validation layer (hash-chained verification reports, bootstrap and sensitivity analysis, bias checks) are the output of that experience, not a one-off prompt somebody wrote in an afternoon.
Do I actually own the stocks?+
Yes. Once you export the holdings and place the trades through your broker, you own those shares directly, in your account, in your name. This tool is not a fund; it doesn’t pool your money with anyone else’s.
Does the index stay up to date automatically?+
Not in your brokerage account. You have to place the refresh trades yourself. The tool tells you when the next rebalance is due (monthly, quarterly, etc.), and on that date a fresh snapshot is generated so you know which trades to make to bring your holdings back in line.
How accurate is the backtest?+
Backtests use real historical prices for each holding, but they assume you held the weights perfectly, with no fees, taxes, or slippage. Real-world results will differ, usually a bit worse. Backtests are for understanding the shapeof an index (how volatile, how correlated to the S&P, how ugly the drawdowns), not for predicting exact returns.
Why are some companies on the excluded list?+
Because the agent considered them and decided they didn’t fit the rule. Perhaps too small, wrong country, not enough of their revenue came from the theme, or a data-quality issue. Each exclusion has a short reason so you can agree or push back.
Can I build an ethical / ESG index?+
Yes. Exclusions are first-class. Ask for “no tobacco, no weapons, no fossil fuels” and those will flow into the rule. You can also ask for positive tilts (“companies with strong renewable-energy revenue”).
Is this safer than buying a single stock?+
Generally yes. You’re spreading risk across many companies. But “safer than one stock” is not the same as “safe”. A narrow thematic index (“lithium miners”) can still fall 50% in a bad year. A broad market index (“S&P 500”) is typically steadier but can still drop 30%+ in a recession.
What about dividends and taxes?+
Dividends are paid to you directly by each company you hold; your broker collects them. Tax treatment depends on your country and account type (ISA, SIPP, 401k, taxable, etc.). This tool doesn’t optimise for tax and isn’t a substitute for an accountant.
Why does the ticker have '.L' on some names?+
That’s the exchange suffix. AZN.L is AstraZeneca on the London Stock Exchange; AZN (no suffix) is its US-listed ADR on the Nasdaq. Same company, different listings, different currencies.

Glossary

Index
A list of stocks (or other assets) assembled by a rule. 'The index' on its own usually means the S&P 500.
Index fund / ETF
A fund you can buy in one trade that holds every stock in an index in the right proportions.
Ticker
The stock exchange's short code for a company. AAPL = Apple; MSFT = Microsoft; AZN.L = AstraZeneca in London.
Holding
A single stock inside the index, plus its target weight.
Weight
The % of the whole index that one stock makes up. Weights across all holdings sum to 100%.
Allocation
Plain English for the same thing: how the 100% is split up.
Market cap
Share price × number of shares. A company's total stock-market value. 'Large cap' ≈ >$10bn, 'small cap' ≈ <$2bn.
Sector
A bucket of companies in the same type of business: Technology, Healthcare, Financials, Energy, etc.
Universe
The pool of candidates the rule picks from (e.g. 'all US-listed companies over $500m market cap').
Benchmark
The index you compare yours to, usually the S&P 500. Helps you see if you beat 'the market' or not.
Backtest
A simulation of 'if I'd held this basket over the last N years, what would have happened?' Uses historical prices.
CAGR
Compound Annual Growth Rate. The single smoothed % per year that would turn your starting value into your ending value. Lets you compare periods of different length fairly.
Volatility
How much the price bounces around year to year. Measured as the standard deviation of returns, expressed in %. Higher = bumpier ride.
Sharpe ratio
Excess return above the risk-free rate per unit of total volatility. Above 1 is decent; above 2 is great; below 0 means cash (at the selected rate) would have done better.
Sortino ratio
Like Sharpe, but only penalises downside volatility; upward swings don't count against you. Better suited to long-only equity strategies where big up-moves are good news, not a problem.
Risk-free rate
The return you can earn for certain, typically a short-term government bond yield such as the US 3-month T-bill. Sharpe and Sortino measure the excess return above this rate. At 0% the ratios show raw return-per-risk; at 4.5% they reflect the real opportunity cost of investing rather than holding cash.
Downside deviation
The standard deviation of negative returns only (below a target). Used in the Sortino ratio in place of total volatility.
Drawdown
How far the index has fallen from its most recent peak. Max drawdown = the worst such fall in the whole period.
Rebalance
Re-running the rule on a schedule to refresh holdings and weights. Needed because prices move and the basket drifts from the target.
Cadence
How often rebalancing happens: monthly, quarterly, semi-annual, annual. Trade-off between staying on target and trading costs.
Per-holding cap
A ceiling on how much of the index any single stock can be, e.g. 8%. Protects against concentration risk.
Concentration risk
The danger of one company (or sector, or country) being too big a share of the basket.
Dividend
Cash a company pays its shareholders out of profits. Received automatically by your broker if you own the stock.
ADR
American Depositary Receipt. A wrapper that lets US investors buy a foreign company's shares in USD on a US exchange.
Exchange
Where stocks trade. NYSE and Nasdaq (US), LSE (London), etc. The ticker suffix tells you which.
Factor
A measurable characteristic of a stock (size, value, momentum, quality, low-volatility) that historically explains part of its return.
Smart beta
Marketing term for factor-weighted index funds. More systematic than active, more opinionated than plain market-cap weighting.
ESG
Environmental, Social, Governance. A set of non-financial criteria used to include or exclude companies on ethical grounds.
Slippage
The gap between the price you planned to trade at and the price you actually got. Small on big stocks, bigger on thin ones.
Turnover
The % of the basket that changes at each rebalance. High turnover means more trading costs and more taxable events.
Snapshot
A frozen-in-time version of the index's holdings and weights. Every rebalance produces a new snapshot.
Field guides

Finance districts of the world

A working atlas of the global financial map. Every district links to a guide covering anchor employers, exchanges, and three example Arithmos prompts a local would build. We’ve mapped 41 so far.

Arithmos · investment research & data tool · not investment advice · not a regulated broker or advisor · past performance does not guarantee future results.
Questions, feedback, or institutional inquiries? Contact our technical team directly.
Investment research & data tool · not investment advice · not a regulated broker or advisor · past performance does not guarantee future results.