Finance-Informed Neural Network: Learning the Geometry of Option Pricing

The paper introduces Finance-Informed Neural Networks (FINN), a self-supervised machine learning framework that learns option pricing and hedging by minimizing dynamic replication error rather than fitting market prices, thereby ensuring economic consistency, recovering arbitrage-free prices, and enabling robust pricing for assets with no listed options.

Amine M. Aboussalah, Xuanze Li, Cheng Chi, Raj Patel

Published Fri, 13 Ma
📖 5 min read🧠 Deep dive

Imagine you are trying to teach a robot how to price a ticket to a future event, like a concert or a sports game. The ticket's value depends on how popular the event is, how close the date is, and how unpredictable the weather might be.

In the financial world, these "tickets" are called options. For decades, humans have used two main ways to figure out their price:

  1. The "Textbook" Way: Using strict math formulas (like the Black-Scholes model). It's like following a recipe. It's reliable, but if the ingredients (market conditions) change in a way the recipe didn't expect, the cake tastes wrong.
  2. The "Gut Feeling" Way: Using Machine Learning (AI) to look at past prices and guess the future. It's like a student memorizing the answers to last year's test. It's great at spotting patterns, but it might give you a wrong answer if the test questions change slightly, because it doesn't actually understand the math behind the questions.

The Problem: The "Textbook" way is too rigid, and the "Gut Feeling" way is too risky. It often violates the basic rules of economics (like "you can't make free money"), which makes banks and regulators nervous.

The Solution: This paper introduces FINN (Finance-Informed Neural Network). Think of FINN not as a student memorizing answers, but as a trainee trader learning the job by doing it.

The Core Idea: Learning by "Replicating"

Instead of asking the AI, "What was the price of this option yesterday?" (which is just memorization), FINN asks a different question: "If I hold this option, can I build a portfolio of stocks and cash that perfectly mimics its behavior?"

Here is the analogy:
Imagine you are trying to learn how to balance a broom on your hand.

  • Old AI: You watch a video of someone else balancing a broom and try to copy their hand movements. If the broom is slightly different, you fail.
  • FINN: You are given a broom and told, "Your goal is to keep this broom from falling. If it falls, you lose points." You don't care about the "price" of the broom; you care about the physics of keeping it upright.

In finance, "keeping the broom upright" means hedging. If you own an option, you buy or sell stocks to cancel out the risk. If your math is wrong, your portfolio loses money. If your math is right, your portfolio grows exactly at the risk-free rate (like a savings account).

FINN's Secret Sauce:
The AI is trained to minimize the "error" in this balancing act. It doesn't look at a list of correct prices. It looks at its own portfolio. If the portfolio drifts away from the safe, risk-free growth, the AI knows it made a mistake and adjusts its internal "brain" (the neural network) to do better next time.

Why This is a Big Deal

1. It Learns the "Rules of the Game" Naturally
Because FINN is trained on the physics of hedging, it naturally discovers the fundamental laws of finance. For example, a rule called Put-Call Parity (which links the prices of two different types of tickets) usually has to be forced into the AI by programmers. With FINN, the AI figures this out on its own because it's the only way to keep the portfolio balanced. It's like a child learning that if you have two apples and give one away, you have one left—not because you were told, but because you tried it and saw the result.

2. It Works When the World is Chaotic
Traditional models assume the market moves smoothly (like a calm lake). But real markets are stormy (volatility changes, crashes happen).

  • The Analogy: Imagine driving a car.
    • Old Models: Assume the road is always straight and dry. If it starts raining, the car skids.
    • Old AI: Memorized the route on a sunny day. If it rains, it gets confused.
    • FINN: Learned how to drive by feeling the tires and the steering wheel. It doesn't care if the road is dry or wet; it just adjusts the steering to stay on the road.
    • Result: FINN handles "stormy" markets (like the 2008 crisis or 2020 pandemic) much better than the old methods, keeping the portfolio stable even when the "weather" changes.

3. It Can Price Things That Have No Price Tag
This is perhaps the coolest part. Usually, to price an option, you need a market where people are already trading that option. But what if you have a brand-new asset (like a new tech stock or a weird ETF) that has no options market yet?

  • Old Way: You can't price it. You have to guess.
  • FINN: You just feed it the history of the stock's price movements. FINN learns the "personality" of that stock (how it jumps, how it drifts) and instantly generates a fair price and risk profile for options on that stock, even though no one has ever traded them before. It's like a chef tasting a new ingredient and instantly knowing how to cook a perfect dish with it, without ever having seen a recipe.

The Bottom Line

FINN changes the game by shifting the focus from "What is the price?" to "How does the price behave?"

It combines the best of both worlds:

  • The rigor of financial theory (it can't break the laws of economics).
  • The flexibility of modern AI (it can adapt to messy, real-world data).

It's like giving a robot a deep understanding of physics and then letting it learn to drive a car in any weather, on any road, without ever needing a human to tell it the speed limit. It's a smarter, safer, and more adaptable way to manage financial risk.